summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #1063: autodoc: automodule directive handles undocumented module ...Takeshi KOMIYA2019-06-102-28/+0
* Merge branch '2.1.1' into 6451_autodoc_optonal_imported_modulesTakeshi KOMIYA2019-06-102-6/+15
|\
| * Merge branch '2.1.1' into 6436_napoleon_unknown_target_nameTakeshi KOMIYA2019-06-101-4/+13
| |\
| | * apidoc: Insert newlines between submodulesStephen Finucane2019-06-071-4/+13
| * | Fix #6436: napoleon: "Unknown target name" errorTakeshi KOMIYA2019-06-091-2/+2
| |/
* | Fix #6451: autodoc: generates docs for "optional import"ed modules as variablesTakeshi KOMIYA2019-06-081-0/+15
|/
* Fix #6452: autosummary: crashed when generating document of propertiesTakeshi KOMIYA2019-06-071-1/+17
* Merge pull request #6423 from tk0miya/1063_autodoc_undoc_module_variablesTakeshi KOMIYA2019-06-022-0/+28
|\
| * Fix #1063: autodoc: automodule directive handles undocumented module level va...Takeshi KOMIYA2019-06-012-0/+28
* | Merge branch '2.0.2' into 2.0Takeshi KOMIYA2019-06-025-1/+17
|\ \ | |/ |/|
| * Fix latex figure in admonitionStefan Wallentowitz2019-05-244-0/+16
| * C++, allow 8 and 9 in hexadecimal integer literals.Jakob Lykke Andersen2019-04-141-1/+1
* | Add :force: option to code directivesTakeshi KOMIYA2019-06-013-0/+23
* | Merge pull request #6397 from tk0miya/6361_autodoc_typehintsTakeshi KOMIYA2019-06-012-0/+62
|\ \
| * | Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signatureTakeshi KOMIYA2019-05-262-0/+62
* | | Merge pull request #6412 from tk0miya/refactor_apidocTakeshi KOMIYA2019-05-311-0/+15
|\ \ \
| * | | refactor apidoc: Add is_skipped_module()Takeshi KOMIYA2019-05-301-0/+15
* | | | Merge pull request #6404 from tk0miya/6347_autodoc_crashes_by_plain_TupleTakeshi KOMIYA2019-05-302-2/+9
|\ \ \ \
| * | | | Fix #6347: autodoc: crashes with a plain Tuple on Python 3.6 and 3.5Takeshi KOMIYA2019-05-292-2/+9
* | | | | Close #6239: latex: Support to build Chinese documentsTakeshi KOMIYA2019-05-291-0/+10
|/ / / /
* | | | Merge pull request #6395 from tk0miya/6350_autosummary_is_confused_by_default...Takeshi KOMIYA2019-05-271-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #6350: autosummary is confused by an argument having namedtuple as a defa...Takeshi KOMIYA2019-05-251-0/+1
| * | | Fix #6350: autosummary is confused by an argument having default string value...Takeshi KOMIYA2019-05-251-0/+1
| |/ /
* | | Close #6325: autodoc: Support attributes in __slots__Takeshi KOMIYA2019-05-222-0/+51
|/ /
* | Merge pull request #6365 from tk0miya/refactor_py_domainTakeshi KOMIYA2019-05-193-1/+93
|\ \
| * | Close #744: autodoc: Support abstractmethodTakeshi KOMIYA2019-05-152-0/+78
| * | Add :abstractmethod: option to py:method directive (refs: #6138)Takeshi KOMIYA2019-05-151-1/+15
* | | Merge pull request #6376 from tk0miya/6375_angle_brackets_in_linktitleTakeshi KOMIYA2019-05-191-1/+16
|\ \ \
| * \ \ Merge branch '2.0' into 6375_angle_brackets_in_linktitleTakeshi KOMIYA2019-05-195-0/+81
| |\ \ \
| * | | | Fix #6375: extlinks: Cannot escape angle brackets in link captionTakeshi KOMIYA2019-05-161-1/+16
| | |/ / | |/| |
* | | | Fix #6379: py domain: Module index (py-modindex.html) has duplicate titlesTakeshi KOMIYA2019-05-191-1/+50
| |/ / |/| |
* | | Support coverage_ignore_pyobjects in the coverage builderAdrián Chaves2019-05-155-0/+81
|/ /
* | Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2Takeshi KOMIYA2019-05-138-80/+173
|\ \
| * | Add :type: option for rst:directive:option directiveTakeshi KOMIYA2019-05-131-0/+15
| * | Add rst:directive:option directiveTakeshi KOMIYA2019-05-131-2/+46
| * | Merge branch '2.0' into refactor_py_domain3Takeshi KOMIYA2019-05-123-5/+10
| |\ \
| | * \ Merge pull request #6201 from tk0miya/6165_tab_widthTakeshi KOMIYA2019-05-121-1/+6
| | |\ \
| | | * \ Merge branch '2.0' into 6165_tab_widthTakeshi KOMIYA2019-05-128-193/+473
| | | |\ \
| | | * | | Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA2019-04-251-1/+6
| | * | | | Add a label to search input for accessability purposes.Omer Katz2019-05-122-4/+4
| | | |/ / | | |/| |
| * | | | autodoc: Add PropertyDocumenter to detect propertiesTakeshi KOMIYA2019-05-121-10/+15
| * | | | Add sphinx.util.inspect:isproperty()Takeshi KOMIYA2019-05-121-0/+11
| * | | | Add :property: option to py:method directiveTakeshi KOMIYA2019-05-121-1/+14
| |/ / /
| * | | Merge pull request #6341 from tk0miya/4550_centering_tables_using_cssTakeshi KOMIYA2019-05-123-62/+62
| |\ \ \
| | * | | Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA2019-05-063-62/+62
* | | | | Fix #6311: autosummary: autosummary table gets confused by complex type hintsTakeshi KOMIYA2019-05-123-2/+30
|/ / / /
* | | | Fix #6331: man: invalid output when doctest follows rubricTakeshi KOMIYA2019-05-061-0/+7
* | | | Merge pull request #6338 from tk0miya/template_for_apidocTakeshi KOMIYA2019-05-061-0/+214
|\ \ \ \
| * | | | apidoc: Use a template for generating package fileTakeshi KOMIYA2019-05-041-0/+166
| * | | | apidoc: Use a template for generating toc fileTakeshi KOMIYA2019-05-041-0/+18