summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2014-05-19 15:47:47 +0800
committerYu-Jie Lin <livibetter@gmail.com>2014-05-19 15:47:47 +0800
commit2c1edc51936ee0d2d922053a139d91c787ca8a4d (patch)
tree1ff386224ef837c7b7fc4391c96749ff1f9537da
parentb367b0a6cf1bfa5ea7a95e0ae266b25f118f1630 (diff)
downloadsmartypants-git-2c1edc51936ee0d2d922053a139d91c787ca8a4d.tar.gz
fix all doc8 errors
-rw-r--r--CHANGES.rst2
-rw-r--r--docs/introduction.rst8
-rw-r--r--docs/usage.rst2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 123c096..66b642a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,7 +18,7 @@ Changes
separate, Sphinx gives warnings.
Normally, they should be ordered in and separated by blank lines
-
+
- deprecates
- removals
diff --git a/docs/introduction.rst b/docs/introduction.rst
index 95005a3..d0d9c04 100644
--- a/docs/introduction.rst
+++ b/docs/introduction.rst
@@ -20,10 +20,10 @@ ASCII straight quotes, plain dashes, and plain dots, but your published
posts (and final HTML output) will appear with smart quotes, em-dashes,
and proper ellipses.
-smartypants does not modify contents in some HTML element, see :ref:`Skipped HTML
-Elements <skip-html>`. Typically, these tags are used to display text where
-smart quotes and other "smart punctuation" would not be appropriate, such as
-source code or example markup.
+smartypants does not modify contents in some HTML element, see :ref:`Skipped
+HTML Elements <skip-html>`. Typically, these tags are used to display text
+where smart quotes and other "smart punctuation" would not be appropriate, such
+as source code or example markup.
Quick usage
diff --git a/docs/usage.rst b/docs/usage.rst
index 954edd2..18f716e 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -83,7 +83,7 @@ HTML comments are always skipped since they are not rendered in browsers.
<!-- <span>"foobar"</span> -->
.. important::
-
+
Beware of ``--``, which should not or must not be in a HTML comment.
.. code:: python