Commit Graph

15400 Commits

Author SHA1 Message Date
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
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
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
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
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
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
Takeshi KOMIYA
03e85df617
Merge pull request #7860 from tk0miya/7841_update_docs
doc: Add modname separator tip for autodoc (refs: #7841)
2020-06-26 02:05:05 +09:00
Takeshi KOMIYA
42f29b6acf doc: Add modname separator tip for autodoc (refs: #7841) 2020-06-21 23:28:03 +09:00
Takeshi KOMIYA
275d93b506 Update CHANGES for PR #7846 2020-06-21 17:57:50 +09:00
Takeshi KOMIYA
e886cc2171
Merge pull request #7846 from abramobagnara/3.x
Use well-formed XML syntax.
2020-06-21 17:55:49 +09:00
Jakob Lykke Andersen
f692cd139e
Merge pull request #7854 from jakobandersen/c_cpp_gnu_attributes
C and C++: support parameterized GNU style attributes
2020-06-20 10:14:36 +02:00
Jakob Lykke Andersen
5414708343 C,C++: support parameterized GNU style attributes
Fixes sphinx-doc/sphinx#7853
2020-06-20 09:55:35 +02:00
Abramo Bagnara
267eeabc00 Use well-formed XML syntax. 2020-06-17 19:03:05 +02:00
Takeshi KOMIYA
66e55a02d1
Merge pull request #7845 from cool-RR/patch-1
Use chain.from_iterable in text.py
2020-06-18 00:36:44 +09:00
Takeshi KOMIYA
ec64ff3e50
Merge pull request #7843 from tk0miya/7839_autosummary_encoding
Fix #7839: autosummary: cannot handle umlauts in function names
2020-06-18 00:34:08 +09:00
Ram Rachum
19974ed017
Use chain.from_iterable in text.py 2020-06-17 11:58:32 +03:00
Takeshi KOMIYA
9c0bf231ab Fix #7839: autosummary: cannot handle umlauts in function names 2020-06-16 23:18:17 +09:00
Takeshi KOMIYA
0bb43d6b99
Merge pull request #7842 from eamanu/patch-1
Update licence year
2020-06-16 22:53:28 +09:00
Emmanuel Arias
2049527f03
New year
Update year Licence
2020-06-15 21:48:56 -03:00
Ram Rachum
53c1dff91c Fix exception causes all over the codebase 2020-06-14 14:37:16 +03:00
Takeshi KOMIYA
8f184e07bb
Merge pull request #7835 from tk0miya/integrate_gha_workflows
Integrate GitHub Actions' workflows for linting to single YAML file
2020-06-14 16:03:09 +09:00
Takeshi KOMIYA
0e271f28a4 github actions: Merge workflows for linting to lint.yml 2020-06-14 15:42:05 +09:00
Takeshi KOMIYA
b0490ce812 github actions: Rename flake8.yml to lint.yml 2020-06-14 15:33:22 +09:00
Takeshi KOMIYA
a0411ce19d Merge branch '3.1.x' into 3.x 2020-06-14 13:48:31 +09:00
Takeshi KOMIYA
fed4647463
Merge pull request #7833 from tk0miya/run_linttools_on_gha
Run lint tools on GH Actions
2020-06-14 13:44:27 +09:00
Takeshi KOMIYA
f0cc20a065 Run lint tools on GH Actions 2020-06-14 13:32:39 +09:00
Takeshi KOMIYA
05c65163ec Merge branch '3.1.x' into 3.x 2020-06-14 12:55:47 +09:00
Takeshi KOMIYA
5599fae11a Bump version 2020-06-14 12:55:01 +09:00
Takeshi KOMIYA
e7c2949a87 Bump to 3.1.1 final 2020-06-14 12:53:48 +09:00
Takeshi KOMIYA
d2cec67670
Merge pull request #7831 from tk0miya/7807_contextmanager
Fix #7807: autodoc: wrong signature is shown for the function using contextmanager
2020-06-14 12:42:32 +09:00
Takeshi KOMIYA
941e340510
Merge branch '3.1.x' into 7807_contextmanager 2020-06-14 12:32:20 +09:00
Takeshi KOMIYA
b56772102e
Merge pull request #7829 from tk0miya/7805_retval_of_descriptors
Fix #7805: autodoc: an object which descriptors returns is documented
2020-06-14 12:31:40 +09:00
Takeshi KOMIYA
6c3db6d65a Fix #7805: autodoc: an object which descriptors returns is documented 2020-06-14 12:22:57 +09:00
Takeshi KOMIYA
02acad66f0
Merge pull request #7827 from tk0miya/7808_napoleon_nitpicky_warning
Revert "ext.napoleon: Emit type annotations at the start of `.. attribute::`"
2020-06-14 11:48:44 +09:00
Takeshi KOMIYA
6eb43ba138
Merge pull request #7823 from tk0miya/7821_overload_builtin_function
Fix #7821: autodoc: TypeError is raised for overloaded C-ext function
2020-06-14 11:46:58 +09:00
Takeshi KOMIYA
d77622ba79 Fix #7807: autodoc: wrong signature is shown for the function using contextmanager 2020-06-14 01:31:18 +09:00
Takeshi KOMIYA
b3affa6949 Fix autodoc: Show detailed warning when type_comment is mismatched (refs: #7807) 2020-06-13 23:53:30 +09:00
Takeshi KOMIYA
e983189c94 Update CHANGES 2020-06-13 16:38:19 +09:00