index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
ext
/
autodoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #836: catch AttributeError when retrieving __dict__ attribute.
Georg Brandl
2012-03-10
1
-3
/
+7
*
Correctly treat built-in method (method descriptors) as methods
Julian Andres Klode
2011-05-04
1
-1
/
+2
*
Fix #718: "pass" is not a good way to exit a function.
Georg Brandl
2011-09-21
1
-1
/
+1
*
Closes #671: new autodoc features: :special-members: and :private-members: sh...
Georg Brandl
2011-05-15
1
-17
/
+31
*
Make check.
Georg Brandl
2011-01-15
1
-1
/
+2
*
#437: autodoc now shows values of class data attributes.
Georg Brandl
2011-01-08
1
-5
/
+50
*
merge with https://bitbucket.org/langacore/sphinx
Georg Brandl
2011-01-08
1
-2
/
+2
|
\
*
|
Removed unnecessary \
?ukasz Langa
2011-01-08
1
-1
/
+1
*
|
getargspec moved to sphinx.util.inspect
?ukasz Langa
2011-01-08
1
-31
/
+2
|
\
\
|
|
/
*
|
Support for autodocumenting partial functions.
?ukasz Langa
2011-01-08
1
-5
/
+35
|
/
*
merge with 1.0
Georg Brandl
2011-01-07
1
-83
/
+156
|
\
|
*
merge with 1.0
Georg Brandl
2011-01-06
1
-83
/
+156
|
|
\
|
|
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
|
|
|
\
|
|
*
\
merge with 1.0
Georg Brandl
2011-01-04
1
-83
/
+163
|
|
|
\
\
|
|
|
*
|
Fix docstring preparation with included signature: ignore indentation of two ...
Georg Brandl
2011-01-04
1
-7
/
+7
|
|
|
*
|
#564: Add :confval:`autodoc_docstring_signature` which retrieves the signatur...
Georg Brandl
2011-01-03
1
-4
/
+51
|
|
|
*
|
#520: Provide ``special-members`` option for autodoc directives.
Georg Brandl
2011-01-03
1
-5
/
+14
|
|
|
*
|
#176: Provide ``private-members`` option for autodoc directives.
Georg Brandl
2011-01-03
1
-5
/
+7
|
|
|
*
|
merge with 1.0
Georg Brandl
2011-01-03
1
-70
/
+92
|
|
|
|
\
\
|
|
|
|
*
\
merge with 1.0
Georg Brandl
2010-10-22
1
-1
/
+1
|
|
|
|
|
\
\
|
|
|
|
*
|
|
Docstring harmonization.
Georg Brandl
2010-08-22
1
-35
/
+33
|
|
|
|
*
|
|
Implemented sphinx.ext.autodoc.MethodDocumenter.import_object for python3
DasIch
2010-06-19
1
-18
/
+39
|
|
|
|
*
|
|
test if decoding is required first
DasIch
2010-06-03
1
-2
/
+5
|
|
|
|
*
|
|
test_autodoc.test_get_doc now passes
DasIch
2010-05-24
1
-6
/
+11
|
|
|
|
*
|
|
Add a constant for class types, which lacks types.ClassType in Py3k.
Georg Brandl
2010-07-28
1
-9
/
+4
*
|
|
|
|
|
|
Refactoring: do not hardcode "automodule" directive name when looking how to ...
Georg Brandl
2011-01-07
1
-1
/
+4
*
|
|
|
|
|
|
If an autodoc object cannot be imported, always re-read the document and show...
Georg Brandl
2011-01-07
1
-0
/
+4
|
/
/
/
/
/
/
*
|
|
|
|
|
#568: Fix lookup of class attribute documentation on descriptors so that comm...
Georg Brandl
2011-01-06
1
-0
/
+11
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
|
/
/
/
/
*
|
|
|
#567: Emit the ``autodoc-process-docstring`` event even for objects without a...
Georg Brandl
2011-01-03
1
-3
/
+8
|
/
/
/
*
|
|
Fix strange reportings of line numbers for warnings generated from
Georg Brandl
2011-01-03
1
-2
/
+2
|
|
/
|
/
|
*
|
#544: Allow ``.pyw`` as a source file extension.
Georg Brandl
2010-10-22
1
-1
/
+1
|
/
*
Added ``exclude`` argument to :func:`.autodoc.between`. From http://bitbucke...
Georg Brandl
2010-06-12
1
-5
/
+6
*
merge with trunk
Georg Brandl
2010-04-17
1
-1
/
+4
|
\
|
*
merge with 0.6
Georg Brandl
2010-04-17
1
-1
/
+4
|
|
\
|
|
*
#376: In autodoc, fix display of parameter defaults containing backslashes.
Georg Brandl
2010-04-07
1
-1
/
+4
*
|
|
merge with trunk
Georg Brandl
2010-04-06
1
-19
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
merge with trunk
Georg Brandl
2010-02-28
1
-19
/
+27
|
|
\
\
|
|
*
|
#187: Added support for source ordering of members in autodoc, with ``autodoc...
Georg Brandl
2010-02-28
1
-3
/
+10
|
|
*
|
merge with trunk
Georg Brandl
2010-02-27
1
-15
/
+16
|
|
|
\
\
|
|
|
*
|
Rename doc_read_data to temp_data, which reflects better what it does.
Georg Brandl
2010-01-17
1
-10
/
+10
|
|
|
*
|
Make the _ gettext alias an explicit import instead of installing into builtins.
Georg Brandl
2010-01-17
1
-1
/
+1
|
|
|
*
|
merge with trunk
Georg Brandl
2010-01-17
1
-1
/
+2
|
|
|
|
\
\
|
|
|
*
|
|
Change naming convention in doc_read_data to "domain:key".
Georg Brandl
2010-01-13
1
-10
/
+10
|
|
|
*
|
|
merge with trunk
Georg Brandl
2010-01-07
1
-15
/
+15
|
|
|
|
\
\
\
|
|
|
|
*
\
\
merge with trunk
Georg Brandl
2010-01-02
1
-1
/
+1
|
|
|
|
|
\
\
\
|
|
|
|
*
\
\
\
merge with trunk
Georg Brandl
2009-11-09
1
-1
/
+3
|
|
|
|
|
\
\
\
\
|
|
|
|
*
\
\
\
\
merge with trunk
Georg Brandl
2009-10-26
1
-4
/
+11
|
|
|
|
|
\
\
\
\
\
|
|
|
|
*
|
|
|
|
|
autodoc: generate directives including domain name.
Georg Brandl
2009-09-07
1
-1
/
+3
|
|
|
|
*
|
|
|
|
|
More refactoring for language-independent domain support.
Georg Brandl
2009-09-07
1
-14
/
+12
[next]