|
From: <mi...@us...> - 2022-01-29 22:26:13
|
Revision: 8995
http://sourceforge.net/p/docutils/code/8995
Author: milde
Date: 2022-01-29 22:26:10 +0000 (Sat, 29 Jan 2022)
Log Message:
-----------
Fix trailing whitespace (non-Python files).
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/MANIFEST.in
trunk/docutils/docs/dev/distributing.txt
trunk/docutils/docs/dev/repository.txt
trunk/docutils/docs/dev/todo.txt
trunk/docutils/docs/dev/website.txt
trunk/docutils/docs/howto/rst-directives.txt
trunk/docutils/docs/peps/pep-0258.txt
trunk/docutils/docs/ref/rst/definitions.txt
trunk/docutils/docs/user/emacs.txt
trunk/docutils/docs/user/html.txt
trunk/docutils/docs/user/links.txt
trunk/docutils/docs/user/rst/demo.txt
trunk/docutils/docs/user/rst/quickref.html
trunk/docutils/docs/user/tools.txt
trunk/docutils/docutils/writers/pep_html/pep.css
trunk/docutils/docutils/writers/s5_html/themes/big-black/framing.css
trunk/docutils/docutils/writers/s5_html/themes/big-black/pretty.css
trunk/docutils/docutils/writers/s5_html/themes/big-white/framing.css
trunk/docutils/docutils/writers/s5_html/themes/big-white/pretty.css
trunk/docutils/docutils/writers/s5_html/themes/default/framing.css
trunk/docutils/docutils/writers/s5_html/themes/default/pretty.css
trunk/docutils/docutils/writers/s5_html/themes/default/s5-core.css
trunk/docutils/docutils/writers/s5_html/themes/default/slides.js
trunk/docutils/docutils/writers/s5_html/themes/medium-black/pretty.css
trunk/docutils/docutils/writers/s5_html/themes/medium-white/framing.css
trunk/docutils/docutils/writers/s5_html/themes/medium-white/pretty.css
trunk/docutils/docutils/writers/s5_html/themes/small-black/pretty.css
trunk/docutils/docutils/writers/s5_html/themes/small-white/framing.css
trunk/docutils/docutils/writers/s5_html/themes/small-white/pretty.css
trunk/docutils/test/data/config_2.txt
trunk/docutils/test/functional/expected/ui/default/framing.css
trunk/docutils/test/functional/expected/ui/default/pretty.css
trunk/docutils/test/functional/expected/ui/default/s5-core.css
trunk/docutils/test/functional/expected/ui/default/slides.js
trunk/docutils/test/functional/expected/ui/small-black/framing.css
trunk/docutils/test/functional/expected/ui/small-black/pretty.css
trunk/docutils/test/functional/expected/ui/small-black/s5-core.css
trunk/docutils/test/functional/expected/ui/small-black/slides.js
trunk/docutils/test/functional/input/compact_lists.txt
trunk/docutils/test/functional/input/cyrillic.txt
trunk/docutils/test/functional/input/data/classes_latex.txt
trunk/docutils/test/functional/input/data/comprehensive-math-test.txt
trunk/docutils/test/functional/input/data/embed_images.txt
trunk/docutils/test/functional/input/data/latex-problematic.txt
trunk/docutils/test/functional/input/data/video.txt
trunk/docutils/test/functional/input/latex_leavevmode.txt
trunk/docutils/test/functional/input/odt_basic.txt
trunk/docutils/test/functional/input/odt_classifier.txt
trunk/docutils/test/functional/input/odt_custom_headfoot.txt
trunk/docutils/test/functional/input/odt_footnotes.txt
trunk/docutils/test/functional/input/odt_header_footer.txt
trunk/docutils/test/functional/input/odt_literal_block.txt
trunk/docutils/test/functional/input/standalone_rst_manpage.txt
trunk/docutils/test/test_parsers/test_rst/includes/include14.txt
trunk/docutils/test/test_parsers/test_rst/test_directives/include10.txt
trunk/docutils/tools/docutils.conf
trunk/docutils/tools/editors/emacs/IDEAS.rst
trunk/docutils/tools/editors/emacs/README.txt
trunk/docutils/tox.ini
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/HISTORY.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -37,7 +37,7 @@
.. _"include" directive: docs/ref/rst/directives.html#include
* docutils/parsers/rst/__init__.py
-
+
- use "https:" scheme in PEP and RFC base link defaults.
- Add `reporter` to `Directive` class attributes.
@@ -65,8 +65,8 @@
* docutils/writers/pep_html/
- - use "https:" scheme in "python_home" URL default.
-
+ - use "https:" scheme in "python_home" URL default.
+
* test/DocutilsTestSupport.py
- exception_data() returns None if no exception was raised.
Modified: trunk/docutils/MANIFEST.in
===================================================================
--- trunk/docutils/MANIFEST.in 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/MANIFEST.in 2022-01-29 22:26:10 UTC (rev 8995)
@@ -5,7 +5,7 @@
recursive-include licenses *
recursive-include tools *
recursive-include test *
-exclude test/alltests.out test/record.txt
+exclude test/alltests.out test/record.txt
prune test/functional/output
include test/functional/output/README.txt
global-exclude *.pyc *~ __pycache__ .DS_Store
Modified: trunk/docutils/docs/dev/distributing.txt
===================================================================
--- trunk/docutils/docs/dev/distributing.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/dev/distributing.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -28,12 +28,12 @@
Docutils has the following dependencies:
-* Python 3.7 or later is required.
+* Python 3.7 or later is required.
Use ">= Python 3.7" in the dependencies.
* Docutils may optionally make use of the PIL (`Python Imaging
Library`_ or Pillow_). If PIL is present, it is automatically
- detected by Docutils.
+ detected by Docutils.
* Docutils recommends the `Pygments`_ syntax hightlighter. If available, it
is used for highlighting the content of `code directives`_ and roles as
@@ -43,7 +43,7 @@
* Docutils can use the `recommonmark`_ parser to parse input in
the Markdown format (new in 0.17).
-.. _Python Imaging Library:
+.. _Python Imaging Library:
https://en.wikipedia.org/wiki/Python_Imaging_Library
.. _Pillow: https://pypi.org/project/Pillow/
.. _Pygments: https://pygments.org/
Modified: trunk/docutils/docs/dev/repository.txt
===================================================================
--- trunk/docutils/docs/dev/repository.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/dev/repository.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -148,7 +148,7 @@
__ https://setuptools.pypa.io/en/latest/userguide/development_mode.html
#development-mode
-
+
.. _install manually:
3. Install "manually".
Modified: trunk/docutils/docs/dev/todo.txt
===================================================================
--- trunk/docutils/docs/dev/todo.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/dev/todo.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -93,7 +93,7 @@
Sourceforge supports multiple Git repositories per project, so we can
switch the version control system independent of the decision on an
-eventual switch of the host.
+eventual switch of the host.
Cf. https://sourceforge.net/p/forge/documentation/Git/
General
Modified: trunk/docutils/docs/dev/website.txt
===================================================================
--- trunk/docutils/docs/dev/website.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/dev/website.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -9,7 +9,7 @@
:Copyright: This document has been placed in the public domain.
The Docutils web site, <https://docutils.sourceforge.io/>, is
-maintained by the ``docutils-update.local`` script, run by project
+maintained by the ``docutils-update.local`` script, run by project
maintainers on their local machines. The script
will process any .txt file which is newer than the corresponding .html
file in the local copy of the project's web directory and upload the changes
@@ -48,7 +48,7 @@
(TBA)
-.. hint::
+.. hint::
Anyone with checkin privileges can be a web-site maintainer. You need to
set up the directories for a local website build.
@@ -92,10 +92,10 @@
#. Remove to-be-generated HTML files from
``sandbox/infrastructure/htmlfiles.lst``.
-
+
#. Removing files and directories from SVN will not trigger their removal
from the web site. Files and directories must be manually removed from
- sourceforge.net (under ``/home/project-web/docutils/htdocs/``).
+ sourceforge.net (under ``/home/project-web/docutils/htdocs/``).
..
Modified: trunk/docutils/docs/howto/rst-directives.txt
===================================================================
--- trunk/docutils/docs/howto/rst-directives.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/howto/rst-directives.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -377,7 +377,7 @@
from docutils.parsers.rst import Directive
def align(argument):
- """Conversion function for the "align" option."""
+ """Conversion function for the "align" option."""
return directives.choice(argument, ('left', 'center', 'right'))
class Image(Directive):
Modified: trunk/docutils/docs/peps/pep-0258.txt
===================================================================
--- trunk/docutils/docs/peps/pep-0258.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/peps/pep-0258.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -836,17 +836,17 @@
This would break "``from __future__ import``" statements introduced
in Python 2.1 for multiple module docstrings (main docstring plus
additional docstring(s)). The Python Reference Manual specifies:
-
+
A future statement must appear near the top of the module. The
only lines that can appear before a future statement are:
-
+
* the module docstring (if any),
* comments,
* blank lines, and
* other future statements.
-
+
Resolution?
-
+
1. Should we search for docstrings after a ``__future__``
statement? Very ugly.
Modified: trunk/docutils/docs/ref/rst/definitions.txt
===================================================================
--- trunk/docutils/docs/ref/rst/definitions.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/ref/rst/definitions.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -165,7 +165,7 @@
The "s5defs.txt_" standard definition file contains interpreted text
roles (classes) and other definitions for documents destined to become
-`S5/HTML slide shows`_.
+`S5/HTML slide shows`_.
.. _s5defs.txt: ../../../docutils/parsers/rst/include/s5defs.txt
.. _S5/HTML slide shows: ../../user/slide-shows.html
Modified: trunk/docutils/docs/user/emacs.txt
===================================================================
--- trunk/docutils/docs/user/emacs.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/user/emacs.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -589,12 +589,12 @@
structures docutils will parse them into. You can use to run the
active region through ``rst2pseudoxml.py`` and have the output
automatically be displayed in a new buffer.
-
+
* ``rst-compile-pdf-preview`` (``C-c C-c C-p``)
Convert the current document to PDF and launch a viewer on the
results.
-
+
* ``rst-compile-slides-preview`` (``C-c C-c C-s``): Convert the
current document to S5 slides and view in a web browser.
Modified: trunk/docutils/docs/user/html.txt
===================================================================
--- trunk/docutils/docs/user/html.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/user/html.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -128,13 +128,13 @@
================ =========== ============== ================= ===========
html4css1_ html4, rst2html4.py, `XHTML 1 `CSS 1`_
html_ rst2html.py Transitional`_
-
+
pep_html_ .. rstpep2html.py `XHTML 1 `CSS 1`_
Transitional`_
-
+
s5_html_ s5 rst2s5.py `XHTML 1 `CSS 1`_
Transitional`_
-
+
html5_polyglot_ html5 rst2html5.py `HTML5`_ `CSS 3`_
================ =========== ============== ================= ===========
Modified: trunk/docutils/docs/user/links.txt
===================================================================
--- trunk/docutils/docs/user/links.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/user/links.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -63,7 +63,7 @@
* Gunnar Schwant's DocFactory_ is a wxPython GUI application for
Docutils.
-
+
.. _DocFactory: https://docutils.sourceforge.io/sandbox/gschwant/docfactory/doc/
* ReSTedit_ by Bill Bumgarner is a Docutils GUI for Mac OS X.
@@ -96,7 +96,7 @@
* `rst2pdf (reportlab)`__ is a tool to go directly from
reStructuredText to PDF, via ReportLab__. No LaTeX installation
is required.
-
+
__ https://pypi.org/project/rst2pdf/
__ https://pypi.org/project/reportlab/
@@ -104,7 +104,7 @@
producing LaTeX, compiling the LaTeX file, getting the produced
output to the destination location and finally deleting all the
messy temporary files that this process generates.
-
+
__ https://docutils.sourceforge.io/sandbox/blais/rst2pdf/
* `rst2pdf (rubber)`__ is a front end for the generation of PDF
@@ -111,7 +111,7 @@
documents from a reStructuredText source via LaTeX in one step
cleaning up intermediate files. It uses the rubber__ Python wrapper
for LaTeX and friends.
-
+
__ https://docutils.sourceforge.io/sandbox/rst2pdf/README.html
__ https://launchpad.net/rubber
@@ -133,7 +133,7 @@
It can generate complete web sites (interlinked and indexed HTML pages),
ePub, LaTeX, and others from a set of rST source files.
-
+
.. _Sphinx: https://www.sphinx-doc.org
__ https://www.sphinx-doc.org/en/master/examples.html
@@ -186,7 +186,7 @@
* Pandoc_ is a document converter that can write Markdown_,
reStructuredText, HTML, LaTeX, RTF, DocBook XML, and S5.
-
+
.. _Pandoc: https://pandoc.org/
* restxsl_ by Michael Alyn Miller, lets you transform reStructuredText
@@ -207,7 +207,7 @@
extracts information from reStructuredText documents and stores it
in a database. Python knowledge is required to write extractor
functions and to retrieve the data from the database again.
-
+
.. _Nabu: https://github.com/blais/nabu
* The `pickle writer`_ by Martin Blais pickles the document tree to a binary
@@ -237,11 +237,11 @@
Convert other formats to reStructuredText:
* recommonmark_ is a Markdown_ (CommonMark_) parser for
- docutils originally created by Luca Barbato.
-
- Docutils "markdown" parser (new in Docutils 0.17) is a wrapper
+ docutils originally created by Luca Barbato.
+
+ Docutils "markdown" parser (new in Docutils 0.17) is a wrapper
around recommonmark.
-
+
.. _recommonmark: https://github.com/rtfd/recommonmark
.. _Markdown: https://daringfireball.net/projects/markdown/syntax
.. _CommonMark: https://commonmark.org/
@@ -255,7 +255,7 @@
* xml2rst_, an XSLT stylesheet written by Stefan Merten, converts XML
dumps of the document tree (e.g. created with rst2xml.py) back to
reStructuredText.
-
+
.. _xml2rst: http://www.merten-home.de/FreeSoftware/xml2rst/index.html
* xhtml2rest_, written by Antonios Christofides, is a simple utility
@@ -362,7 +362,7 @@
can be written with it too).
The `Python documentation`_ is based on reStructuredText and Sphinx.
-
+
.. _Python documentation: https://docs.python.org/
* Trac_, a project management and bug/issue tracking system, supports
@@ -418,7 +418,7 @@
* InkSlide_ quick and easy presentations using Inkscape_. InkSlide uses
reStructuredText for markup, although it renders only a subset of rst.
-
+
.. _InkSlide: http://wiki.inkscape.org/wiki/index.php/InkSlide
.. _Inkscape: http://inkscape.org/
@@ -428,4 +428,3 @@
.. _rst2outline: https://docutils.sourceforge.io/sandbox/rst2outline/
* Pandoc_ can also be used to produce slides
-
Modified: trunk/docutils/docs/user/rst/demo.txt
===================================================================
--- trunk/docutils/docs/user/rst/demo.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/user/rst/demo.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -474,7 +474,7 @@
:subtitle: Optional Subtitle
This is a sidebar. It is for text outside the flow of the main
- text.
+ text.
.. rubric:: This is a rubric inside a sidebar
@@ -509,7 +509,7 @@
Connecting... OK
Transmitting data... OK
Disconnecting... OK
-
+
and thus consists of a simple paragraph, a literal block, and
another simple paragraph. Nonetheless it is semantically *one*
paragraph.
Modified: trunk/docutils/docs/user/rst/quickref.html
===================================================================
--- trunk/docutils/docs/user/rst/quickref.html 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/user/rst/quickref.html 2022-01-29 22:26:10 UTC (rev 8995)
@@ -192,7 +192,7 @@
<li>The end-string must be immediately preceded by non-whitespace.
<li>The end-string must end a text block (end of document or
followed by a blank line) or be immediately followed by whitespace
- or any of <samp>' " . , : ; ! ? - ) ] } / \</samp>
+ or any of <samp>' " . , : ; ! ? - ) ] } / \</samp>
or <samp>></samp>.
<li>If a start-string is immediately preceded by one of
<samp>' " ( [ {</samp> or <samp><</samp>, it must not be
Modified: trunk/docutils/docs/user/tools.txt
===================================================================
--- trunk/docutils/docs/user/tools.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docs/user/tools.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -30,7 +30,7 @@
toolname [options] [<source> [<destination>]]
See rst2html4.py_ for examples.
-Each tool has a "``--help``" option which lists the
+Each tool has a "``--help``" option which lists the
`command-line options`_ and arguments it supports.
Processing can also be customized with `configuration files`_.
Modified: trunk/docutils/docutils/writers/pep_html/pep.css
===================================================================
--- trunk/docutils/docutils/writers/pep_html/pep.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/pep_html/pep.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -9,7 +9,7 @@
*/
/* "! important" is used here to override other ``margin-top`` and
- ``margin-bottom`` styles that are later in the stylesheet or
+ ``margin-bottom`` styles that are later in the stylesheet or
more specific. See http://www.w3.org/TR/CSS1#the-cascade */
.first {
margin-top: 0 ! important }
Modified: trunk/docutils/docutils/writers/s5_html/themes/big-black/framing.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/big-black/framing.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/big-black/framing.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,6 +1,6 @@
/* The following styles size, place, and layer the slide components.
Edit these if you want to change the overall slide layout.
- The commented lines can be uncommented (and modified, if necessary)
+ The commented lines can be uncommented (and modified, if necessary)
to help you with the rearrangement process. */
/* target = 1024x768 */
Modified: trunk/docutils/docutils/writers/s5_html/themes/big-black/pretty.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/big-black/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/big-black/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -29,7 +29,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
border: none; color: #888; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/docutils/writers/s5_html/themes/big-white/framing.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/big-white/framing.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/big-white/framing.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,7 +1,7 @@
/* This file has been placed in the public domain. */
/* The following styles size, place, and layer the slide components.
Edit these if you want to change the overall slide layout.
- The commented lines can be uncommented (and modified, if necessary)
+ The commented lines can be uncommented (and modified, if necessary)
to help you with the rearrangement process. */
/* target = 1024x768 */
Modified: trunk/docutils/docutils/writers/s5_html/themes/big-white/pretty.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/big-white/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/big-white/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -29,7 +29,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
border: none; color: #005; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/docutils/writers/s5_html/themes/default/framing.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/default/framing.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/default/framing.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,7 +1,7 @@
/* This file has been placed in the public domain. */
/* The following styles size, place, and layer the slide components.
Edit these if you want to change the overall slide layout.
- The commented lines can be uncommented (and modified, if necessary)
+ The commented lines can be uncommented (and modified, if necessary)
to help you with the rearrangement process. */
/* target = 1024x768 */
Modified: trunk/docutils/docutils/writers/s5_html/themes/default/pretty.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/default/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/default/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -41,7 +41,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
background: #005; border: none; color: #779; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/docutils/writers/s5_html/themes/default/s5-core.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/default/s5-core.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/default/s5-core.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -3,7 +3,7 @@
The system will likely break if you do. */
div#header, div#footer, div#controls, .slide {position: absolute;}
-html>body div#header, html>body div#footer,
+html>body div#header, html>body div#footer,
html>body div#controls, html>body .slide {position: fixed;}
.handout {display: none;}
.layout {display: block;}
Modified: trunk/docutils/docutils/writers/s5_html/themes/default/slides.js
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/default/slides.js 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/default/slides.js 2022-01-29 22:26:10 UTC (rev 8995)
@@ -66,7 +66,7 @@
var children = node.childNodes;
for (var i = 0; i < children.length; ++i) {
result += nodeValue(children[i]);
- }
+ }
}
else if (node.nodeType == 3) {
result = node.nodeValue;
@@ -118,8 +118,8 @@
cs = document.currentSlide;
footer = document.footer.childNodes;
}
- cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' +
- '<span id="csSep">\/<\/span> ' +
+ cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' +
+ '<span id="csSep">\/<\/span> ' +
'<span id="csTotal">' + (smax-1) + '<\/span>';
if (snum == 0) {
vis = 'hidden';
@@ -129,7 +129,7 @@
if (footer_nodes[i].nodeType == 1) {
footer_nodes[i].style.visibility = vis;
}
- }
+ }
}
function go(step) {
@@ -305,7 +305,7 @@
target = window.event.srcElement;
e = window.event;
} else target = e.target;
- if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true;
+ if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true;
if (!e.which || e.which == 1) {
if (!incrementals[snum] || incpos >= incrementals[snum].length) {
go(1);
@@ -466,7 +466,7 @@
function getIncrementals(obj) {
var incrementals = new Array();
- if (!obj)
+ if (!obj)
return incrementals;
var children = obj.childNodes;
for (var i = 0; i < children.length; i++) {
Modified: trunk/docutils/docutils/writers/s5_html/themes/medium-black/pretty.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/medium-black/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/medium-black/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -19,7 +19,7 @@
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
-div#footer {font-family: sans-serif; color: #AAA;
+div#footer {font-family: sans-serif; color: #AAA;
font-size: 0.5em; font-weight: bold; padding: 1em 0;}
#footer h1 {display: block; padding: 0 1em;}
#footer h2 {display: block; padding: 0.8em 1em 0;}
@@ -35,7 +35,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
border: none; color: #888; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/docutils/writers/s5_html/themes/medium-white/framing.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/medium-white/framing.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/medium-white/framing.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,7 +1,7 @@
/* This file has been placed in the public domain. */
/* The following styles size, place, and layer the slide components.
Edit these if you want to change the overall slide layout.
- The commented lines can be uncommented (and modified, if necessary)
+ The commented lines can be uncommented (and modified, if necessary)
to help you with the rearrangement process. */
/* target = 1024x768 */
Modified: trunk/docutils/docutils/writers/s5_html/themes/medium-white/pretty.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/medium-white/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/medium-white/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -19,7 +19,7 @@
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
-div#footer {font-family: sans-serif; color: #444;
+div#footer {font-family: sans-serif; color: #444;
font-size: 0.5em; font-weight: bold; padding: 1em 0;}
#footer h1 {display: block; padding: 0 1em;}
#footer h2 {display: block; padding: 0.8em 1em 0;}
@@ -35,7 +35,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
border: none; color: #888; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/docutils/writers/s5_html/themes/small-black/pretty.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/small-black/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/small-black/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -19,7 +19,7 @@
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
-div#footer {font-family: sans-serif; color: #AAA;
+div#footer {font-family: sans-serif; color: #AAA;
font-size: 0.5em; font-weight: bold; padding: 1em 0;}
#footer h1 {display: block; padding: 0 1em;}
#footer h2 {display: block; padding: 0.8em 1em 0;}
@@ -35,7 +35,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
border: none; color: #888; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/docutils/writers/s5_html/themes/small-white/framing.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/small-white/framing.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/small-white/framing.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,7 +1,7 @@
/* This file has been placed in the public domain. */
/* The following styles size, place, and layer the slide components.
Edit these if you want to change the overall slide layout.
- The commented lines can be uncommented (and modified, if necessary)
+ The commented lines can be uncommented (and modified, if necessary)
to help you with the rearrangement process. */
/* target = 1024x768 */
Modified: trunk/docutils/docutils/writers/s5_html/themes/small-white/pretty.css
===================================================================
--- trunk/docutils/docutils/writers/s5_html/themes/small-white/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/docutils/writers/s5_html/themes/small-white/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -19,7 +19,7 @@
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
-div#footer {font-family: sans-serif; color: #444;
+div#footer {font-family: sans-serif; color: #444;
font-size: 0.5em; font-weight: bold; padding: 1em 0;}
#footer h1 {display: block; padding: 0 1em;}
#footer h2 {display: block; padding: 0.8em 1em 0;}
@@ -35,7 +35,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
border: none; color: #888; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/test/data/config_2.txt
===================================================================
--- trunk/docutils/test/data/config_2.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/data/config_2.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -14,4 +14,3 @@
# general settings or settings from other components may be used,
# e.g., only set generator to False, if this section is set active
generator: no
-
Modified: trunk/docutils/test/functional/expected/ui/default/framing.css
===================================================================
--- trunk/docutils/test/functional/expected/ui/default/framing.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/default/framing.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,7 +1,7 @@
/* This file has been placed in the public domain. */
/* The following styles size, place, and layer the slide components.
Edit these if you want to change the overall slide layout.
- The commented lines can be uncommented (and modified, if necessary)
+ The commented lines can be uncommented (and modified, if necessary)
to help you with the rearrangement process. */
/* target = 1024x768 */
Modified: trunk/docutils/test/functional/expected/ui/default/pretty.css
===================================================================
--- trunk/docutils/test/functional/expected/ui/default/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/default/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -41,7 +41,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
background: #005; border: none; color: #779; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/test/functional/expected/ui/default/s5-core.css
===================================================================
--- trunk/docutils/test/functional/expected/ui/default/s5-core.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/default/s5-core.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -3,7 +3,7 @@
The system will likely break if you do. */
div#header, div#footer, div#controls, .slide {position: absolute;}
-html>body div#header, html>body div#footer,
+html>body div#header, html>body div#footer,
html>body div#controls, html>body .slide {position: fixed;}
.handout {display: none;}
.layout {display: block;}
Modified: trunk/docutils/test/functional/expected/ui/default/slides.js
===================================================================
--- trunk/docutils/test/functional/expected/ui/default/slides.js 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/default/slides.js 2022-01-29 22:26:10 UTC (rev 8995)
@@ -66,7 +66,7 @@
var children = node.childNodes;
for (var i = 0; i < children.length; ++i) {
result += nodeValue(children[i]);
- }
+ }
}
else if (node.nodeType == 3) {
result = node.nodeValue;
@@ -118,8 +118,8 @@
cs = document.currentSlide;
footer = document.footer.childNodes;
}
- cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' +
- '<span id="csSep">\/<\/span> ' +
+ cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' +
+ '<span id="csSep">\/<\/span> ' +
'<span id="csTotal">' + (smax-1) + '<\/span>';
if (snum == 0) {
vis = 'hidden';
@@ -129,7 +129,7 @@
if (footer_nodes[i].nodeType == 1) {
footer_nodes[i].style.visibility = vis;
}
- }
+ }
}
function go(step) {
@@ -305,7 +305,7 @@
target = window.event.srcElement;
e = window.event;
} else target = e.target;
- if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true;
+ if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true;
if (!e.which || e.which == 1) {
if (!incrementals[snum] || incpos >= incrementals[snum].length) {
go(1);
@@ -466,7 +466,7 @@
function getIncrementals(obj) {
var incrementals = new Array();
- if (!obj)
+ if (!obj)
return incrementals;
var children = obj.childNodes;
for (var i = 0; i < children.length; i++) {
Modified: trunk/docutils/test/functional/expected/ui/small-black/framing.css
===================================================================
--- trunk/docutils/test/functional/expected/ui/small-black/framing.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/small-black/framing.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,7 +1,7 @@
/* This file has been placed in the public domain. */
/* The following styles size, place, and layer the slide components.
Edit these if you want to change the overall slide layout.
- The commented lines can be uncommented (and modified, if necessary)
+ The commented lines can be uncommented (and modified, if necessary)
to help you with the rearrangement process. */
/* target = 1024x768 */
Modified: trunk/docutils/test/functional/expected/ui/small-black/pretty.css
===================================================================
--- trunk/docutils/test/functional/expected/ui/small-black/pretty.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/small-black/pretty.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -19,7 +19,7 @@
.slide img.leader {display: block; margin: 0 auto;}
.slide tt {font-size: 90%;}
-div#footer {font-family: sans-serif; color: #AAA;
+div#footer {font-family: sans-serif; color: #AAA;
font-size: 0.5em; font-weight: bold; padding: 1em 0;}
#footer h1 {display: block; padding: 0 1em;}
#footer h2 {display: block; padding: 0.8em 1em 0;}
@@ -35,7 +35,7 @@
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
margin: 0; padding: 0;}
-#controls #navLinks a {padding: 0; margin: 0 0.5em;
+#controls #navLinks a {padding: 0; margin: 0 0.5em;
border: none; color: #888; cursor: pointer;}
#controls #navList {height: 1em;}
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
Modified: trunk/docutils/test/functional/expected/ui/small-black/s5-core.css
===================================================================
--- trunk/docutils/test/functional/expected/ui/small-black/s5-core.css 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/small-black/s5-core.css 2022-01-29 22:26:10 UTC (rev 8995)
@@ -3,7 +3,7 @@
The system will likely break if you do. */
div#header, div#footer, div#controls, .slide {position: absolute;}
-html>body div#header, html>body div#footer,
+html>body div#header, html>body div#footer,
html>body div#controls, html>body .slide {position: fixed;}
.handout {display: none;}
.layout {display: block;}
Modified: trunk/docutils/test/functional/expected/ui/small-black/slides.js
===================================================================
--- trunk/docutils/test/functional/expected/ui/small-black/slides.js 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/expected/ui/small-black/slides.js 2022-01-29 22:26:10 UTC (rev 8995)
@@ -66,7 +66,7 @@
var children = node.childNodes;
for (var i = 0; i < children.length; ++i) {
result += nodeValue(children[i]);
- }
+ }
}
else if (node.nodeType == 3) {
result = node.nodeValue;
@@ -118,8 +118,8 @@
cs = document.currentSlide;
footer = document.footer.childNodes;
}
- cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' +
- '<span id="csSep">\/<\/span> ' +
+ cs.innerHTML = '<span id="csHere">' + snum + '<\/span> ' +
+ '<span id="csSep">\/<\/span> ' +
'<span id="csTotal">' + (smax-1) + '<\/span>';
if (snum == 0) {
vis = 'hidden';
@@ -129,7 +129,7 @@
if (footer_nodes[i].nodeType == 1) {
footer_nodes[i].style.visibility = vis;
}
- }
+ }
}
function go(step) {
@@ -305,7 +305,7 @@
target = window.event.srcElement;
e = window.event;
} else target = e.target;
- if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true;
+ if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true;
if (!e.which || e.which == 1) {
if (!incrementals[snum] || incpos >= incrementals[snum].length) {
go(1);
@@ -466,7 +466,7 @@
function getIncrementals(obj) {
var incrementals = new Array();
- if (!obj)
+ if (!obj)
return incrementals;
var children = obj.childNodes;
for (var i = 0; i < children.length; i++) {
Modified: trunk/docutils/test/functional/input/compact_lists.txt
===================================================================
--- trunk/docutils/test/functional/input/compact_lists.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/compact_lists.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -26,7 +26,7 @@
There are multiple paragraphs in some items.
-* However, the class="compact" setting will cause
+* However, the class="compact" setting will cause
all first paragraph's <p> & </p> tags to be omitted.
* Items with multiple paragraphs will not appear changed.
Modified: trunk/docutils/test/functional/input/cyrillic.txt
===================================================================
--- trunk/docutils/test/functional/input/cyrillic.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/cyrillic.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -20,5 +20,3 @@
This document tests the rendering of Latin and Cyrillic characters by the
LaTeX and XeTeX writers. Check the compiled PDF for garbage characters in
text and bookmarks.
-
-
Modified: trunk/docutils/test/functional/input/data/classes_latex.txt
===================================================================
--- trunk/docutils/test/functional/input/data/classes_latex.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/data/classes_latex.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -25,7 +25,7 @@
Raw latex is also used to style the following lists: "DUCLASSenumerateitems"
redefines "itemize" as "enumerate", "DUCLASSrules" draws horizontal lines
-above and below.
+above and below.
.. raw:: latex
@@ -52,7 +52,7 @@
* item
* next item
-
+
A normal bullet list is kept unchanged by the above redefinitions:
* item
Modified: trunk/docutils/test/functional/input/data/comprehensive-math-test.txt
===================================================================
--- trunk/docutils/test/functional/input/data/comprehensive-math-test.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/data/comprehensive-math-test.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -496,7 +496,7 @@
The package mathrsfs_ (and some drop-in replacements) define the ``\mathscr``
macro that selects a differently shaped "script" alphabet.
-Compare `\mathscr{A, B, …, Z, a, b, …, z}`
+Compare `\mathscr{A, B, …, Z, a, b, …, z}`
with `\mathcal{A, B, …, Z, a, b, …, z}`.
.. _rsfs: https://ctan.org/pkg/mathrsfs
@@ -517,7 +517,7 @@
MathML drops dots on "i" and "j" with accents:
-.. math:: \vec i \ne \overrightarrow i
+.. math:: \vec i \ne \overrightarrow i
\text{ and } \vec\lim \ne \overrightarrow\lim.
Accents should be nearer to the base (in Firefox 78, it's vice versa!):
@@ -525,4 +525,3 @@
.. math:: \vec a \vec l \ne \overrightarrow a \overrightarrow l
\bar a \bar l \ne \overline a \overline l
-
Modified: trunk/docutils/test/functional/input/data/embed_images.txt
===================================================================
--- trunk/docutils/test/functional/input/data/embed_images.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/data/embed_images.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,17 +1,17 @@
Embedded Images
===============
-The "embed" flag tells Docutils that it should
+The "embed" flag tells Docutils that it should
try to embed the image in the output document.
If the image can be read from the local file system, it is base64_
-encoded and included as a `data URI`_.
+encoded and included as a `data URI`_.
In future, SVG images may be directly inserted into HTML5.
.. figure:: ../docs/user/rst/images/biohazard.png
:alt: biohazard
:align: center
-
+
Embedded image in a figure.
@@ -22,4 +22,3 @@
.. _base64: https://en.wikipedia.org/wiki/Base64
.. _data URI: https://en.wikipedia.org/wiki/Data_URI_scheme
-
Modified: trunk/docutils/test/functional/input/data/latex-problematic.txt
===================================================================
--- trunk/docutils/test/functional/input/data/latex-problematic.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/data/latex-problematic.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -179,5 +179,3 @@
A paragraph with middle |middle| aligned image.
A paragraph with bottom |bottom| aligned image.
-
-
Modified: trunk/docutils/test/functional/input/data/video.txt
===================================================================
--- trunk/docutils/test/functional/input/data/video.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/data/video.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -15,7 +15,7 @@
It is a good idea to include width and height attributes. If
height and width are not set, the page might flicker while the video
loads. According to the `HTML5 spec`__, hight and width must be
-specified as pixel values.
+specified as pixel values.
.. figure:: ../../../docs/user/rst/images/pens.mp4
:width: 200px
Modified: trunk/docutils/test/functional/input/latex_leavevmode.txt
===================================================================
--- trunk/docutils/test/functional/input/latex_leavevmode.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/latex_leavevmode.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -8,7 +8,7 @@
- This is a list.
- It does not require ``\leavevmode`` because it is in the docinfo.
:Abstract:
- Test that ``\leavevmode`` is inserted after the term or field-name
+ Test that ``\leavevmode`` is inserted after the term or field-name
when required for correct placement of the item.
Elements needing ``\leavevmode``
@@ -120,7 +120,7 @@
.. This is ignored.
.. _foo:
-
+
* Comments and other "Invisible" nodes (substitution definitions,
targets, pending) must be skipped when determining whether a
``\leavevmode`` is required.
@@ -127,7 +127,7 @@
Substitution Definition and Class directive
.. |no-leavevmode| replace:: No (because a paragraph follows).
-
+
.. class:: test
Is ``\leavevmode`` required? Answer: |no-leavevmode|
Modified: trunk/docutils/test/functional/input/odt_basic.txt
===================================================================
--- trunk/docutils/test/functional/input/odt_basic.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/odt_basic.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -6,4 +6,3 @@
==========
A *simple* test.
-
Modified: trunk/docutils/test/functional/input/odt_classifier.txt
===================================================================
--- trunk/docutils/test/functional/input/odt_classifier.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/odt_classifier.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -9,5 +9,3 @@
Definition paragraph 2.
Term
Definition
-
-
Modified: trunk/docutils/test/functional/input/odt_custom_headfoot.txt
===================================================================
--- trunk/docutils/test/functional/input/odt_custom_headfoot.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/odt_custom_headfoot.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -4,6 +4,3 @@
Test for custom headers and footers and for page numbers, date,
time, etc.
-
-
-
Modified: trunk/docutils/test/functional/input/odt_footnotes.txt
===================================================================
--- trunk/docutils/test/functional/input/odt_footnotes.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/odt_footnotes.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -6,4 +6,3 @@
.. [1] A footnote contains body elements, consistently indented by at
least 3 spaces.
-
Modified: trunk/docutils/test/functional/input/odt_header_footer.txt
===================================================================
--- trunk/docutils/test/functional/input/odt_header_footer.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/odt_header_footer.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -8,6 +8,6 @@
... only *boldness* can deliver from fear. And if the risk is not taken, the
meaning of life is somehow violated, and the whole future is condemned to
-hopeless staleness.
+hopeless staleness.
-- (Carl Jung, Symbols of Transformation)
Modified: trunk/docutils/test/functional/input/odt_literal_block.txt
===================================================================
--- trunk/docutils/test/functional/input/odt_literal_block.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/odt_literal_block.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -1,4 +1,3 @@
literal block ::
~~~ ><> ~~ <>< ~~~
-
Modified: trunk/docutils/test/functional/input/standalone_rst_manpage.txt
===================================================================
--- trunk/docutils/test/functional/input/standalone_rst_manpage.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/functional/input/standalone_rst_manpage.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -31,9 +31,9 @@
* a goal, that is not met yet
* a goal that might never be met, because only few constructs are
used in man pages *and* because the common text file does not adhere
- to man page requirements.
-
- For example a unix man page belongs into a numbered section, 1 is
+ to man page requirements.
+
+ For example a unix man page belongs into a numbered section, 1 is
user commands, 8 contains administrator commands and the headlines
of all manpages are collected into a database, queryable with the
programm ``apropos``, therefore the headline should contain a short
@@ -67,7 +67,7 @@
BUGS
====
-1. Format options are included as they are required.
+1. Format options are included as they are required.
2. bullet lists
3. number lists
4. math: The LaTeX source is shown, e.g. :math:`n! + \sin(x_n^2)`.
@@ -74,5 +74,3 @@
Discussion is still open.
-
-
Modified: trunk/docutils/test/test_parsers/test_rst/includes/include14.txt
===================================================================
--- trunk/docutils/test/test_parsers/test_rst/includes/include14.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/test_parsers/test_rst/includes/include14.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -2,10 +2,10 @@
With *inline* element in line 2.
Block quote in line 4
-
- -- attribution
+
+ -- attribution
in line 6
-
+
* bullet list in line 9
* second item in line 10
Modified: trunk/docutils/test/test_parsers/test_rst/test_directives/include10.txt
===================================================================
--- trunk/docutils/test/test_parsers/test_rst/test_directives/include10.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/test/test_parsers/test_rst/test_directives/include10.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -66,7 +66,7 @@
**markup
A block quote with *inline warning
-
+
-- attribution with *inline warning
:PEP:`-1`
Modified: trunk/docutils/tools/docutils.conf
===================================================================
--- trunk/docutils/tools/docutils.conf 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/tools/docutils.conf 2022-01-29 22:26:10 UTC (rev 8995)
@@ -16,4 +16,3 @@
[html5 writer]
stylesheet-dirs: ../docutils/writers/html5_polyglot/
stylesheet-path: minimal.css, plain.css
-
Modified: trunk/docutils/tools/editors/emacs/IDEAS.rst
===================================================================
--- trunk/docutils/tools/editors/emacs/IDEAS.rst 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/tools/editors/emacs/IDEAS.rst 2022-01-29 22:26:10 UTC (rev 8995)
@@ -440,7 +440,7 @@
* May be Org mode can be utilized instead of `forms-mode`
- * See `orgtbl-mode`
+ * See `orgtbl-mode`
* See `orgstruct-mode`
Modified: trunk/docutils/tools/editors/emacs/README.txt
===================================================================
--- trunk/docutils/tools/editors/emacs/README.txt 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/tools/editors/emacs/README.txt 2022-01-29 22:26:10 UTC (rev 8995)
@@ -15,7 +15,7 @@
* Table-of-contents mode and insertion (M. Blais);
* Font-lock syntax highlighting (S. Merten);
* Some handy editing functions (D. Goodger).
- * Some functions for converting rest documents from within emacs (M. Blais).
+ * Some functions for converting rest documents from within emacs (M. Blais).
* `<tests/>`_ subdirectory: automated tests for some of the features in rst.el.
Please make sure the tests pass if you change the LISP code. Just type "make"
Modified: trunk/docutils/tox.ini
===================================================================
--- trunk/docutils/tox.ini 2022-01-29 16:28:17 UTC (rev 8994)
+++ trunk/docutils/tox.ini 2022-01-29 22:26:10 UTC (rev 8995)
@@ -85,10 +85,10 @@
# module with 3rd-party origin
docutils/utils/math/math2html.py:E111,E114,E123 # leave indentation for now
# generated auxiliary files
- docutils/utils/math/unichar2tex.py:E122
- docutils/utils/math/tex2unichar.py:E123
+ docutils/utils/math/unichar2tex.py:E122
+ docutils/utils/math/tex2unichar.py:E123
# included configuration files referencing externally defined variables
- test/functional/tests/*:F821
+ test/functional/tests/*:F821
# don't indent list delimiters in lists of test samples (multi-line strings)
test/test_readers/test_pep/*:E122,E128
test/test_parsers/*:E122,E124,E128
@@ -96,4 +96,4 @@
test/test_transforms/*:E122,E124,E128
# raw string test samples with trailing whitespace
test/test_writers/test_manpage.py:E121,E128,W291
- test/test_writers/test_latex2e.py:E122,E128,W291,W293
+ test/test_writers/test_latex2e.py:E122,E128,W291,W293
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|