index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKING
Takeshi KOMIYA
2020-08-14
2
-8
/
+8
|
\
|
*
C and C++, parsing function attributes
Jakob Lykke Andersen
2020-08-13
2
-8
/
+7
|
*
C++, fix template template parameter parsing
Jakob Lykke Andersen
2020-08-13
1
-0
/
+1
*
|
Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING
Takeshi KOMIYA
2020-08-13
2
-0
/
+30
|
/
*
default to False and update the tests
Keewis
2020-08-12
1
-29
/
+31
*
only preprocess if the preprocessor is enabled
Keewis
2020-08-10
1
-0
/
+21
*
Fix #8041: autodoc: An ivar on super class is not shown unexpectedly
Takeshi KOMIYA
2020-08-08
2
-7
/
+43
*
Fix #7780: napoleon: multiple params declaration was wrongly recognized
Takeshi KOMIYA
2020-08-07
1
-0
/
+26
*
napoleon: Fix a broken test (refs: #8049)
Takeshi KOMIYA
2020-08-07
1
-1
/
+1
*
Merge pull request #8049 from keewis/type-preprocessing-without-use_param
Takeshi KOMIYA
2020-08-07
1
-48
/
+48
|
\
|
*
preprocess even with napoleon_use_param = False
Keewis
2020-08-04
1
-48
/
+48
*
|
Merge pull request #7799 from keewis/escape-combined-args-kwargs
Takeshi KOMIYA
2020-08-06
1
-0
/
+34
|
\
\
|
*
|
remove the syntax checks from the escape method and update the tests
Keewis
2020-08-05
1
-22
/
+9
|
*
|
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-08-04
13
-38
/
+162
|
|
\
\
|
*
\
\
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-07-25
43
-103
/
+674
|
|
\
\
\
|
*
|
|
|
add tests to make sure the warning is raised
Keewis
2020-07-13
1
-0
/
+45
|
*
|
|
|
add a test for combined args and kwargs
Keewis
2020-06-08
1
-0
/
+17
*
|
|
|
|
Merge pull request #8025 from tk0miya/6698_no-trim-flags
Takeshi KOMIYA
2020-08-06
2
-1
/
+32
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Close #6698: doctest: Add :no-trim-doctest-flags: options
Takeshi KOMIYA
2020-08-05
2
-1
/
+32
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #8021 from keewis/fix-type-preprocessor
Takeshi KOMIYA
2020-08-05
1
-18
/
+52
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
make sure strings are not split using other delimiters
Keewis
2020-08-04
1
-0
/
+2
|
*
|
|
check that a "default <obj>" notation works with xrefs
Keewis
2020-08-04
1
-0
/
+2
|
*
|
|
check that floats and complex numbers are detected as literals
Keewis
2020-08-01
1
-0
/
+2
|
*
|
|
use a regex to decide whether to postprocess a token starting with default
Keewis
2020-08-01
1
-0
/
+2
|
*
|
|
Merge branch '3.x' into fix-type-preprocessor
Keewis
2020-08-01
1
-0
/
+14
|
|
\
\
\
|
*
|
|
|
properly link ... to Ellipsis
Keewis
2020-07-31
1
-2
/
+6
|
*
|
|
|
add tests for referencing ellipsis objects
Keewis
2020-07-29
1
-2
/
+2
|
*
|
|
|
add more delimiters so describing mappings becomes possible
Keewis
2020-07-29
1
-0
/
+8
|
*
|
|
|
make the postprocessing a bit more robust and add tests
Keewis
2020-07-29
1
-0
/
+14
|
*
|
|
|
move the misplaced GoogleDocstring test to the appropriate test class
Keewis
2020-07-29
1
-16
/
+16
*
|
|
|
|
refactor: test: Rename target.enum to target.enums
Takeshi KOMIYA
2020-08-03
3
-16
/
+16
*
|
|
|
|
Merge pull request #8035 from tk0miya/8034_argument_for_private-members
Takeshi KOMIYA
2020-08-03
1
-0
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
Close #8034: autodoc: :private-member: can take an list of member names
Takeshi KOMIYA
2020-08-02
1
-0
/
+21
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Fix #8032: autodoc: A typehint for inherited ivars is not shown
Takeshi KOMIYA
2020-08-02
2
-0
/
+18
*
|
|
|
|
Merge pull request #8028 from tk0miya/8011_ivar_for_autosummary
Takeshi KOMIYA
2020-08-02
3
-4
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Close #8011: autosummary: Support instance attributes
Takeshi KOMIYA
2020-08-01
3
-4
/
+13
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #8037 from jakobandersen/cpp_template_nontype
Jakob Lykke Andersen
2020-08-02
1
-0
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
C++, fix non-type template parameter parsing
Jakob Lykke Andersen
2020-08-02
1
-0
/
+11
|
|
/
/
/
/
*
|
|
|
|
Close #7768: i18n: figure_language_filename supports {docpath} token
Takeshi KOMIYA
2020-08-02
1
-0
/
+13
|
/
/
/
/
*
|
|
|
Fix #8008: py domain: failed to parse a type annotation containing ellipsis
Takeshi KOMIYA
2020-07-30
1
-0
/
+14
|
/
/
/
*
|
|
Merge pull request #8014 from jakobandersen/utzig-named-variadic-arg
Jakob Lykke Andersen
2020-07-27
1
-0
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
C, changelog and test for named variadic args
Jakob Lykke Andersen
2020-07-27
1
-0
/
+4
*
|
|
Merge pull request #7690 from keewis/transform_numpy_parameter_types
Takeshi KOMIYA
2020-07-25
1
-0
/
+191
|
\
\
\
|
*
|
|
allow mapping to a long name
Keewis
2020-07-21
1
-1
/
+7
|
*
|
|
support pandas-style default spec by postprocessing tokens
Keewis
2020-07-21
1
-0
/
+2
|
*
|
|
don't try to generate test cases in code
Keewis
2020-07-16
1
-100
/
+34
|
*
|
|
add type hints and location information
Keewis
2020-07-16
1
-5
/
+5
|
*
|
|
make sure singletons actually use :obj:
Keewis
2020-07-16
1
-4
/
+4
|
*
|
|
add back the trailing whitespace
Keewis
2020-07-16
1
-1
/
+1
|
*
|
|
use the dedent function imported at module-level
Keewis
2020-07-16
1
-13
/
+12
[next]