Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -4/+4 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Add a testcase for #9694 | Takeshi KOMIYA | 2021-09-11 | 1 | -0/+12 |
| | |||||
* | Fix :samp:`{var}` in manual pages. | Martin Liska | 2021-06-16 | 1 | -0/+5 |
| | | | | | | | When a samp begins with a variable part, it is not unwrapped for manual pages. Fixes #1860. | ||||
* | Fix #9217: manpage: Dirname of man_make_section_directory is wrong | Takeshi KOMIYA | 2021-05-17 | 1 | -1/+1 |
| | | | | | * Correct: man/man1 * Wrong: man/1 | ||||
* | manpage: Stop creating a section directory on build manpage by default | Takeshi KOMIYA | 2021-05-15 | 1 | -6/+6 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | | Close #7996: manpage: Make a section directory on build manpage by default | Takeshi KOMIYA | 2020-10-28 | 1 | -6/+6 |
|/ | |||||
* | Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directory | Takeshi KOMIYA | 2020-10-03 | 1 | -0/+7 |
| | | | | | | Add a new config variable; man_make_section_directory to make a section directory on build man page. During 3.x, it defaults to False and will be changed to True on 4.0 release. | ||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -3/+3 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #6331: man: invalid output when doctest follows rubric | Takeshi KOMIYA | 2019-05-06 | 1 | -0/+7 |
| | |||||
* | Merge branch '1.8' into 2.0 | Takeshi KOMIYA | 2019-03-10 | 1 | -0/+21 |
|\ | |||||
| * | Fix #3859: manpage: code-block captions are not displayed correctly | Takeshi KOMIYA | 2019-03-10 | 1 | -0/+21 |
| | | |||||
* | | test: Omit master_doc settings from testcases | Takeshi KOMIYA | 2019-01-03 | 1 | -2/+1 |
| | | |||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -4/+4 |
| | | |||||
* | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 |
| | | |||||
* | | refactor: special rubric for footnotes | Takeshi KOMIYA | 2018-12-10 | 1 | -0/+2 |
| | | |||||
* | | quickstart: Simplify generated conf.py (for manpage) | Takeshi KOMIYA | 2018-12-02 | 1 | -2/+16 |
|/ | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -2/+2 |
| | |||||
* | Fix #1498: manpage writer: don't make whole of item in definition list bold ↵ | Takeshi KOMIYA | 2016-03-06 | 1 | -0/+4 |
| | | | | if it includes strong node | ||||
* | Fix #2060: ``:manpage:`` role uses incorrect style (node) | Takeshi KOMIYA | 2016-01-17 | 1 | -0/+1 |
| | | | | | It should be use bold style to reference man pages in man format. On other formats, it is still represented as emphasis. | ||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Add testcase for #1860 | Takeshi KOMIYA | 2016-01-08 | 1 | -0/+22 |