summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* #169: Added the ``trim_doctest_flags`` config value, which is true by default.Georg Brandl2009-06-161-3/+13
* merge with 0.6Georg Brandl2009-06-151-0/+10
|\
| * #196: Add a warning if an extension module doesn't have a ``setup()`` function.Georg Brandl2009-06-151-0/+10
* | merge with 0.6Georg Brandl2009-06-043-6/+19
|\ \ | |/
| * When highlighting Python code, ignore extra indentation beforeGeorg Brandl2009-06-042-6/+15
| * #191: Don't escape the tilde in URIs in LaTeX.Georg Brandl2009-06-041-0/+3
* | Added the ``prepend`` and ``append`` options to theGeorg Brandl2009-06-042-1/+7
* | merge with 0.6Georg Brandl2009-05-313-56/+90
|\ \ | |/ |/|
| * merge with 0.6Georg Brandl2009-05-313-1/+10
| |\
| * \ merge with 0.6Georg Brandl2009-05-242-0/+6
| |\ \
| * \ \ merge with 0.6Georg Brandl2009-05-172-0/+3
| |\ \ \
| * \ \ \ merge with 0.6Georg Brandl2009-05-103-56/+90
| |\ \ \ \
| | * \ \ \ merge with 0.6Georg Brandl2009-04-293-56/+91
| | |\ \ \ \
| | | * | | | Fix a few stylistic things, and add docs for autosummary_generate.gbrandl2009-04-131-1/+3
| | | * | | | Fix a few stylistic nits.gbrandl2009-04-132-56/+57
| | | * | | | merge with pv/sphinx-workgbrandl2009-04-131-2/+4
| | | |\ \ \ \
| | | * | | | | autosummary: fix bugs, and include features from the Numpy versionPauli Virtanen2009-04-041-0/+32
* | | | | | | | Don't consider contents of source comments for the search index.Georg Brandl2009-05-311-0/+39
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Set the default encoding to ``utf-8-sig`` to handle files with aGeorg Brandl2009-05-313-1/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | #178: apply ``add_function_parentheses`` config value to C functions as promi...Georg Brandl2009-05-222-0/+6
| |_|_|_|/ |/| | | |
* | | | | #173: Respect the docutils ``title`` directive.Georg Brandl2009-05-172-0/+3
|/ / / /
* | | | #157: fix make check.Georg Brandl2009-05-101-1/+2
|/ / /
* | | Bring some more sanity into quickstart validators.Georg Brandl2009-04-291-2/+2
| |/ |/|
* | Fix test suite failures when Pygments is not available.Georg Brandl2009-04-071-2/+4
|/
* Fix the fix of #127 to actually work.Georg Brandl2009-03-241-3/+3
* Restore 2.4 compatibility and fix removing the generated file properly.Georg Brandl2009-03-166-13/+4
* Do proper cleanup of generated files.Georg Brandl2009-03-163-0/+9
* Fix test_env.Georg Brandl2009-03-1631-379/+2096
|\
| * Fix test_env.Georg Brandl2009-03-161-1/+1
| * Fix autosummary test suite.Georg Brandl2009-03-1631-379/+2096
| |\
| | * Autodoc can now exclude single members from documentationGeorg Brandl2009-03-151-1/+5
| | * Fix test.gbrandl2009-03-151-2/+4
| | * Fix test_env after update() API change.gbrandl2009-03-151-4/+2
| | * Add autosummary to tests.gbrandl2009-03-153-1/+10
| | * Make WARNING the default warning prefix.Georg Brandl2009-03-052-10/+10
| | * #114: Added an ``abbr`` role to markup abbreviations and acronyms.Georg Brandl2009-03-051-0/+1
| | * Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-054-15/+16
| | * Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-244-0/+20
| | * Add makefile target for easy test coverage checking.Georg Brandl2009-02-221-0/+1163
| | * #10: implement HTML section numbering.Georg Brandl2009-02-222-7/+11
| | * Fix the serializing and changes builders, and really test them.Georg Brandl2009-02-213-4/+17
| | * More generator tests.Georg Brandl2009-02-211-11/+11
| | * The new ``latex_additional_files`` config value can be used toGeorg Brandl2009-02-202-0/+4
| | * Forgot ifconfig.Georg Brandl2009-02-201-0/+1
| | * Fix #103: add all (usable) builtin extensions to quickstart.Georg Brandl2009-02-201-0/+4
| | * Make "make check" happy.Georg Brandl2009-02-191-1/+2
| | * Fix a bug in FilenameUniqDict that led to test failures.Georg Brandl2009-02-192-9/+11
| | * Make the HTML xpath tests generator tests.Georg Brandl2009-02-192-20/+41
| | * Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-194-4/+32
| | * Test add_description_unit in test suite.Georg Brandl2009-02-183-3/+27