summaryrefslogtreecommitdiff
path: root/docutils/README.txt
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-29 07:30:03 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-29 07:30:03 +0000
commit4c3ed5cf6cd52bb819f9ed1986e2919f4715a5cc (patch)
tree806fe368e06fe24989cb56a14c0f1459f20e6138 /docutils/README.txt
parent75785d65d95216011c6644f31a35acca621c445e (diff)
downloaddocutils-4c3ed5cf6cd52bb819f9ed1986e2919f4715a5cc.tar.gz
removed uninteresting information at the start; some more polishment
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3407 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/README.txt')
-rw-r--r--docutils/README.txt16
1 files changed, 4 insertions, 12 deletions
diff --git a/docutils/README.txt b/docutils/README.txt
index 184cb557f..15205d36c 100644
--- a/docutils/README.txt
+++ b/docutils/README.txt
@@ -11,12 +11,6 @@
.. contents::
-Thank you for downloading the Python Docutils project archive. As
-this is a work in progress, please check the project website for
-updated working files (snapshots). This project should be considered
-highly experimental; APIs are subject to change at any time.
-
-
Quick-Start
===========
@@ -38,9 +32,7 @@ complete details.
See `Releases & Snapshots`_ below for details.
3. Unpack the tarball in a temporary directory (**not** directly in
- Python's ``site-packages``) and install with the standard ::
-
- python setup.py install
+ Python's ``site-packages``) and run ``install.py``.
See Installation_ below for details.
@@ -59,7 +51,8 @@ Purpose
The purpose of the Docutils project is to create a set of tools for
processing plaintext documentation into useful formats, such as HTML,
-XML, and TeX. Support for the following sources has been implemented:
+XML, and LaTeX. Support for the following sources has been
+implemented:
* Standalone files.
@@ -68,8 +61,7 @@ XML, and TeX. Support for the following sources has been implemented:
Support for the following sources is planned:
* Inline documentation from Python modules and packages, extracted
- with namespace context. **This is the focus of the current
- development effort.**
+ with namespace context.
* Email (RFC-822 headers, quoted excerpts, signatures, MIME parts).