summaryrefslogtreecommitdiff
path: root/doc/man/sphinx-quickstart.rst
Commit message (Collapse)AuthorAgeFilesLines
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-061-1/+1
| | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``.
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
|
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-2/+2
| | | | | | To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on.
* Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` optionTakeshi KOMIYA2020-10-261-0/+4
|
* Fix typos in the documentationChris Mayo2020-08-031-1/+1
|
* doc: Remove --epub option from man page for sphinx-buildTakeshi KOMIYA2019-02-041-4/+0
|
* #4188 update quickstart docTimotheus Kampik2018-02-241-2/+6
|
* minor typodeoren2018-01-161-1/+1
|
* #3751 use double back ticksTimotheus Kampik2017-08-231-1/+1
|
* #3751 document -M command line optionTimotheus Kampik2017-07-161-1/+2
|
* doc: Remove 'Author' section from man pagesStephen Finucane2017-07-111-9/+0
| | | | | | | | | | | | | | | | Per the closest thing we have to official man page guidelines [1]: Use of an AUTHORS section is strongly discouraged. Generally, it is better not to clutter every page with a list of (over time potentially numerous) authors; if you write or significantly amend a page, add a copyright notice as a comment in the source file. We already do a good job of tracking authors in the AUTHORS file, so we can remove this. [1] https://linux.die.net/man/7/man-pages Signed-off-by: Stephen Finucane <stephen@that.guru>
* doc: Update sphinx-quickstart man pageStephen Finucane2017-07-111-6/+146
| | | | | | | This man page wasn't making full use of Sphinx's own features. Update it to do so, and remove the duplicated information from 'invocation'. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Add "orphan" metadata entry to suppress non-toctree-inclusion warnings.Georg Brandl2010-02-251-0/+3
|
* Remove hand-written manpages, add rst documents to be built with the manpage ↵Georg Brandl2010-02-251-0/+30
builder.