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
/
sphinx
/
directives
/
desc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove almost empty sphinx.directives.desc module.
Georg Brandl
2009-09-07
1
-276
/
+0
*
More refactoring for language-independent domain support.
Georg Brandl
2009-09-07
1
-130
/
+17
*
Fix remaining uses of xfileref_role.
Georg Brandl
2009-08-09
1
-2
/
+2
*
With a few disabled features (see XXX), the test suite runs again.
Georg Brandl
2009-07-13
1
-2
/
+4
*
Make domains instances, which have factory methods for their roles and direct...
Georg Brandl
2009-07-13
1
-1
/
+2
*
Move domain-specific code around a bit; builtin domains are now completely in...
Georg Brandl
2009-07-05
1
-414
/
+0
*
Use a new "lazy" gettext function instead of using dummy _() to help text ext...
Georg Brandl
2009-07-03
1
-26
/
+21
*
Introduce "domains".
Georg Brandl
2009-06-29
1
-16
/
+50
*
Fixed bug with C signatures with const and no args
pau
2009-04-09
1
-0
/
+2
*
Fix wrong attribute name.
Georg Brandl
2009-02-20
1
-1
/
+1
*
Add a few more docstrings, and remove the last XXX comments in the desc direc...
Georg Brandl
2009-02-20
1
-13
/
+84
*
Fix a reuse problem with CDesc signatures.
Georg Brandl
2009-02-20
1
-3
/
+13
*
Restore docutils 0.4 compatibility.
Georg Brandl
2009-02-19
1
-17
/
+17
*
Fix #105: one shouldn't use the i18n function as a placeholder...
Georg Brandl
2009-02-18
1
-1
/
+1
*
Convert builtin directives to classes. Refactor desc_directive so that it is...
Georg Brandl
2009-02-18
1
-539
/
+605
*
merge with main
Georg Brandl
2009-02-14
1
-1
/
+2
|
\
|
*
Make it more probable for docutils to report the correct source
Georg Brandl
2009-02-14
1
-1
/
+2
*
|
Reformat to EOL80.
Georg Brandl
2009-01-10
1
-12
/
+18
|
/
*
Merge in copyright style changes from 0.5.
Georg Brandl
2009-01-03
1
-1
/
+1
|
\
|
*
Switch copyright and license tags to single style. Add contributor
Georg Brandl
2009-01-03
1
-2
/
+2
*
|
merge in 0.5
Georg Brandl
2009-01-02
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #80: use string.ascii_* constants in case locale.setlocale() is
Georg Brandl
2009-01-02
1
-1
/
+1
*
|
Close #23: Added a ``classmethod`` directive along with ``method``
Georg Brandl
2008-12-29
1
-4
/
+20
*
|
Fix #77: If a description environment with info field list only
Georg Brandl
2008-12-28
1
-6
/
+15
*
|
Explicitly refer to the license in :license: tags.
Georg Brandl
2008-12-27
1
-1
/
+1
*
|
Change the way to handle return annotations a bit.
Georg Brandl
2008-12-25
1
-7
/
+5
|
/
*
Fix handling of :param: and :type: with roles.
Georg Brandl
2008-12-15
1
-4
/
+21
*
Allow \\ to mean \ in signatures.
Georg Brandl
2008-12-05
1
-1
/
+4
*
#37: link to exception in :raises X: doc field.
Georg Brandl
2008-11-16
1
-7
/
+19
*
#14: allow distinct programs for cmdoption directive.
Georg Brandl
2008-11-09
1
-9
/
+13
*
Re-add spacing between parameter name and description.
Georg Brandl
2008-11-04
1
-1
/
+1
*
Fix "(class in None)" being generated as index entry. #4248.
Georg Brandl
2008-11-03
1
-0
/
+2
*
Respect add_module_names for index entries.
Georg Brandl
2008-10-25
1
-5
/
+6
*
Don't disregard return annotations for functions without any parameters.
Georg Brandl
2008-10-25
1
-1
/
+5
*
Add translation of strings in JavaScript files.
Georg Brandl
2008-09-06
1
-1
/
+1
*
Simplify index entry handling.
Georg Brandl
2008-08-11
1
-6
/
+0
*
* Add more generated text to the automatic translation.
Georg Brandl
2008-08-10
1
-47
/
+63
*
Remove the opcode directive.
Georg Brandl
2008-07-23
1
-21
/
+0
*
Merged revisions 64725-64726,64730 via svnmerge from
Georg Brandl
2008-07-05
1
-1
/
+2
*
Add static method support.
Georg Brandl
2008-06-23
1
-4
/
+23
*
Interpret field lists in description units.
Georg Brandl
2008-06-20
1
-0
/
+85
*
Support -> return type annotations.
Georg Brandl
2008-06-18
1
-5
/
+10
*
Rename node class desc_classname to desc_addname, which
Georg Brandl
2008-06-18
1
-9
/
+9
*
Add html_favicon config value.
Georg Brandl
2008-06-15
1
-0
/
+3
*
Fix handling of autoclass directives' module names.
Georg Brandl
2008-05-31
1
-21
/
+23
*
* Support for C class names (and const specifiers).
Georg Brandl
2008-05-04
1
-4
/
+15
*
Split directives into a subpackage.
Georg Brandl
2008-05-04
1
-0
/
+434