summaryrefslogtreecommitdiffstats
path: root/user/conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-08build: Prepend project common pathSebastian Huber1-1/+1
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2017-11-13Use '.. toctree::' and not '.. include::' in the User Manual.Chris Johns1-31/+0
- Change all suitable '.. include::' to TOC tree. - Remove unused and not needed sections. - Fix the conf.py to not exclude some files. Close #3232.
2017-03-20Use a single top level version number.Chris Johns1-4/+5
2016-12-21Update version/revision to 4.11.99Sebastian Huber1-2/+2
2016-07-06Add a Hardware section.Chris Johns1-5/+7
2016-07-04Add the RTEMS Kernel section back in.Chris Johns1-0/+1
2016-07-04Reorganisse the User Manual to make it easier to navigate.Chris Johns1-6/+19
2016-05-02Add a basics section to Getting Started. Rearrange the content.Chris Johns1-0/+1
2016-05-02Split installation into separate files.Chris Johns1-0/+2
2016-05-02User manual, devel install and windows install.Chris Johns1-4/+17
2016-05-02Add PDF generation support use with --pdfAmar Takhar1-0/+4
2016-05-02Rework how conf.py is handled.Amar Takhar1-0/+8
Needed to switch due to increasing complexity.