summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* html: Embed the catalogue XML in JS.Chris Johns2017-01-113-40/+57
| | | | | The is to work around a security issue with Chrome on Windows. This patches let the cover page load on Chrome and Edge on Windows 10.
* html: Add support for an HTML cover page for releases.Chris Johns2017-01-1110-0/+268
|
* waf: Add a title to the XML Catalogue.Chris Johns2017-01-101-1/+6
|
* waf: Improved XML Catalogue generator.Chris Johns2017-01-101-44/+41
|
* waf: Create an XML Catalogue.Chris Johns2017-01-091-0/+78
|
* waf: Users without the extra fonts need to use '--disable-extra-fonts' to ↵Chris Johns2016-11-092-2/+6
| | | | build PDF.
* latex: Increase the depth of subsections.Chris Johns2016-11-091-4/+7
|
* waf: Get a copy of the optional packages.Chris Johns2016-11-081-2/+2
|
* waf: Use the good fonts if installed.Chris Johns2016-11-085-22/+49
|
* pdf: Format lists for directives to sit on the next line.Chris Johns2016-11-083-2/+7
|
* PDF: Do not use lato and inconsolata fonts. Not widely supported.Chris Johns2016-11-074-146/+5
|
* waf: Add a program test for pygmentize.Chris Johns2016-11-071-0/+3
|
* waf: Fix ''NoneType' object is not iterable'Christian Mauderer2016-11-071-4/+6
|
* waf: Fix the host version check.Chris Johns2016-11-061-3/+3
|
* waf: Add support to handle missing Latex packages on hosts they are not ↵Chris Johns2016-11-0611-95/+1113
| | | | | | | | | | available on. It appears the support for texlive packages on some hosts is variable. This patch lets us add missing packages to our source tree so a PDF can be built on those hosts. The quality of the PDFs created may vary as some short cuts may have been take. For example lato is a font and only the sty file as been added and not the actual font which means it's use will default to another font.
* waf: Check for texlive packages and report an error is not found.Chris Johns2016-11-041-6/+106
|
* waf: Fix the bnode issue when building in a manual directory.Chris Johns2016-11-041-1/+1
|
* waf: Use separate doctrees so avoid sphinx clashes.Chris Johns2016-11-031-10/+11
|
* pdf: Make the copyright the same as the html.Chris Johns2016-11-031-1/+1
|
* conf: Make the build date use a nicer day format.Chris Johns2016-11-031-1/+16
|
* waf: Have configure set building pdf and/or singlehtml.Chris Johns2016-11-031-206/+247
| | | | | | | | | | | | | | Move selecting pdf and singlehtml to the configure stage so it is sticky for all builds. This means a top level build will always build all formats that have been configured. Do not complete the configure stage if tools are missing for the configured output. Add singlehtml support using the inliner tool. It is nice. Remove the groups as waf can track the dependences. This lets the manuals build in parallel.
* Add a copyright to the PDF front page.Chris Johns2016-11-022-3/+4
|
* html: Update the CSS and add topics.Chris Johns2016-11-021-8/+30
|
* waf: Fix the sphinx verbose option.Chris Johns2016-11-021-2/+8
|
* waf: Add an install command.Chris Johns2016-10-311-43/+67
|