Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warn on deprecated Python-specific index types (#11412) | Adam Turner | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Fix Ruff bidirectional text errors | Adam Turner | 2023-02-11 | 1 | -2/+5 |
| | |||||
* | 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 |
| | |||||
* | Merge branch '3.4.x' into 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 | ||||
* | | Fix name of the Hebrew language in test_create_single_index | Dmitry Shachnev | 2020-12-21 | 1 | -2/+4 |
|/ | |||||
* | test: Fix flake8 violations | Takeshi KOMIYA | 2020-11-15 | 1 | -4/+6 |
| | |||||
* | Fix #2050: Symbols sections are appeared twice in the index page | Takeshi KOMIYA | 2020-07-18 | 1 | -2/+4 |
| | | | | | | Multibyte symbols are categorized to independent symbols section different to single byte symbols. This integrate them to a single section. | ||||
* | Fix #7301: capital characters are not allowed for node_id | Takeshi KOMIYA | 2020-03-29 | 1 | -1/+1 |
| | |||||
* | Close #7220: genindex: Show "main" index entries at first | Takeshi KOMIYA | 2020-02-29 | 1 | -0/+15 |
| | |||||
* | Review updates | sethg | 2020-02-22 | 1 | -7/+9 |
| | |||||
* | Implement review changes | sethg | 2020-02-22 | 1 | -18/+20 |
| | |||||
* | Add checks for references | sethg | 2020-02-22 | 1 | -0/+7 |
| | |||||
* | Add basic syntax test for index :name: | sethg | 2020-02-22 | 1 | -0/+11 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Stop to use deprecated API: env.indexentries | Takeshi KOMIYA | 2019-12-25 | 1 | -12/+6 |
| | |||||
* | Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric terms | Takeshi KOMIYA | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | Fix #736: Invalid sort in pair index | Takeshi KOMIYA | 2019-07-06 | 1 | -8/+19 |
| | |||||
* | Fix #6230: Inappropriate node_id has been generated by glossary directive | Takeshi KOMIYA | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | refactor: test_environment_indexentries | Takeshi KOMIYA | 2019-03-31 | 1 | -111/+92 |
| | | | | | To test IndexEntriesCollector also, new testcases parses reST text and builds indexentries. | ||||
* | Fix #6140: Use unittest.mock instead of mock | Takeshi KOMIYA | 2019-03-08 | 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 | -43/+40 |
|/ | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -2/+3 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-01 | 1 | -4/+14 |
|\ \ | |/ | |||||
| * | Add tests for the previous two changes | Dmitry Shachnev | 2017-02-27 | 1 | -4/+14 |
| | | |||||
* | | Add IndexEntries adapter | Takeshi KOMIYA | 2017-01-28 | 1 | -1/+1 |
|/ | |||||
* | To simplify, sphinx uses external mock package even if unittest.mock exists. | shimizukawa | 2016-10-15 | 1 | -1/+1 |
| | |||||
* | Add testcase for indexentries | Takeshi KOMIYA | 2016-10-11 | 1 | -0/+136 |