summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #7445: a return annotation ``None`` is not converted to a hyperlinkTakeshi KOMIYA2020-04-101-0/+7
* Merge pull request #7441 from tk0miya/7423_logging_non_string_objectTakeshi KOMIYA2020-04-101-0/+8
|\
| * Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA2020-04-091-0/+8
* | Fix #7418: std domain: duplication warning for glossary terms is case insensi...Takeshi KOMIYA2020-04-091-4/+4
|/
* test: Fix indentationTakeshi KOMIYA2020-04-051-1/+1
* Merge branch '2.x' into 3.0.xTakeshi KOMIYA2020-04-052-0/+21
|\
| * Fix: autodoc: `__wrapped__` functions are not documented correctlyTerence D. Honles2020-02-272-0/+21
* | Fix #7355: autodoc: a signature of cython-function is not recognized wellTakeshi KOMIYA2020-03-312-2/+2
* | Fix #7301: epub: duplicated node_ids are generatedTakeshi KOMIYA2020-03-291-2/+0
* | Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA2020-03-298-72/+72
* | Fix #7219: py:module directive generates incorrect index entryTakeshi KOMIYA2020-03-291-1/+1
* | Fix #7219: py:function directive generates incorrect index entryTakeshi KOMIYA2020-03-291-2/+13
* | Fix #6477: Escape first "!" in a cross reference linking no longer possibleTakeshi KOMIYA2020-03-281-1/+11
* | C, C++, do not recurse in anon symbols on additionJakob Lykke Andersen2020-03-254-0/+27
* | C++, support pack expansion in template argument listsJakob Lykke Andersen2020-03-251-0/+6
* | C++, support comma operator in expressionsJakob Lykke Andersen2020-03-251-0/+3
* | C, alternative spellings of operatorsJakob Lykke Andersen2020-03-241-0/+11
* | C++, support alternate spellings of operatorsJakob Lykke Andersen2020-03-241-24/+67
* | Merge pull request #7356 from tk0miya/7301_node_idTakeshi KOMIYA2020-03-227-60/+60
|\ \
| * | Fix #7301: Allow . and _ for node_idTakeshi KOMIYA2020-03-227-60/+60
* | | Fix #7331: autodoc: a cython-method is not recognized as a methodTakeshi KOMIYA2020-03-222-0/+20
* | | Fix #7331: autodoc: a cython-function is not recognized as a functionTakeshi KOMIYA2020-03-222-0/+30
* | | Merge pull request #7358 from tk0miya/refactor_autodocTakeshi KOMIYA2020-03-224-248/+248
|\ \ \
| * | | refactor: autodoc: Remove needless spaces from blank lineTakeshi KOMIYA2020-03-224-248/+248
* | | | Merge pull request #7346 from tk0miya/7341_xref_for_type_annotationsTakeshi KOMIYA2020-03-221-13/+44
|\ \ \ \
| * | | | Close #7341: py domain: type annotations are converted to cross refsTakeshi KOMIYA2020-03-221-13/+44
| | |/ / | |/| |
* | | | Merge pull request #7351 from tk0miya/7324_multiple_suffixes_for_same_documentTakeshi KOMIYA2020-03-221-0/+11
|\ \ \ \
| * | | | Add "once" option to logger.warning()Takeshi KOMIYA2020-03-211-0/+11
| |/ / /
* | | | Fix #6240: napoleon: Attributes and Methods sections ignore :noindex: optionTakeshi KOMIYA2020-03-211-0/+28
|/ / /
* | | Update autodoc tests for new backslash handlingJakob Lykke Andersen2020-03-201-3/+3
* | | Add C++ test for backslash strippingJakob Lykke Andersen2020-03-202-0/+17
* | | test: Add testcase for make_id()Takeshi KOMIYA2020-03-201-9/+28
* | | Merge pull request #7320 from tk0miya/refactor_autosummaryTakeshi KOMIYA2020-03-191-2/+2
|\ \ \
| * | | refactor: autosummary: Define AutosummaryEntry as a return type of find_autos...Takeshi KOMIYA2020-03-161-2/+2
* | | | C++, fix minor space issues in declaratorsJakob Lykke Andersen2020-03-181-7/+17
* | | | Use logging.suppress_logging()Jakob Lykke Andersen2020-03-172-5/+2
* | | | C and C++ domains, change to new loggingJakob Lykke Andersen2020-03-172-20/+11
* | | | Add suppress_logging()Takeshi KOMIYA2020-03-181-0/+14
* | | | Merge pull request #7319 from jakobandersen/c_revampJakob Lykke Andersen2020-03-176-39/+524
|\ \ \ \
| * | | | C, style decl specifiers as intentedJakob Lykke Andersen2020-03-151-1/+1
| * | | | C, add __int64 as a fundamental typeJakob Lykke Andersen2020-03-152-0/+10
| * | | | C, add expression parsing and expr roleJakob Lykke Andersen2020-03-152-139/+107
| * | | | C, add new directives, fix xref lookupJakob Lykke Andersen2020-03-152-18/+31
| * | | | C, initial rewriteJakob Lykke Andersen2020-03-156-39/+533
| |/ / /
* | | | C++, prevent false warnings from expressions with <Jakob Lykke Andersen2020-03-161-0/+17
|/ / /
* | | Merge pull request #7142 from septatrix/html-auxiliary-pygments-styleTakeshi KOMIYA2020-03-153-1/+23
|\ \ \
| * | | Fix testsSeptatrix2020-03-142-7/+7
| * | | Fix checking wrong highlighterSeptatrix2020-03-141-1/+1
| * | | Remove html_pygments_dark_style optionSeptatrix2020-03-143-13/+20
| * | | Add tests for pygments_dark_style optionsSeptatrix2020-03-141-0/+15