diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-01-11 00:59:50 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-01-11 00:59:50 +0000 |
| commit | d48cfab9a53902bc47905242c74388a4699a6834 (patch) | |
| tree | 40259ca6f601d85e05023e9634ce3c321f72a7b5 /docutils/docs/dev | |
| parent | 1d453e651412f4e60cc26d74657e4c70f2ca7f8a (diff) | |
| download | docutils-d48cfab9a53902bc47905242c74388a4699a6834.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1095 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index bdfc5847e..be338cfef 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -977,7 +977,7 @@ references, which will be processed by the various Writers. No Writer will need to have any knowledge of the Python-Reader origin of these elements. -* @@@ Add interpreted text support code. +* Add interpreted text support code. (Done) Ideally and eventually, the "interpreted" element will disappear from the Docutils doctree. In its place will be a customizable set @@ -1505,6 +1505,19 @@ Release Checklist + web: index.txt +* Run the test suite: ``cd test ; alltests.py``. + +* Create the release tarball. (@@@ Expand this.) + +* Expand and install the release tarball in isolation (no PYTHONPATH, + clear out old installation, etc.). + +* Run the test suite from the expanded archive directory: ``cd test ; + alltests.py``. + +* Run ``cd tools ; buildhtml.py ..`` to confirm that there are no + major problems with the docs. + .. Local Variables: |
