summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Add more stuff to the autodoc test document, and fix two bugs.Georg Brandl2009-02-181-0/+21
| | * SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags).Georg Brandl2009-02-185-9/+172
| | * Add a test for a new documenter.Georg Brandl2009-02-181-4/+33
| | * Update the test_autodoc for the autodoc refactorings and fix a few remaining ...Georg Brandl2009-02-172-136/+142
| | * Add theming test suite, fix a few bugs and doc problems.Georg Brandl2009-02-1510-0/+81
| | * Fix test suite.Georg Brandl2009-02-151-1/+1
| | * merge with mainGeorg Brandl2009-02-146-13/+37
| | |\
| | | * Add missing file.Georg Brandl2009-02-141-0/+0
| | | * Image paths can now be absolute (like ``/images/foo.png``).Georg Brandl2009-02-142-0/+3
| | | * Add a rst_epilog setting, usable for global substitutions.Georg Brandl2009-02-073-0/+6
| | | * Skip pygments-related tests if it is not installed.Georg Brandl2009-02-062-13/+29
| | * | merge with trunkGeorg Brandl2009-01-262-0/+3
| | |\ \ | | | |/
| | | * Add a minimal test for external toctree links and fix a small bug found by it.Georg Brandl2009-01-262-0/+3
| | * | Clean up tests conf.py, no need to include comments.Georg Brandl2009-01-101-138/+4
| | * | Fix more line length and trailing whitespace.Georg Brandl2009-01-106-42/+64
| | |/
| | * use the py3k version of callable()Benjamin Peterson2009-01-101-1/+1
| | * merge in Murkt's branchGeorg Brandl2009-01-041-9/+13
| | |\
| | * | Close #52: There is now a ``hlist`` directive, creating a compactGeorg Brandl2009-01-041-0/+10
| | * | Small API change.Georg Brandl2009-01-041-4/+2
| | * | Add new tests for the attribute feature and fix existing tests.Georg Brandl2009-01-041-19/+46
| | * | merge with mainGeorg Brandl2009-01-034-11/+58
| | |\ \
| | | * | Add tests for new literalinclude options, and fix an off-by-one bug.Georg Brandl2009-01-034-11/+58
| | * | | Merge in copyright style changes from 0.5.Georg Brandl2009-01-0312-12/+12
| | |\ \ \
| | * | | | add a test for detecting python console sessionsBenjamin Peterson2009-01-011-0/+17
| | | |/ / | | |/| |