{"id":20713291,"url":"https://github.com/linaro/ledge-doc","last_synced_at":"2025-08-09T19:25:48.154Z","repository":{"id":52465241,"uuid":"241063820","full_name":"Linaro/ledge-doc","owner":"Linaro","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-28T10:20:54.000Z","size":603,"stargazers_count":0,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-17T21:30:12.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PostScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Linaro.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-17T09:11:00.000Z","updated_at":"2021-04-28T10:20:57.000Z","dependencies_parsed_at":"2022-08-20T11:51:00.035Z","dependency_job_id":null,"html_url":"https://github.com/Linaro/ledge-doc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linaro%2Fledge-doc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linaro%2Fledge-doc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linaro%2Fledge-doc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Linaro%2Fledge-doc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Linaro","download_url":"https://codeload.github.com/Linaro/ledge-doc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242988012,"owners_count":20217534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T02:24:22.341Z","updated_at":"2025-03-11T06:43:26.412Z","avatar_url":"https://github.com/Linaro.png","language":"PostScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"####################################################\nLinaro EDGE (LEDGE) reference platform documentation\n####################################################\n\nThe LEDGE documentation describes instructions to build, install\nand use varios features included in LEDGE linux reference platform.\n\nContributing\n============\n\nAnyone may contribute to LEDGE doc. Discussion is on the\nteam-ledge@linaro.org mailing list, or linaro-ledge irc channel at\nfreenode.\n\nBuild Instructions\n==================\n\nRequirements\n^^^^^^^^^^^^\n\n* Sphinx version 1.5 or later: http://sphinx-doc.org/en/master/contents.html\n* LaTeX (and pdflatex, and various LaTeX packages)\n\nOn Debian and Ubuntu\n^^^^^^^^^^^^^^^^^^^^\n::\n\n  # apt-get install python-sphinx texlive texlive-latex-extra libalgorithm-diff-perl \\\n                    texlive-humanities texlive-generic-recommended texlive-generic-extra \\\n                    latexmk\n\nIf the version of python-sphinx installed is too old, then an additional\nnew version can be installed with the Python package installer::\n\n  $ apt-get install python-pip\n  $ pip install --user --upgrade Sphinx\n  $ export SPHINXBUILD=~/.local/bin/sphinx-build\n\nExport SPHINXBUILD (see above) if Sphinx was installed with pip --user, then follow Make commands below\n\nOn Fedora\n^^^^^^^^^\n\n::\n\n  # dnf install python2-sphinx texlive texlive-capt-of texlive-draftwatermark \\\n                texlive-fncychap texlive-framed texlive-needspace \\\n                texlive-tabulary texlive-titlesec texlive-upquote \\\n                texlive-wrapfig\n\nIt is also possible to use python3-sphinx; this requires\nSPHINXBUILD=sphinx-build-3 to be passed on the Make command line.\n\nOn Mac OS X\n^^^^^^^^^^^\n\n* Install MacTeX_\n* Install pip if you do not have it::\n\n  $ sudo easy_install pip\n\n* Install Sphinx::\n\n  $ pip install --user --upgrade Sphinx\n\n.. _MacTeX: http://tug.org/mactex\n\nMake Targets\n^^^^^^^^^^^^\n\nTo generate PDF::\n\n  $ make latexpdf\n\nTo generate hierarchy of HTML pages::\n\n  $ make html\n\nTo generate a single HTML page::\n\n  $ make singlehtml\n\nOutput goes in `./build` subdirectory.\n\nLicense\n=======\n\nInternational License (CC-BY-SA-4.0). To view a copy of this license, visit\nhttp://creativecommons.org/licenses/by-sa/4.0/ or send a letter to\nCreative Commons, PO Box 1866, Mountain View, CA 94042, USA.\n\nContributions are accepted under the same with sign-off under the Developer's\nCertificate of Origin. For more on contributing to EBBR, see CONTRIBUTING.rst_.\n\nA copy of the license is included in the LICENSE_ file.\n\n.. image:: https://i.creativecommons.org/l/by-sa/4.0/88x31.png\n   :target: http://creativecommons.org/licenses/by-sa/4.0/\n   :alt: Creative Commons License\n\n.. _CONTRIBUTING.rst: ./CONTRIBUTING.rst\n.. _LICENSE: ./LICENSE\n\nWriters Guide\n=============\n\nAll documentation in this repository uses reStructuredText_ markup\nwith Sphinx_ extensions.\n\nAll files in this project must include the relevant SPDX license identifier\ntag. Generally this means each ``.rst`` file should include the line\n\n    ``.. SPDX-License-Identifier: CC-BY-SA-4.0``\n\n.. _reStructuredText: http://docutils.sourceforge.net/docs/user/rst/quickref.html\n.. _Sphinx: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinaro%2Fledge-doc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinaro%2Fledge-doc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinaro%2Fledge-doc/lists"}