summaryrefslogtreecommitdiffstats
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add unicode support for commonly used characters like copyright.Chris Johns2019-02-281-2/+4
| | | | | - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
* Use pathto() on the genindex URL to make it relative.Chris Johns2019-02-151-2/+0
|
* waf: Remove as many sys path hacks as we can.Chris Johns2019-02-131-11/+7
| | | | | | | | There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
* build: Prepend project common pathSebastian Huber2019-02-082-2/+2
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* Reformat and update copyright and license noticesSebastian Huber2019-01-141-8/+6
| | | | | | | | For everything before 2015 an OAR copyright is assumed. Later copyright notices are based on Git commits on a best effort basis. The copyright notices of the "RTEMS Software Engineering Handbook" and the "RTEMS CPU Architecture Supplement" are incomplete.
* Simplify SPDX-License-Identifier commentSebastian Huber2019-01-119-9/+9
|
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-115-5/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-115-10/+5
|
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-23/+1
|
* Integrate images redrawn as part of GCI 2018Marçal Comajoan Cara2018-12-112-3/+3
| | | | | | | All of the redrawings were made by me except images/c_user/states which was made by LukaMag. This patch serves to update all the images. This work was part of GCI 2018.
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-212-5/+1
| | | | | | | | | | | | - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
* Update due to BSP source reorganizationSebastian Huber2018-04-271-1/+1
| | | | | | This patch is a part of the BSP source reorganization. Close #3285.
* Add indexes to all documents.Chris Johns2017-11-122-2/+5
| | | | Update #3229.
* Update copyright notices.Chris Johns2017-08-111-2/+8
|
* waf: Cleaner formatting to see the importing.Chris Johns2017-03-271-2/+7
|
* Use a single top level version number.Chris Johns2017-03-201-4/+5
|
* Update document titles for consistencyJoel Sherrill2017-01-112-4/+4
|
* Update version/revision to 4.11.99Sebastian Huber2016-12-211-2/+2
|
* Remove the old files.Chris Johns2016-10-291-2044/+0
|
* dec_21140.rst, network_task_structure.rst: Change image to figureJoel Sherrill2016-10-282-6/+9
|
* dec_21140.rst: Correct path to imageJoel Sherrill2016-10-281-1/+1
|
* rtems-docs: Fix many unnecessary back slashesJoel Sherrill2016-10-271-4/+4
|
* Set SPDX License Identifier in each source file.Chris Johns2016-05-2010-0/+20
|
* Move images to a common directory.Amar Takhar2016-05-185-3/+3
|
* Fix indenting.Chris Johns2016-05-021-2/+1
|
* Clean up and review of Networking User Guide.Chris Johns2016-05-029-1205/+1134
|
* Add 'waf linkcheck' to check external references.Amar Takhar2016-05-021-1/+1
|
* Add PDF generation support use with --pdfAmar Takhar2016-05-022-6/+5
|
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-021-1/+1
| | | | | | | | | | | | | | 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-028-45/+45
|
* Rework how conf.py is handled.Amar Takhar2016-05-022-9/+9
| | | | Needed to switch due to increasing complexity.
* Move preface/intro one level up so the section is unnumbered.Amar Takhar2016-05-021-1/+2
|
* Split document.Amar Takhar2016-05-0210-1/+1992
|
* Fix markupAmar Takhar2016-05-021-6/+47
|
* Fix images.Amar Takhar2016-05-024-12/+3
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-023-0/+2030