| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix #7445: a return annotation ``None`` is not converted to a hyperlink | Takeshi KOMIYA | 2020-04-10 | 1 | -0/+7 |
| * | Merge pull request #7441 from tk0miya/7423_logging_non_string_object | Takeshi KOMIYA | 2020-04-10 | 1 | -0/+8 |
| |\ |
|
| | * | Fix #7423: crashed when giving a non-string object to logger | Takeshi KOMIYA | 2020-04-09 | 1 | -0/+8 |
| * | | Fix #7418: std domain: duplication warning for glossary terms is case insensi... | Takeshi KOMIYA | 2020-04-09 | 1 | -4/+4 |
| |/ |
|
| * | test: Fix indentation | Takeshi KOMIYA | 2020-04-05 | 1 | -1/+1 |
| * | Merge branch '2.x' into 3.0.x | Takeshi KOMIYA | 2020-04-05 | 2 | -0/+21 |
| |\ |
|
| | * | Fix: autodoc: `__wrapped__` functions are not documented correctly | Terence D. Honles | 2020-02-27 | 2 | -0/+21 |
| * | | Fix #7355: autodoc: a signature of cython-function is not recognized well | Takeshi KOMIYA | 2020-03-31 | 2 | -2/+2 |
| * | | Fix #7301: epub: duplicated node_ids are generated | Takeshi KOMIYA | 2020-03-29 | 1 | -2/+0 |
| * | | Fix #7301: capital characters are not allowed for node_id | Takeshi KOMIYA | 2020-03-29 | 8 | -72/+72 |
| * | | Fix #7219: py:module directive generates incorrect index entry | Takeshi KOMIYA | 2020-03-29 | 1 | -1/+1 |
| * | | Fix #7219: py:function directive generates incorrect index entry | Takeshi KOMIYA | 2020-03-29 | 1 | -2/+13 |
| * | | Fix #6477: Escape first "!" in a cross reference linking no longer possible | Takeshi KOMIYA | 2020-03-28 | 1 | -1/+11 |
| * | | C, C++, do not recurse in anon symbols on addition | Jakob Lykke Andersen | 2020-03-25 | 4 | -0/+27 |
| * | | C++, support pack expansion in template argument lists | Jakob Lykke Andersen | 2020-03-25 | 1 | -0/+6 |
| * | | C++, support comma operator in expressions | Jakob Lykke Andersen | 2020-03-25 | 1 | -0/+3 |
| * | | C, alternative spellings of operators | Jakob Lykke Andersen | 2020-03-24 | 1 | -0/+11 |
| * | | C++, support alternate spellings of operators | Jakob Lykke Andersen | 2020-03-24 | 1 | -24/+67 |
| * | | Merge pull request #7356 from tk0miya/7301_node_id | Takeshi KOMIYA | 2020-03-22 | 7 | -60/+60 |
| |\ \ |
|
| | * | | Fix #7301: Allow . and _ for node_id | Takeshi KOMIYA | 2020-03-22 | 7 | -60/+60 |
| * | | | Fix #7331: autodoc: a cython-method is not recognized as a method | Takeshi KOMIYA | 2020-03-22 | 2 | -0/+20 |
| * | | | Fix #7331: autodoc: a cython-function is not recognized as a function | Takeshi KOMIYA | 2020-03-22 | 2 | -0/+30 |
| * | | | Merge pull request #7358 from tk0miya/refactor_autodoc | Takeshi KOMIYA | 2020-03-22 | 4 | -248/+248 |
| |\ \ \ |
|
| | * | | | refactor: autodoc: Remove needless spaces from blank line | Takeshi KOMIYA | 2020-03-22 | 4 | -248/+248 |
| * | | | | Merge pull request #7346 from tk0miya/7341_xref_for_type_annotations | Takeshi KOMIYA | 2020-03-22 | 1 | -13/+44 |
| |\ \ \ \ |
|
| | * | | | | Close #7341: py domain: type annotations are converted to cross refs | Takeshi KOMIYA | 2020-03-22 | 1 | -13/+44 |
| | | |/ /
| |/| | |
|
| * | | | | Merge pull request #7351 from tk0miya/7324_multiple_suffixes_for_same_document | Takeshi KOMIYA | 2020-03-22 | 1 | -0/+11 |
| |\ \ \ \ |
|
| | * | | | | Add "once" option to logger.warning() | Takeshi KOMIYA | 2020-03-21 | 1 | -0/+11 |
| | |/ / / |
|
| * | | | | Fix #6240: napoleon: Attributes and Methods sections ignore :noindex: option | Takeshi KOMIYA | 2020-03-21 | 1 | -0/+28 |
| |/ / / |
|
| * | | | Update autodoc tests for new backslash handling | Jakob Lykke Andersen | 2020-03-20 | 1 | -3/+3 |
| * | | | Add C++ test for backslash stripping | Jakob Lykke Andersen | 2020-03-20 | 2 | -0/+17 |
| * | | | test: Add testcase for make_id() | Takeshi KOMIYA | 2020-03-20 | 1 | -9/+28 |
| * | | | Merge pull request #7320 from tk0miya/refactor_autosummary | Takeshi KOMIYA | 2020-03-19 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | refactor: autosummary: Define AutosummaryEntry as a return type of find_autos... | Takeshi KOMIYA | 2020-03-16 | 1 | -2/+2 |
| * | | | | C++, fix minor space issues in declarators | Jakob Lykke Andersen | 2020-03-18 | 1 | -7/+17 |
| * | | | | Use logging.suppress_logging() | Jakob Lykke Andersen | 2020-03-17 | 2 | -5/+2 |
| * | | | | C and C++ domains, change to new logging | Jakob Lykke Andersen | 2020-03-17 | 2 | -20/+11 |
| * | | | | Add suppress_logging() | Takeshi KOMIYA | 2020-03-18 | 1 | -0/+14 |
| * | | | | Merge pull request #7319 from jakobandersen/c_revamp | Jakob Lykke Andersen | 2020-03-17 | 6 | -39/+524 |
| |\ \ \ \ |
|
| | * | | | | C, style decl specifiers as intented | Jakob Lykke Andersen | 2020-03-15 | 1 | -1/+1 |
| | * | | | | C, add __int64 as a fundamental type | Jakob Lykke Andersen | 2020-03-15 | 2 | -0/+10 |
| | * | | | | C, add expression parsing and expr role | Jakob Lykke Andersen | 2020-03-15 | 2 | -139/+107 |
| | * | | | | C, add new directives, fix xref lookup | Jakob Lykke Andersen | 2020-03-15 | 2 | -18/+31 |
| | * | | | | C, initial rewrite | Jakob Lykke Andersen | 2020-03-15 | 6 | -39/+533 |
| | |/ / / |
|
| * | | | | C++, prevent false warnings from expressions with < | Jakob Lykke Andersen | 2020-03-16 | 1 | -0/+17 |
| |/ / / |
|
| * | | | Merge pull request #7142 from septatrix/html-auxiliary-pygments-style | Takeshi KOMIYA | 2020-03-15 | 3 | -1/+23 |
| |\ \ \ |
|
| | * | | | Fix tests | Septatrix | 2020-03-14 | 2 | -7/+7 |
| | * | | | Fix checking wrong highlighter | Septatrix | 2020-03-14 | 1 | -1/+1 |
| | * | | | Remove html_pygments_dark_style option | Septatrix | 2020-03-14 | 3 | -13/+20 |
| | * | | | Add tests for pygments_dark_style options | Septatrix | 2020-03-14 | 1 | -0/+15 |