summaryrefslogtreecommitdiffstats
path: root/Documentation/user/system-setup.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: fix code block and literal block highlightingRoland Hieber2018-08-101-3/+9
| | | | | | | | | Use shell script highlighting where it is resonable, use console highlighting for transcripts, and fix some of the few cases where the syntax was broken, resulting in text not being rendered at all. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: use https for Pengutronix servicesUwe Kleine-König2018-06-131-1/+1
| | | | | | | | Also adapt the links to git.pengutronix.de to use the cgit URLs instead the old gitweb ones. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* docs: correct link to microcom repoLucas Stach2015-03-261-1/+1
| | | | | | | | It's not nice to land on a 404 page and having to search for the right location manually. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* doc: make "System setup" an appendixHolger Schurig2014-06-271-2/+2
| | | | | | | | Note that I used "Appendix: " as text, because it looks like python-sphinx doesn't know about appendices. Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Documentation: Add new sphinxs docsSascha Hauer2014-06-261-0/+64
This is a rewrite of the Documentation in reStructuredText format using Sphinx as build system, see http://sphinx-doc.org/. The documentation is built into static html pages with 'make docs'. The pages can be found under Documentation/html after building. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>