summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-0217-15/+66
| | | | | | | | | | | | | | 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-02121-705/+705
|
* Remove ada_user document.Amar Takhar2016-05-0243-45880/+0
| | | | | | | | | We are going to make Ada a chapter in the c_user manual to simplify things. Talked it over with Joel the differences between ada_user and c_users are a lot smaller than they used to be. A simple few page chapter will be enough for anyone to know the differences and will be a lot easier to maintain.
* Rework how conf.py is handled.Amar Takhar2016-05-0229-159/+167
| | | | Needed to switch due to increasing complexity.
* Fix rtemsconfig building.Amar Takhar2016-05-024-8/+31
| | | | | I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.
* Delete new_chapters document as it is rarely used.Amar Takhar2016-05-023-513/+0
| | | | | | | | Joel says this was a template used to generate a shell when adding a set of related APIs. It was written in 1997 and a good portion is untouched. If we need this functionality in the new docs we can write something much nicer using Python to generate the proper reST documentation.
* Remove relnotes are per Joel -- it has no use anymore.Amar Takhar2016-05-023-574/+0
| | | | | It is severely out of date we will write new information elsewhere. Plus the new website has a lot of similar info.
* Rename old document for reference only.Amar Takhar2016-05-021-0/+0
|
* Split document into seperate files by section.Amar Takhar2016-05-0240-1/+23750
|
* Fix markup.Amar Takhar2016-05-021-122/+173
|
* Split document into seperate files by section.Amar Takhar2016-05-0241-1/+22914
|
* Fix markup.Amar Takhar2016-05-021-162/+214
|
* Rename old document for reference only.Amar Takhar2016-05-021-0/+0
|
* Split document into seperate files by section.Amar Takhar2016-05-0225-1/+11564
|
* Fix warnings.Amar Takhar2016-05-021-0/+4
|
* Rename old document for reference only.Amar Takhar2016-05-021-0/+0
|
* Split document into seperate files by section.Amar Takhar2016-05-0221-1/+4541
|
* Fix warnings.Amar Takhar2016-05-021-33/+81
|
* Clean up of general commands.Chris Johns2016-05-021-308/+319
|
* Rename old document for reference only.Amar Takhar2016-05-021-0/+0
|
* Split document into seperate files by section.Amar Takhar2016-05-0220-1/+4723
|
* Fix warnings.Amar Takhar2016-05-021-19/+28
|
* Split document into seperate files by section.Amar Takhar2016-05-0222-1/+3609
|
* Fix warnings.Amar Takhar2016-05-021-12/+4
|
* Move preface/intro one level up so the section is unnumbered.Amar Takhar2016-05-023-3/+6
|
* Rename old document for reference only.Amar Takhar2016-05-021-0/+0
|
* Split document into seperate files by section.Amar Takhar2016-05-0213-1/+1858
|
* Fix markupAmar Takhar2016-05-021-0/+2
|
* Split document.Amar Takhar2016-05-0210-1/+1992
|
* Fix markupAmar Takhar2016-05-021-6/+47
|
* Fix images.Amar Takhar2016-05-024-12/+3
|
* Clean up config and init.Chris Johns2016-05-021-26/+25
|
* Split document.Amar Takhar2016-05-0211-1/+7005
|
* Clean up the alias command.Chris Johns2016-05-021-34/+33
|
* Cleaned up to General Commands.Chris Johns2016-05-021-346/+246
|
* Split document.Amar Takhar2016-05-027-1/+1329
|
* Fix warnings.Amar Takhar2016-05-021-25/+10
|
* 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
|
* Fix references.Amar Takhar2016-05-021-9/+3
|
* Fix broken markup.Amar Takhar2016-05-021-1/+44
|
* Check for non existent directories when building 'book'.Amar Takhar2016-05-021-2/+6
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-02109-0/+92496