diff options
| author | aa-turner <aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-11-02 22:39:16 +0000 |
|---|---|---|
| committer | aa-turner <aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-11-02 22:39:16 +0000 |
| commit | 0c25e5e170c8f4b4ed08e917f6610dd229b1b64f (patch) | |
| tree | 75d4a59e7939831fc61619f508d3bec06ca396fe /docutils/docs/user | |
| parent | 59dbe27b300ef1a1b7d44749ee9d667f4b63251c (diff) | |
| download | docutils-0c25e5e170c8f4b4ed08e917f6610dd229b1b64f.tar.gz | |
Move ``quicktest`` to ``tools/dev``
The quicktest tool has not been substantively modified since 2006.
It may still be useful for generating test-cases, so move it to the
developer tools section and do not advertise it as a front-end tool.
Update documentation where relevant to remove mention of quicktest
as a front-end tool, and remove obsolete "EasyDialogs" code path.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9201 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/tools.txt | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/docutils/docs/user/tools.txt b/docutils/docs/user/tools.txt index b0831e3d9..13cf42e1f 100644 --- a/docutils/docs/user/tools.txt +++ b/docutils/docs/user/tools.txt @@ -49,8 +49,7 @@ one argument (source) is specified, the standard output (stdout) is used for the destination. If no arguments are specified, the standard input (stdin) is used for the source. -.. [#] The exceptions are buildhtml.py_, quicktest.py_ and - rst2odt_prepstyles.py_. +.. [#] The exceptions are buildhtml.py_ and rst2odt_prepstyles.py_. Getting Help ============ @@ -524,33 +523,6 @@ External attributes for all elements are output, and internal attributes for any leftover "pending" elements are also given. -quicktest.py ------------- - -:Reader: N/A -:Parser: reStructuredText -:Writer: N/A - -The ``quicktest.py`` tool is used for testing the reStructuredText -parser. It does not use a Docutils Reader or Writer or the standard -Docutils command-line options. Rather, it does its own I/O and calls -the parser directly. No transforms are applied to the parsed -document. Possible output forms output include: - ---pretty Pretty-printed pseudo-XML (default) - ---test Test data (Python list of input and pseudo-XML output strings; - useful for creating new test cases) ---xml Pretty-printed native XML ---rawxml Raw native XML (with or without a stylesheet reference) ---help Usage hint and complete list of supported options. - -.. Caution:: ``quicktest.py`` uses Python's default encoding. - Input and output encoding depend on UTF-8 mode, - Python version, locale setting, and operating system - (cf. :PEP:`540`, :PEP:`538`, :PEP:`597`, and :PEP:`686`). - - --------------- Customization --------------- @@ -560,7 +532,7 @@ Most front-end tools support the options/settings from the generic (reader, writer, parser). [#]_ Some front-end tools also add application-specific settings. -.. [#] The exceptions are quicktest.py_ and rst2odt_prepstyles.py_. +.. [#] The exception is rst2odt_prepstyles.py_. Command-Line Options |
