summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove incorrect pdflatex/makeindex check.Amar Takhar2016-05-021-4/+0
|
* Only require makeindex and pdflatex when trying to build PDF.Amar Takhar2016-05-021-3/+3
|
* Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar2016-05-0231-94/+80
| | | | | | | | | * 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.
* Fix typo and add another dependency.Amar Takhar2016-05-021-2/+2
|
* Add minimum version check for Sphinx.Amar Takhar2016-05-021-1/+24
| | | | Some distributions have ancient versions we require at least 1.3.
* Add PDF generation support use with --pdfAmar Takhar2016-05-0227-83/+119
|
* Add .svg logos for RTEMS that I made myself.Amar Takhar2016-05-022-0/+459
| | | | One is plain SVG the other has the Inkscape metadata in it.
* Add logo.pdf for PDF documents.Amar Takhar2016-05-021-0/+0
|
* Add missed conf.py.Amar Takhar2016-05-021-0/+8
| | | | No idea how this happened.
* Clean up of file and directory commands.Chris Johns2016-05-021-850/+866
|
* 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
|