Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable 'nit-picky mode' for Sphinx's documentation | Adam Turner | 2023-04-06 | 1 | -1/+1 |
| | | | | | Fix several reference errors throughout the documentation and set ``nitpick_ignore`` in ``doc/conf.py``. | ||||
* | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | Close #8326: Rename master_doc to root_doc | Takeshi KOMIYA | 2021-02-28 | 1 | -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` option | Takeshi KOMIYA | 2020-10-26 | 1 | -0/+4 |
| | |||||
* | Fix typos in the documentation | Chris Mayo | 2020-08-03 | 1 | -1/+1 |
| | |||||
* | doc: Remove --epub option from man page for sphinx-build | Takeshi KOMIYA | 2019-02-04 | 1 | -4/+0 |
| | |||||
* | #4188 update quickstart doc | Timotheus Kampik | 2018-02-24 | 1 | -2/+6 |
| | |||||
* | minor typo | deoren | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | #3751 use double back ticks | Timotheus Kampik | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | #3751 document -M command line option | Timotheus Kampik | 2017-07-16 | 1 | -1/+2 |
| | |||||
* | doc: Remove 'Author' section from man pages | Stephen Finucane | 2017-07-11 | 1 | -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 page | Stephen Finucane | 2017-07-11 | 1 | -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 Brandl | 2010-02-25 | 1 | -0/+3 |
| | |||||
* | Remove hand-written manpages, add rst documents to be built with the manpage ↵ | Georg Brandl | 2010-02-25 | 1 | -0/+30 |
builder. |