summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Update header.rstSebastian Huber2019-01-091-10/+10
| | | | Remove trailing slashes in URLs. Fix bug reporting URL.
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-0/+23
|
* Remove superfluous word "Copyright"Sebastian Huber2019-01-091-1/+1
| | | | The © symbol is sufficient.
* Update general copyright noticeSebastian Huber2019-01-091-1/+1
| | | | Update year and add "and contributors".
* Replace build date with Git hash and commit dateSebastian Huber2019-01-092-44/+3
| | | | The usage of a build date prevents reproducible builds.
* common/waf.py: Fix indentation.Christian Mauderer2018-12-181-1/+1
| | | | Python 3 produces an error if indentation is mixed tabs and spaces.
* Fix error messages when Sphinx version cannot be checked.Amar Takhar2018-12-051-2/+2
| | | | | | | | | | This is kind of a dual-check since it checks for the version while simultaneously checking to see if Sphinx exists on the system. Changed the error messages to be clear on the error and removed a reference to version which cannot be set due to the check failure. Reported by: Shashvat Jain
* waf: Add support to build PlantUML and Ditaa images.Chris Johns2018-11-031-1/+69
|
* Add a README file containing the colours used in the RTEMS logo.Amar Takhar2018-10-241-0/+5
|
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* waf: Fix type in single html build.Chris Johns2018-08-211-1/+1
|
* pdf: Revert the changes to the Latex index formatting.Chris Johns2018-08-212-1/+4
| | | | | I removed the '_' splitting of long labels from the index when testing and this puts it back.
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-215-43/+57
| | | | | | | | | | | | - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
* RTEMS Docs: Check sphinx versionRichard Campbell2018-03-092-5/+23
| | | | | | | Sphinx.util.compat module was removed at Sphinx version 1.7. Imported module was not being used. Closes #3311.
* build: Add extra source to the sphinx build.Chris Johns2017-10-121-11/+11
| | | | Updates #3177.
* Improve the line spaces for directives and notes.Chris Johns2017-09-141-7/+20
|
* common: Remove obsolete latex_use_partsSebastian Huber2017-08-251-4/+0
| | | | | | | | This configuration is obsolete and no longer documented: http://www.sphinx-doc.org/en/stable/config.html#options-for-latex-output The use of parts at the top-level results in ugly documents.
* coverpage: Fix repeated entries.Chris Johns2017-08-111-2/+2
| | | | Closes #2865.
* Update copyright notices.Chris Johns2017-08-111-2/+2
|
* pdf: Update the RTEMS style to work recent Sphinx versions.Chris Johns2017-08-111-54/+23
|
* common/conf: Clean up.Chris Johns2017-08-111-4/+0
|
* Revert "Add the sphinxcontrib.bibtex extension to the repo."Chris Johns2017-08-098-975/+1
| | | | | | This reverts commit aa4f8e2e436d6c49e1524a4a3fb164b28632d894. The contrib has too many dependencies to add into the repo.
* Add the sphinxcontrib.bibtex extension to the repo.Chris Johns2017-08-078-1/+975
|
* Add Windows build details.Chris Johns2017-03-271-1/+1
| | | | Actually include the quoting fix for Windows.
* waf: Fix linkcheck and spell commands.Chris Johns2017-03-271-45/+19
| | | | | | Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
* conf: Update the copyright year.Chris Johns2017-03-211-2/+7
|
* waf: Create the sphinx rule in one place.Chris Johns2017-03-211-11/+11
|
* Use a single top level version number.Chris Johns2017-03-202-14/+35
|
* user: Add tool commands to the user manual.Chris Johns2017-03-151-0/+9
|
* waf: Configure check the inliner only once.Chris Johns2017-03-151-5/+7
|
* Add a check for Sphinx extensions.Chris Johns2017-02-251-15/+44
| | | | | | Minor clean up of the configure messages. Do not re-check sphinx in the nested configures.
* Move extensions to common conf.pySebastian Huber2017-02-221-1/+2
|
* c-user: Add SMP application issues sectionSebastian Huber2017-02-021-0/+4
|
* c-user: Update clustered schedulingSebastian Huber2017-02-021-7/+34
|
* Do not show page references after internal linksSebastian Huber2017-02-011-1/+1
|
* Fix refs.bib entriesSebastian Huber2017-02-011-1/+2
|
* c-user: Add Key concept locking protocolsSebastian Huber2017-02-011-0/+16
| | | | | Update #2412. Update #2556.
* Fix refs.bib entrySebastian Huber2017-01-311-1/+2
|
* c-user: Add timer and timeouts key conceptSebastian Huber2017-01-301-0/+1
| | | | Update #2554.
* refs.bib: Add URLSebastian Huber2017-01-301-0/+1
|
* c-user: Update overrun handling related functions and structureKuan-Hsun Chen2017-01-301-1/+66
| | | | | | | | | State the limited count of postponed_jobs. Update _rtems_rate_monotonic_get_status() and related structure. Move "Further Reading" in c-user to references. Add mentioned papers in ticket #2795 to references. Update #2795.
* Fix some reference titlesSebastian Huber2017-01-251-3/+3
|
* Sort referencesSebastian Huber2017-01-251-108/+110
|
* c-user: Add support for references via bibtexSebastian Huber2017-01-181-0/+173
| | | | | | https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871.
* coverpage: Remove used function.Chris Johns2017-01-121-15/+0
|
* coverpage: Make showing the table conditional.Chris Johns2017-01-122-5/+5
|
* coverpage: Rename the static images directory to match bootstrap.Chris Johns2017-01-123-2/+2
|
* coverpage: Fix the catalogue table id.Chris Johns2017-01-121-1/+2
|
* coverpage: Update the coverpage to have the table collapse.Chris Johns2017-01-1213-16/+47
| | | | Add each doc's conf.py as a dependence to catalogue.xml.
* conf.py: Fix build_date() to append correct suffix on all days.Justin Powell2017-01-111-1/+7
|