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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
In autodoc, allow customizing the signature of an object via autodoc-process-...
Georg Brandl
2010-02-21
1
-2
/
+3
*
Make the ``start-after`` and ``end-before`` options to the ``literalinclude``...
Georg Brandl
2010-01-30
2
-1
/
+6
*
Improve the handling of non-Unicode strings in the configuration:
Georg Brandl
2010-01-12
1
-1
/
+18
*
Add tests for todo extension.
Georg Brandl
2010-01-03
2
-0
/
+23
*
#310: support exception messages in the ``testoutput`` blocks of the ``doctes...
Georg Brandl
2010-01-02
4
-1
/
+146
*
Happy new year!
Georg Brandl
2010-01-01
14
-14
/
+14
*
#303: ``html_context`` values given on the command line via ``-A``
Georg Brandl
2009-12-31
3
-1
/
+6
*
#308: allow "double" as alias for "pair" in index entries.
Georg Brandl
2009-12-30
1
-0
/
+1
*
Remove option added in docutils 0.6.
Georg Brandl
2009-12-28
1
-1
/
+0
*
#299: Fix the mangling of quotes in "include:: :literal:" blocks.
Georg Brandl
2009-12-24
3
-0
/
+12
*
Fix "fixed" descriptor handling, and add tests.
Georg Brandl
2009-10-25
1
-0
/
+18
*
#196: Add a warning if an extension module doesn't have a ``setup()`` function.
Georg Brandl
2009-06-15
1
-0
/
+10
*
When highlighting Python code, ignore extra indentation before
Georg Brandl
2009-06-04
2
-6
/
+15
*
#191: Don't escape the tilde in URIs in LaTeX.
Georg Brandl
2009-06-04
1
-0
/
+3
*
Don't consider contents of source comments for the search index.
Georg Brandl
2009-05-31
1
-0
/
+39
*
Set the default encoding to ``utf-8-sig`` to handle files with a
Georg Brandl
2009-05-31
3
-1
/
+10
*
#178: apply ``add_function_parentheses`` config value to C functions as promi...
Georg Brandl
2009-05-22
2
-0
/
+6
*
#173: Respect the docutils ``title`` directive.
Georg Brandl
2009-05-17
2
-0
/
+3
*
#157: fix make check.
Georg Brandl
2009-05-10
1
-1
/
+2
*
Bring some more sanity into quickstart validators.
Georg Brandl
2009-04-29
1
-2
/
+2
*
Fix test suite failures when Pygments is not available.
Georg Brandl
2009-04-07
1
-2
/
+4
*
Fix the fix of #127 to actually work.
Georg Brandl
2009-03-24
1
-3
/
+3
*
Restore 2.4 compatibility and fix removing the generated file properly.
Georg Brandl
2009-03-16
6
-13
/
+4
*
Do proper cleanup of generated files.
Georg Brandl
2009-03-16
3
-0
/
+9
*
Fix test_env.
Georg Brandl
2009-03-16
31
-379
/
+2096
|
\
|
*
Fix test_env.
Georg Brandl
2009-03-16
1
-1
/
+1
|
*
Fix autosummary test suite.
Georg Brandl
2009-03-16
31
-379
/
+2096
|
|
\
|
|
*
Autodoc can now exclude single members from documentation
Georg Brandl
2009-03-15
1
-1
/
+5
|
|
*
Fix test.
gbrandl
2009-03-15
1
-2
/
+4
|
|
*
Fix test_env after update() API change.
gbrandl
2009-03-15
1
-4
/
+2
|
|
*
Add autosummary to tests.
gbrandl
2009-03-15
3
-1
/
+10
|
|
*
Make WARNING the default warning prefix.
Georg Brandl
2009-03-05
2
-10
/
+10
|
|
*
#114: Added an ``abbr`` role to markup abbreviations and acronyms.
Georg Brandl
2009-03-05
1
-0
/
+1
|
|
*
Use standard ``file:line: warning: message`` format for warning messages.
Georg Brandl
2009-03-05
4
-15
/
+16
|
|
*
Paths to literal include files and download files can now be absolute too.
Georg Brandl
2009-02-24
4
-0
/
+20
|
|
*
Add makefile target for easy test coverage checking.
Georg Brandl
2009-02-22
1
-0
/
+1163
|
|
*
#10: implement HTML section numbering.
Georg Brandl
2009-02-22
2
-7
/
+11
|
|
*
Fix the serializing and changes builders, and really test them.
Georg Brandl
2009-02-21
3
-4
/
+17
|
|
*
More generator tests.
Georg Brandl
2009-02-21
1
-11
/
+11
|
|
*
The new ``latex_additional_files`` config value can be used to
Georg Brandl
2009-02-20
2
-0
/
+4
|
|
*
Forgot ifconfig.
Georg Brandl
2009-02-20
1
-0
/
+1
|
|
*
Fix #103: add all (usable) builtin extensions to quickstart.
Georg Brandl
2009-02-20
1
-0
/
+4
|
|
*
Make "make check" happy.
Georg Brandl
2009-02-19
1
-1
/
+2
|
|
*
Fix a bug in FilenameUniqDict that led to test failures.
Georg Brandl
2009-02-19
2
-9
/
+11
|
|
*
Make the HTML xpath tests generator tests.
Georg Brandl
2009-02-19
2
-20
/
+41
|
|
*
Added an ``only`` directive that can selectively include text
Georg Brandl
2009-02-19
4
-4
/
+32
|
|
*
Test add_description_unit in test suite.
Georg Brandl
2009-02-18
3
-3
/
+27
|
|
*
Add more stuff to the autodoc test document, and fix two bugs.
Georg Brandl
2009-02-18
1
-0
/
+21
|
|
*
SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags).
Georg Brandl
2009-02-18
5
-9
/
+172
|
|
*
Add a test for a new documenter.
Georg Brandl
2009-02-18
1
-4
/
+33
[next]