summaryrefslogtreecommitdiff
path: root/docutils/__init__.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-06-16 03:26:53 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-06-16 03:26:53 +0000
commit4d5856ed0b53ed121be993e520271fc0e4a1ce55 (patch)
tree795c1e9234ec9c45b0e56bbf1c9620924f479578 /docutils/__init__.py
parentb2a1d353111acb70ceb8d697931227e24574de5e (diff)
downloaddocutils-4d5856ed0b53ed121be993e520271fc0e4a1ce55.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1470 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/__init__.py')
-rw-r--r--docutils/__init__.py10
1 files changed, 2 insertions, 8 deletions
diff --git a/docutils/__init__.py b/docutils/__init__.py
index 5de8a7db4..a631b7f0b 100644
--- a/docutils/__init__.py
+++ b/docutils/__init__.py
@@ -23,12 +23,6 @@ Modules:
- nodes.py: Docutils document tree (doctree) node class library.
-- optik.py: Option parsing and command-line help; from Greg Ward's
- http://optik.sf.net/ project, included for convenience.
-
-- roman.py: Conversion to and from Roman numerals. Courtesy of Mark
- Pilgrim (http://diveintopython.org/).
-
- statemachine.py: A finite state machine specialized for
regular-expression-based text filters.
@@ -55,7 +49,7 @@ Subpackages:
__docformat__ = 'reStructuredText'
-__version__ = '0.2.9'
+__version__ = '0.2.10'
"""``major.minor.micro`` version number. The micro number is bumped any time
there's a change in the API incompatible with one of the front ends. The
minor number is bumped whenever there is a project release. The major number
@@ -85,7 +79,7 @@ class SettingsSpec:
and/or description may be `None`; no group title implies no group, just a
list of single options. Runtime settings names are derived implicitly
from long option names ("--a-setting" becomes ``settings.a_setting``) or
- explicitly from the "destination" keyword argument."""
+ explicitly from the "dest" keyword argument."""
settings_defaults = None
"""A dictionary of defaults for internal or inaccessible (by command-line