880 Commits

Author SHA1 Message Date
Chris Johns
25d55d49c3 Change code to code-block. 2016-05-02 20:51:26 -04:00
Chris Johns
00d1a0a1fb Fix double quotes. 2016-05-02 20:51:26 -04:00
Chris Johns
0d86b7111e Clean up. 2016-05-02 20:51:26 -04:00
Chris Johns
1762611192 Add semaphore attributes figure. 2016-05-02 20:51:26 -04:00
Chris Johns
f02e87257a Fix the double quotes. 2016-05-02 20:51:26 -04:00
Chris Johns
080608f70f Manually apply patch from textinfo dooc.
Patch https://git.rtems.org/rtems/commit/?id=265312a5be98d59e9758cc78c0f313920fa40016
2016-05-02 20:51:26 -04:00
Chris Johns
c9aaf3145f Clean up 2016-05-02 20:51:26 -04:00
Chris Johns
8ef6ea80ef Clean ups. 2016-05-02 20:51:25 -04:00
Chris Johns
eccd84e752 Add wrap support to long table entries. 2016-05-02 20:51:25 -04:00
Chris Johns
859f0b7319 Add an rtems-table class to wrap and align HTML tables. 2016-05-02 20:51:25 -04:00
Chris Johns
1a72a9806f Cleanups. 2016-05-02 20:51:25 -04:00
Chris Johns
66220bcbd7 Fix index error. 2016-05-02 20:51:25 -04:00
Chris Johns
0ddfd93b55 Remove widths from tables for the PDF. 2016-05-02 20:51:25 -04:00
Chris Johns
7130ed3229 Fix PDF layout. 2016-05-02 20:51:25 -04:00
Chris Johns
8083970e47 Switch the task manager to tables for status codes. 2016-05-02 20:51:25 -04:00
Chris Johns
36745eb06d Remove command.rst and clean up the index page. 2016-05-02 20:51:25 -04:00
Chris Johns
c18d76ae55 Add my-style.css support and add RTEMS to that CSS. 2016-05-02 20:51:25 -04:00
Chris Johns
b8d3f6b3b7 C user guide clean up. Up to timer manager. 2016-05-02 20:51:25 -04:00
Chris Johns
0f5ccd4d6d Generate a fatal error on a Sphinx beta version that cannot be parsed. 2016-05-02 20:51:25 -04:00
Chris Johns
e5afcaa038 Add OAR copyright to each file. 2016-05-02 20:51:25 -04:00
Chris Johns
35bcd00783 Clean up. 2016-05-02 20:51:25 -04:00
Chris Johns
bcfdcef840 Clean up. 2016-05-02 20:51:25 -04:00
Chris Johns
fabe6d020f Clean up the memory commands. 2016-05-02 20:51:25 -04:00
Chris Johns
df773360c9 Add links from the command list to the commands. 2016-05-02 20:51:25 -04:00
Amar Takhar
ed3794ea39 Add 'waf linkcheck' to check external references. 2016-05-02 20:51:25 -04:00
Amar Takhar
9b495a2980 Remove incorrect pdflatex/makeindex check. 2016-05-02 20:51:25 -04:00
Amar Takhar
7c1f2154d6 Only require makeindex and pdflatex when trying to build PDF. 2016-05-02 20:51:25 -04:00
Amar Takhar
a316b1ff6d Add support for singlehtml (inlined) HTML file, plus some other fixes.
* 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.
2016-05-02 20:51:25 -04:00
Amar Takhar
89f234787e Fix typo and add another dependency. 2016-05-02 20:51:24 -04:00
Amar Takhar
14bbcb1ea9 Add minimum version check for Sphinx.
Some distributions have ancient versions we require at least 1.3.
2016-05-02 20:51:24 -04:00
Amar Takhar
9b5801a6e6 Add PDF generation support use with --pdf 2016-05-02 20:51:24 -04:00
Amar Takhar
0abc59dffc Add .svg logos for RTEMS that I made myself.
One is plain SVG the other has the Inkscape metadata in it.
2016-05-02 20:51:24 -04:00
Amar Takhar
2643223689 Add logo.pdf for PDF documents. 2016-05-02 20:51:24 -04:00
Amar Takhar
b99044088c Add missed conf.py.
No idea how this happened.
2016-05-02 20:51:24 -04:00
Chris Johns
4f81ff1700 Clean up of file and directory commands. 2016-05-02 20:51:24 -04:00
Amar Takhar
f916fcaaae Add support for spellchecking with a custom dictionary.
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.
2016-05-02 20:51:24 -04:00
Amar Takhar
d389819eea Convert all Unicode to ASCII(128) 2016-05-02 20:51:24 -04:00
Amar Takhar
11e1a6f969 Remove ada_user document.
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.
2016-05-02 20:51:24 -04:00
Amar Takhar
3a717592a9 Rework how conf.py is handled.
Needed to switch due to increasing complexity.
2016-05-02 20:51:24 -04:00
Amar Takhar
46498bd4e3 Fix rtemsconfig building.
I'll probably move to a more pythonic way of doing conf.py since this is getting
too complicated.
2016-05-02 20:51:24 -04:00
Amar Takhar
6c6246cace Delete new_chapters document as it is rarely used.
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.
2016-05-02 20:51:24 -04:00
Amar Takhar
d94936ab0b Remove relnotes are per Joel -- it has no use anymore.
It is severely out of date we will write new information elsewhere.  Plus the
new website has a lot of similar info.
2016-05-02 20:51:24 -04:00
Amar Takhar
bbf2836248 Rename old document for reference only. 2016-05-02 20:51:24 -04:00
Amar Takhar
fd6dc8c8de Split document into seperate files by section. 2016-05-02 20:51:24 -04:00
Amar Takhar
1a1be7f456 Fix markup. 2016-05-02 20:51:23 -04:00
Amar Takhar
4783b0d0e4 Split document into seperate files by section. 2016-05-02 20:51:23 -04:00
Amar Takhar
8d87f4dc3b Fix markup. 2016-05-02 20:51:23 -04:00
Amar Takhar
7d8260a9e6 Rename old document for reference only. 2016-05-02 20:51:23 -04:00
Amar Takhar
1264a8f108 Split document into seperate files by section. 2016-05-02 20:51:23 -04:00
Amar Takhar
ec76eca9cc Fix warnings. 2016-05-02 20:51:23 -04:00