Marco Buttu
882bebf90a
From version 1.5 to 1.6. Warnings wrapped with locale.
2017-01-26 11:20:24 +01:00
Marco Buttu
e32eb44959
Fixed flake8 style check
2017-01-16 10:53:46 +01:00
Marco Buttu
df1c46974d
Comparison made by distutils.version.LooseVersion
2017-01-15 22:09:15 +01:00
Marco Buttu
44732c6aea
compare_version() replaces proper_pyversion()
2017-01-15 21:07:44 +01:00
Marco Buttu
960f889a2c
Added pyversion option for doctest (issue 3303)
...
Code, tests and documentation.
2017-01-15 10:27:34 +01:00
Ville Skyttä
7cfbc2a702
Fix style checks
2016-07-07 16:48:12 +03:00
Takeshi KOMIYA
c9296ba467
Merge branch 'stable'
2016-05-09 10:11:13 +09:00
nevimov
0960f0d9f2
Split doctest extension docs into sections
...
At the moment the docs have no sections at all. This commit adds
sections "Directives" and "Configuration" to facilitate navigation.
Also, it removes the outdated line about the number of directives
provided by the extension (there’s now 5 of them).
2016-05-02 02:02:55 +07:00
taschini
80bbdd4998
Reformatted doc for doctest_default_flags ( #2471 ).
2016-04-21 14:17:43 +02:00
taschini
604b45d44b
Incorporated feeback on doc for doctest_default_flags ( #2471 ).
2016-04-21 12:35:36 +02:00
taschini
8c1d9cc71c
Documenting doctest_default_flags config variable ( #2471 ).
2016-04-21 12:07:00 +02:00
EricFromCanada
65e924a3e4
rewrapping paragraphs when over 80 characters wide
2014-06-18 11:53:25 -04:00
Georg Brandl
6e2324ab2c
Add changelog entry and docs for #594 .
2011-01-09 21:43:22 +01:00
Georg Brandl
7401622583
#553 : Added :rst:dir:testcleanup
blocks in the doctest extension.
2011-01-03 21:20:29 +01:00
Georg Brandl
f4f3066581
Use the new rst domain in the sphinx docs.
2010-04-17 10:39:51 +02:00
Georg Brandl
ed78dc7ff0
merge with 0.6
2010-01-02 20:54:59 +01:00
Georg Brandl
f4da14806c
#310 : support exception messages in the `testoutput
blocks of the
doctest
` extension.
...
Also add minimal test cases for the doctest extension.
2010-01-02 14:59:27 +01:00
Georg Brandl
0ed845462f
#169 : Added the `trim_doctest_flags
` config value, which is true by default.
2009-06-16 21:53:53 +02:00
Georg Brandl
97ebfba6c8
Make doctest block definition clearer.
2009-04-27 17:34:27 +02:00
Georg Brandl
aedbdd953d
Fix more line length and trailing whitespace.
2009-01-10 22:18:18 +01:00
Georg Brandl
5066f49fbe
Add "doctest_global_setup" conf val.
2008-12-15 12:33:13 +01:00
Georg Brandl
5fe73576a5
Support app.add_crossref_type().
2008-03-28 18:45:32 +00:00
Georg Brandl
5d272bdd0d
Make sphinx compatible with docutils SVN snapshots.
2008-03-23 15:07:15 +00:00
Georg Brandl
8be320821a
Add versionadded tag.
2008-03-23 08:33:20 +00:00
Georg Brandl
7111855bab
Also remove # doctest: directives in presentation output.
2008-03-22 21:21:28 +00:00
Georg Brandl
b82b162729
* sphinx.ext.doctest: Replace <BLANKLINE> in doctest blocks by
...
real blank lines for presentation output.
* sphinx.environment: Move doctest_blocks out of block_quotes to
support indented doctest blocks.
2008-03-22 21:10:35 +00:00
Georg Brandl
fa089ae583
Add note about blank lines in doctest blocks.
2008-03-22 20:47:27 +00:00
Georg Brandl
3155163249
Put doctests in "default" by default and update docs for doctest extension.
2008-03-22 13:07:22 +00:00
Georg Brandl
77441d7549
* Add docs for sphinx.ext.doctest.
...
* Update parse_node functions.
2008-03-21 14:06:04 +00:00
Georg Brandl
6d7d1f6e50
Some more documentation.
2008-03-12 21:37:22 +00:00