summaryrefslogtreecommitdiffstats
path: root/filesystem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a single top level version number.Chris Johns2017-03-201-6/+5
| | | | | | | Fix the path in the catalogue links to allow prefix testing on a local disk. Close #2940.
* filesystem: Fix header levels.Chris Johns2016-11-0912-2196/+1851
|
* filesystem: Fix numbered lists.Joel Sherrill2016-10-281-39/+39
|
* in-memory.rst, mounting_and_unmounting.rst: Remove unnecessary backslashJoel Sherrill2016-10-282-2/+2
|
* Remove the old files.Chris Johns2016-10-291-4602/+0
|
* Fix filesystem formatting.Chris Johns2016-10-2711-1404/+1165
|
* Set SPDX License Identifier in each source file.Chris Johns2016-05-2012-0/+24
|
* Add 'waf linkcheck' to check external references.Amar Takhar2016-05-021-1/+1
|
* Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar2016-05-021-2/+1
| | | | | | | | | * This is still broken. * Rename sphinx_rtd_theme so it doesn't pickup locally installed ones * Add a hack to theme.css to get around inliner bug. * Some unrelated fixups in common/waf.py Unfortunatly several dozen fixes got merged into this.
* Add PDF generation support use with --pdfAmar Takhar2016-05-022-6/+5
|
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-021-1/+1
| | | | | | | | | | | | | | To use: 1. Install aspell 2. waf spell <list of files> * waf spell mydoc.rst * waf spell *.rst This uses a custom dictionary stored in common/spell/dict/. We should add all RTEMS and programming terms to this to ensure we are consistent. Amar.
* Convert all Unicode to ASCII(128)Amar Takhar2016-05-026-30/+30
|
* Rework how conf.py is handled.Amar Takhar2016-05-022-9/+9
| | | | Needed to switch due to increasing complexity.
* Fix section numbering, create TOC, seperate preface.Amar Takhar2016-05-022-58/+12
|
* Rename old document for reference only.Amar Takhar2016-05-021-0/+0
|
* Split document into seperate files by section.Amar Takhar2016-05-0211-1/+4599
|
* Fix markup warnings.Amar Takhar2016-05-021-2/+21
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-023-0/+4601