|
From: <mi...@us...> - 2017-01-03 23:08:21
|
Revision: 8012
http://sourceforge.net/p/docutils/code/8012
Author: milde
Date: 2017-01-03 23:08:19 +0000 (Tue, 03 Jan 2017)
Log Message:
-----------
Minor documentation update
Modified Paths:
--------------
trunk/docutils/README.txt
trunk/docutils/docs/dev/policies.txt
trunk/docutils/docs/user/tools.txt
trunk/docutils/docutils/parsers/rst/languages/sv.py
trunk/docutils/docutils/writers/html5_polyglot/__init__.py
Modified: trunk/docutils/README.txt
===================================================================
--- trunk/docutils/README.txt 2017-01-03 21:56:17 UTC (rev 8011)
+++ trunk/docutils/README.txt 2017-01-03 23:08:19 UTC (rev 8012)
@@ -103,7 +103,7 @@
To run the code, Python_ must be installed.
Docutils is compatible with Python versions from 2.4 up to 2.7 and
-versions 3.1 and 3.2 (cf. `Python 3 compatibility`_).
+versions 3.1 to 3.5 (cf. `Python 3 compatibility`_).
Docutils uses the following packages for enhanced functionality, if they are
installed:
@@ -138,9 +138,6 @@
* When editing the source, do changes on the Python 2 versions of the
files and re-run the build command.
-Using Docutils with Python 3.x is less tested and might still have some
-issues.
-
.. _porting to Python 3: http://docs.python.org/py3k/howto/pyporting.html
Modified: trunk/docutils/docs/dev/policies.txt
===================================================================
--- trunk/docutils/docs/dev/policies.txt 2017-01-03 21:56:17 UTC (rev 8011)
+++ trunk/docutils/docs/dev/policies.txt 2017-01-03 23:08:19 UTC (rev 8012)
@@ -86,9 +86,10 @@
cases are also examples and showcases for new features. See `Docutils
Testing`_ for a description of the test suite in ``docutils/test/``.
- Ensure the addition works with all supported Python versions
- (2.4 ... 3.4).
+ Ensure the addition works with all `supported Python versions`__.
+ __ ../../README.html#requirements
+
* Look at the Docutils sources to see how similar features are implemented,
learn to do it "the Docutils way".
Modified: trunk/docutils/docs/user/tools.txt
===================================================================
--- trunk/docutils/docs/user/tools.txt 2017-01-03 21:56:17 UTC (rev 8011)
+++ trunk/docutils/docs/user/tools.txt 2017-01-03 23:08:19 UTC (rev 8012)
@@ -121,7 +121,7 @@
:Parser: reStructuredText
:Writer: html4css1_
-The ``rst2html.py`` front end reads standalone reStructuredText source
+The ``rst2html4.py`` front end reads standalone reStructuredText source
files and produces `XHTML 1.0 Transitional`_ output.
A CSS stylesheet is required for proper rendering; a simple but
complete stylesheet is installed and used by default (see Stylesheets_
Modified: trunk/docutils/docutils/parsers/rst/languages/sv.py
===================================================================
--- trunk/docutils/docutils/parsers/rst/languages/sv.py 2017-01-03 21:56:17 UTC (rev 8011)
+++ trunk/docutils/docutils/parsers/rst/languages/sv.py 2017-01-03 23:08:19 UTC (rev 8012)
@@ -14,7 +14,6 @@
__docformat__ = 'reStructuredText'
-
directives = {
u'observera': 'attention',
u'akta': 'caution', # also 'försiktigt'
@@ -31,7 +30,7 @@
u'ämne': 'topic',
u'tema': 'topic',
u'rad-block': 'line-block',
- u'parsed-literal (translation required)': 'parsed-literal',
+ u'parsed-literal (translation required)': 'parsed-literal', # 'tolkad-bokstavlig'?
u'rubrik': 'rubric',
u'epigraf': 'epigraph',
u'höjdpunkter': 'highlights',
Modified: trunk/docutils/docutils/writers/html5_polyglot/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/html5_polyglot/__init__.py 2017-01-03 21:56:17 UTC (rev 8011)
+++ trunk/docutils/docutils/writers/html5_polyglot/__init__.py 2017-01-03 23:08:19 UTC (rev 8012)
@@ -1,9 +1,8 @@
# .. coding: utf8
+# $Id$
# :Author: Günter Milde <mi...@us...>
# Based on the html4css1 writer by David Goodger.
# :Maintainer: doc...@li...
-# :Revision: $Revision$
-# :Date: $Date: 2005-06-28$
# :Copyright: © 2005, 2009, 2015 Günter Milde,
# portions from html4css1 © David Goodger.
# :License: Released under the terms of the `2-Clause BSD license`_, in short:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|