summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the double quotes.Chris Johns2016-05-029-41/+44
|
* Manually apply patch from textinfo dooc.Chris Johns2016-05-021-2/+2
| | | | Patch https://git.rtems.org/rtems/commit/?id=265312a5be98d59e9758cc78c0f313920fa40016
* Clean upChris Johns2016-05-026-1738/+1781
|
* Clean ups.Chris Johns2016-05-0212-2497/+2647
|
* Add wrap support to long table entries.Chris Johns2016-05-021-20/+14
|
* Add an rtems-table class to wrap and align HTML tables.Chris Johns2016-05-026-10/+104
|
* Cleanups.Chris Johns2016-05-026-736/+744
|
* Fix index error.Chris Johns2016-05-021-1/+2
|
* Remove widths from tables for the PDF.Chris Johns2016-05-021-21/+0
|
* Fix PDF layout.Chris Johns2016-05-023-12/+10
|
* Switch the task manager to tables for status codes.Chris Johns2016-05-021-262/+252
|
* Remove command.rst and clean up the index page.Chris Johns2016-05-022-26/+23
|
* Add my-style.css support and add RTEMS to that CSS.Chris Johns2016-05-024-3/+116
|
* C user guide clean up. Up to timer manager.Chris Johns2016-05-0214-3445/+3539
|
* Generate a fatal error on a Sphinx beta version that cannot be parsed.Chris Johns2016-05-021-3/+5
|
* Add OAR copyright to each file.Chris Johns2016-05-026-1/+25
|
* Clean up.Chris Johns2016-05-021-370/+431
|
* Clean up.Chris Johns2016-05-021-229/+249
|
* Clean up the memory commands.Chris Johns2016-05-021-162/+186
|
* Add links from the command list to the commands.Chris Johns2016-05-022-47/+140
|
* Add 'waf linkcheck' to check external references.Amar Takhar2016-05-0211-11/+25
|
* 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
|