summaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-27Add Windows build details.Chris Johns1-1/+1
Actually include the quoting fix for Windows.
2017-03-27waf: Fix linkcheck and spell commands.Chris Johns1-45/+19
Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
2017-03-21conf: Update the copyright year.Chris Johns1-2/+7
2017-03-21waf: Create the sphinx rule in one place.Chris Johns1-11/+11
2017-03-20Use a single top level version number.Chris Johns2-14/+35
2017-03-15user: Add tool commands to the user manual.Chris Johns1-0/+9
2017-03-15waf: Configure check the inliner only once.Chris Johns1-5/+7
2017-02-25Add a check for Sphinx extensions.Chris Johns1-15/+44
Minor clean up of the configure messages. Do not re-check sphinx in the nested configures.
2017-02-22Move extensions to common conf.pySebastian Huber1-1/+2
2017-02-02c-user: Add SMP application issues sectionSebastian Huber1-0/+4
2017-02-02c-user: Update clustered schedulingSebastian Huber1-7/+34
2017-02-01Do not show page references after internal linksSebastian Huber1-1/+1
2017-02-01Fix refs.bib entriesSebastian Huber1-1/+2
2017-02-01c-user: Add Key concept locking protocolsSebastian Huber1-0/+16
Update #2412. Update #2556.
2017-01-31Fix refs.bib entrySebastian Huber1-1/+2
2017-01-30c-user: Add timer and timeouts key conceptSebastian Huber1-0/+1
Update #2554.
2017-01-30refs.bib: Add URLSebastian Huber1-0/+1
2017-01-30c-user: Update overrun handling related functions and structureKuan-Hsun Chen1-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.
2017-01-25Fix some reference titlesSebastian Huber1-3/+3
2017-01-25Sort referencesSebastian Huber1-108/+110
2017-01-18c-user: Add support for references via bibtexSebastian Huber1-0/+173
https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871.
2017-01-12coverpage: Remove used function.Chris Johns1-15/+0
2017-01-12coverpage: Make showing the table conditional.Chris Johns2-5/+5
2017-01-12coverpage: Rename the static images directory to match bootstrap.Chris Johns3-2/+2
2017-01-12coverpage: Fix the catalogue table id.Chris Johns1-1/+2
2017-01-12coverpage: Update the coverpage to have the table collapse.Chris Johns13-16/+47
Add each doc's conf.py as a dependence to catalogue.xml.
2017-01-11conf.py: Fix build_date() to append correct suffix on all days.Justin Powell1-1/+7
2017-01-11html: Embed the catalogue XML in JS.Chris Johns3-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.
2017-01-11html: Add support for an HTML cover page for releases.Chris Johns10-0/+268
2017-01-10waf: Add a title to the XML Catalogue.Chris Johns1-1/+6
2017-01-10waf: Improved XML Catalogue generator.Chris Johns1-44/+41
2017-01-09waf: Create an XML Catalogue.Chris Johns1-0/+78
2016-11-09waf: Users without the extra fonts need to use '--disable-extra-fonts' to ↵Chris Johns2-2/+6
build PDF.
2016-11-09latex: Increase the depth of subsections.Chris Johns1-4/+7
2016-11-08waf: Get a copy of the optional packages.Chris Johns1-2/+2
2016-11-08waf: Use the good fonts if installed.Chris Johns5-22/+49
2016-11-08pdf: Format lists for directives to sit on the next line.Chris Johns3-2/+7
2016-11-07PDF: Do not use lato and inconsolata fonts. Not widely supported.Chris Johns4-146/+5
2016-11-07waf: Add a program test for pygmentize.Chris Johns1-0/+3
2016-11-07waf: Fix ''NoneType' object is not iterable'Christian Mauderer1-4/+6
2016-11-06waf: Fix the host version check.Chris Johns1-3/+3
2016-11-06waf: Add support to handle missing Latex packages on hosts they are not ↵Chris Johns11-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.
2016-11-04waf: Check for texlive packages and report an error is not found.Chris Johns1-6/+106
2016-11-04waf: Fix the bnode issue when building in a manual directory.Chris Johns1-1/+1
2016-11-03waf: Use separate doctrees so avoid sphinx clashes.Chris Johns1-10/+11
2016-11-03pdf: Make the copyright the same as the html.Chris Johns1-1/+1
2016-11-03conf: Make the build date use a nicer day format.Chris Johns1-1/+16
2016-11-03waf: Have configure set building pdf and/or singlehtml.Chris Johns1-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.
2016-11-02Add a copyright to the PDF front page.Chris Johns2-3/+4
2016-11-02html: Update the CSS and add topics.Chris Johns1-8/+30