summaryrefslogtreecommitdiffstats
path: root/filesystem (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Prepend project common pathSebastian Huber2019-02-082-2/+2
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* Reformat and update copyright and license noticesSebastian Huber2019-01-141-8/+5
| | | | | | | | For everything before 2015 an OAR copyright is assumed. Later copyright notices are based on Git commits on a best effort basis. The copyright notices of the "RTEMS Software Engineering Handbook" and the "RTEMS CPU Architecture Supplement" are incomplete.
* Simplify SPDX-License-Identifier commentSebastian Huber2019-01-1111-11/+11
|
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-118-8/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-118-16/+8
|
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-23/+1
|
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-212-5/+1
| | | | | | | | | | | | - 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
* Add indexes to all documents.Chris Johns2017-11-122-2/+5
| | | | Update #3229.
* Update copyright notices.Chris Johns2017-08-111-5/+8
|
* waf: Cleaner formatting to see the importing.Chris Johns2017-03-271-2/+7
|
* Use a single top level version number.Chris Johns2017-03-201-4/+5
|
* Update document titles for consistencyJoel Sherrill2017-01-111-3/+3
|
* Update version/revision to 4.11.99Sebastian Huber2016-12-211-2/+2
|
* 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