Commit Graph

15545 Commits

Author SHA1 Message Date
Takeshi KOMIYA
3e64373514
Merge pull request #7916 from tk0miya/7650_signatures_for_decorator
autodoc: the signature of base function will be shown for decorated functions
2020-07-05 12:13:43 +09:00
Takeshi KOMIYA
6c6e1d4fbf
Merge pull request #7918 from tk0miya/regenerate_sphinx.js
Regenerate sphinx.js
2020-07-05 12:13:17 +09:00
Takeshi KOMIYA
c640a14be2 Regenerate sphinx.js 2020-07-05 11:37:16 +09:00
Takeshi KOMIYA
eddfa686be
Merge pull request #7900 from chuckyQ/3.x
Closes #7887: Updated the sphinx.js locale files to improve readability
2020-07-05 11:36:25 +09:00
Charles
68abe09afe Closes #7887: Updated the sphinx.js locale json dump to indent for readability. Changed files to open with utf8 encoding 2020-07-04 15:34:36 -04:00
Takeshi KOMIYA
9b74e6cd67 autodoc: the signature of base function will be shown for decorated functions 2020-07-05 03:08:27 +09:00
Jakob Lykke Andersen
c668500a4b Add :noindexentry: option
Fixes sphinx-doc/sphinx#7052
2020-07-04 19:34:00 +02:00
Takeshi KOMIYA
cc4534d12f Update CHANGES for PR #7852 2020-07-05 02:12:17 +09:00
Takeshi KOMIYA
2cc6264f2d
Merge pull request #7852 from mgeier/basic-css-simple-lists
basic CSS: Take "simple" lists into account, resuscitating the "html_compact_lists" config option
2020-07-05 02:11:11 +09:00
Takeshi KOMIYA
1f002dac6e
Merge pull request #7889 from tk0miya/7866_mocking_generic_types
Fix #7886: autodoc: TypeError is raised on mocking generic-typed classes
2020-07-05 01:34:18 +09:00
Takeshi KOMIYA
814efa55c4
Merge pull request #7897 from JulienPalard/typo
FIX: Typo in tutorial/todo.
2020-07-05 01:33:54 +09:00
Takeshi KOMIYA
9fd9edebb4 Merge branch '3.1.x' into 3.x 2020-07-04 23:44:52 +09:00
Takeshi KOMIYA
f743df6c20
Merge pull request #7914 from tk0miya/7812_autodoc_name_conflicts
Fix #7812: autodoc: crashed when given name is conflicted
2020-07-04 23:42:09 +09:00
Takeshi KOMIYA
ec5647b4cd
Merge pull request #7915 from tk0miya/verbose_tests
CI: Do testing more verbose
2020-07-04 23:38:17 +09:00
Takeshi KOMIYA
659846b805 Fix #7812: autodoc: crashed when given name is conflicted
Note: this partially reverts #7594 to avoid errors.
2020-07-04 20:48:02 +09:00
Takeshi KOMIYA
df6333a250 CI: Do testing more verbose 2020-07-04 20:46:01 +09:00
Takeshi KOMIYA
5afc77ee27
Merge pull request #7881 from tk0miya/7812_broken_stub_files
Fix #7812: autosummary: generates broken stub files (again)
2020-07-04 20:18:12 +09:00
Takeshi KOMIYA
9771662cd3
Merge branch '3.1.x' into 7812_broken_stub_files 2020-07-04 19:34:55 +09:00
Takeshi KOMIYA
0c24baaa0c doc: Update docs (refs: #7907) 2020-07-04 11:56:45 +09:00
Takeshi KOMIYA
f27dfe337e
Merge pull request #7907 from tmetzl/patch-1
doc: Clarify language specific figures format in docs
2020-07-04 11:48:28 +09:00
Tim Metzler
5ba5cb60e3
Use double backticks for filename example 2020-07-03 19:08:53 +02:00
Takeshi KOMIYA
0c0da9bf8a
Merge pull request #7904 from choldgraf/events
DOC: Events overview
2020-07-04 01:38:14 +09:00
Tim Metzler
3982d526b2
Shorten line to less than 85 characters 2020-07-03 14:27:14 +02:00
Tim Metzler
9dcd88709c
Clarify language specific figures format
I recently used sphinx for multilanguage documentation and found the explanation of the language specific figure format misleading. 
I replaced the underscores by periods and added a small example.
2020-07-03 14:11:53 +02:00
Chris Holdgraf
ef03bcc6ea output files comment 2020-07-02 13:46:44 -07:00
Chris Holdgraf
853060a646 events 2020-07-02 13:42:53 -07:00
Jakob Lykke Andersen
8c82ecbf2c
Merge pull request #7895 from jakobandersen/c_cpp_noindex
C, C++: remove noindex option
2020-07-02 15:38:45 +02:00
Julien Palard
527a0361f1 FIX: Typo in tutorial/todo. 2020-06-30 17:13:19 +02:00
Takeshi KOMIYA
61c9aa584c
Merge pull request #7892 from DelazJ/patch-1
Fix sentence
2020-06-30 23:32:59 +09:00
Jakob Lykke Andersen
ff5eb7cc2b C, C++: remove noindex option
The option did nothing.
Improve error messages on duplicates.
2020-06-30 13:52:18 +02:00
Jakob Lykke Andersen
af3a59d799
Merge pull request #7882 from jakobandersen/c_alias
C, add c:alias directive
2020-06-30 11:34:11 +02:00
Jakob Lykke Andersen
7cbf54c210 C, add c:alias directive 2020-06-30 11:20:17 +02:00
Harrissou Sant-anna
9cf95615d0
Fix sentence 2020-06-30 03:06:11 +02:00
Takeshi KOMIYA
d6ca2f97be Fix #7886: autodoc: TypeError is raised on mocking generic-typed classes 2020-06-30 01:16:38 +09:00
Takeshi KOMIYA
ec9af606c6
Merge pull request #7888 from McSinyx/imperative-napoleon
ext.napoleon: Add aliases Warn and Raise
2020-06-30 00:29:14 +09:00
Nguyễn Gia Phong
1a865069db napoleon: Add aliases Warn and Raise 2020-06-29 22:19:54 +07:00
Takeshi KOMIYA
e4c3e24e85
Merge pull request #7832 from cool-RR/2020-06-11-raise-from
Fix exception causes all over the codebase
2020-06-29 02:26:53 +09:00
Takeshi KOMIYA
207ec7bf9c
Merge pull request #7874 from tk0miya/update_docs
doc: Fix URL
2020-06-29 02:24:24 +09:00
Takeshi KOMIYA
d55bb5ac54
Merge pull request #7873 from tk0miya/7869_abbr_leak
Fix #7869: abbr role wrongly copies an explanation from the previous one
2020-06-29 02:23:56 +09:00
Takeshi KOMIYA
af32ec782e
Merge pull request #7872 from tk0miya/7806_revert_viewcode
Fix #7806: viewcode: Failed to resolve viewcode references on 3rd party builders
2020-06-29 02:23:11 +09:00
Takeshi KOMIYA
37c6ffd856
Merge pull request #7877 from tk0miya/7865_extract_abbr
Fix #7865: autosummary: Failed to extract summary line when abbr. found
2020-06-29 02:22:42 +09:00
Takeshi KOMIYA
f27a3bfac3
Merge pull request #7885 from tk0miya/builddoc_on_gha
CI: Build document on GitHub Actions
2020-06-29 02:22:07 +09:00
Takeshi KOMIYA
67cb8e81b2 CI: Build document on GitHub Actions 2020-06-29 02:12:46 +09:00
Takeshi KOMIYA
c4f0d70d17
Merge branch '3.x' into 7865_extract_abbr 2020-06-29 02:04:40 +09:00
Takeshi KOMIYA
144af81545
Merge pull request #7876 from tk0miya/7866_failed_to_extract_summary
Fix #7866: autosummary: Failed to extract correct summary line
2020-06-29 02:03:35 +09:00
Takeshi KOMIYA
25e8171a0a Fix #7812: autosummary: generates broken stub files (again) 2020-06-28 17:21:26 +09:00
Takeshi KOMIYA
2d69b4211a Fix #7865: autosummary: Failed to extract summary line when abbr. found 2020-06-27 23:33:43 +09:00
Takeshi KOMIYA
4fa596ba4c Fix #7866: autosummary: Failed to extract correct summary line
A hyperlink target in the docstring causes a system_error because
node_ids are cached expectedly during extracting a summary.
2020-06-27 23:20:59 +09:00
Takeshi KOMIYA
12696cdfa2 doc: Fix URL 2020-06-27 22:19:05 +09:00
Takeshi KOMIYA
7efa9aebb1 Fix #7869: abbr role wrongly copies an explanation from the previous one 2020-06-27 03:04:28 +09:00