Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: add SPDX tags to new index files | Mauro Carvalho Chehab | 2019-07-15 | 1 | -0/+2 |
| | | | | | | | | All those new files I added are under GPL v2.0 license. Add the corresponding SPDX headers to them. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||||
* | docs: add arch doc directories to the index | Mauro Carvalho Chehab | 2019-07-15 | 1 | -2/+0 |
| | | | | | | | | Now that several arch documents were converted to ReST, add their indexes to Documentation/index.rst and remove the :orphan: from them. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | ||||
* | docs: ia64: convert to ReST | Mauro Carvalho Chehab | 2019-07-15 | 1 | -0/+18 |
Rename the ia64 documentation files to ReST, add an index for them and adjust in order to produce a nice html output via the Sphinx build system. There are two upper case file names. Rename them to lower case, as we're working to avoid upper case file names at Documentation. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> |