summaryrefslogtreecommitdiff
path: root/tests/test_environment_indexentries.py
Commit message (Collapse)AuthorAgeFilesLines
* Warn on deprecated Python-specific index types (#11412)Adam Turner2023-05-091-1/+1
|
* Fix COM812Adam Turner2023-02-181-1/+1
|
* Fix Ruff bidirectional text errorsAdam Turner2023-02-111-2/+5
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* Merge branch '3.4.x' into 3.xTakeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-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_indexDmitry Shachnev2020-12-211-2/+4
|/
* test: Fix flake8 violationsTakeshi KOMIYA2020-11-151-4/+6
|
* Fix #2050: Symbols sections are appeared twice in the index pageTakeshi KOMIYA2020-07-181-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_idTakeshi KOMIYA2020-03-291-1/+1
|
* Close #7220: genindex: Show "main" index entries at firstTakeshi KOMIYA2020-02-291-0/+15
|
* Review updatessethg2020-02-221-7/+9
|
* Implement review changessethg2020-02-221-18/+20
|
* Add checks for referencessethg2020-02-221-0/+7
|
* Add basic syntax test for index :name:sethg2020-02-221-0/+11
|
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* Stop to use deprecated API: env.indexentriesTakeshi KOMIYA2019-12-251-12/+6
|
* Fix #6561: glossary: Wrong hyperlinks are generated for non alphanumeric termsTakeshi KOMIYA2019-07-091-1/+1
|
* Fix #736: Invalid sort in pair indexTakeshi KOMIYA2019-07-061-8/+19
|
* Fix #6230: Inappropriate node_id has been generated by glossary directiveTakeshi KOMIYA2019-03-311-1/+1
|
* refactor: test_environment_indexentriesTakeshi KOMIYA2019-03-311-111/+92
| | | | | To test IndexEntriesCollector also, new testcases parses reST text and builds indexentries.
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-081-2/+1
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-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 stringsTakeshi KOMIYA2018-12-161-43/+40
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+3
|
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-03-011-4/+14
|\ \ | |/
| * Add tests for the previous two changesDmitry Shachnev2017-02-271-4/+14
| |
* | Add IndexEntries adapterTakeshi KOMIYA2017-01-281-1/+1
|/
* To simplify, sphinx uses external mock package even if unittest.mock exists.shimizukawa2016-10-151-1/+1
|
* Add testcase for indexentriesTakeshi KOMIYA2016-10-111-0/+136