diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-10-08 01:18:51 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-10-08 01:18:51 +0000 |
| commit | 1b4dc1aaa3c301a7565cd12c5ea3d8ca8d95a71b (patch) | |
| tree | 70bb6177fa037134bf7e1be0263cd24e6d0e23b1 /docutils/docs | |
| parent | c11556acf41471268f9dbc10eab9351c19e0f29d (diff) | |
| download | docutils-1b4dc1aaa3c301a7565cd12c5ea3d8ca8d95a71b.tar.gz | |
typos and minor edits
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@765 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs')
| -rw-r--r-- | docutils/docs/user/rst/quickref.html | 6 | ||||
| -rw-r--r-- | docutils/docs/user/rst/quickstart.txt | 21 |
2 files changed, 13 insertions, 14 deletions
diff --git a/docutils/docs/user/rst/quickref.html b/docutils/docs/user/rst/quickref.html index 2cea6caed..02a1eedde 100644 --- a/docutils/docs/user/rst/quickref.html +++ b/docutils/docs/user/rst/quickref.html @@ -24,7 +24,7 @@ <p align="right"><em><a href="http://docutils.sourceforge.net/docs/rst/quickref.html" >http://docutils.sourceforge.net/docs/rst/quickref.html</a></em> <br align="right"><em>Being a cheat-sheet for reStructuredText</em> - <br align="right"><em>Updated 2002-09-18</em> + <br align="right"><em>Updated 2002-10-07</em> <p>The full details of the markup may be found on the @@ -43,7 +43,7 @@ <ul> <li><a href="#inline-markup">Inline Markup</a></li> - <li><a href="#escaping">Escaping with Bashslashes</a></li> + <li><a href="#escaping">Escaping with Backslashes</a></li> <li><a href="#section-structure">Section Structure</a></li> <li><a href="#paragraphs">Paragraphs</a></li> <li><a href="#bullet-lists">Bullet Lists</a></li> @@ -187,7 +187,7 @@ nothing is processed). <h2><a href="#contents" name="escaping" class="backref" - >Escaping with Bashslashes</a></h2> + >Escaping with Backslashes</a></h2> <p>(<a href="../../spec/rst/reStructuredText.html#backslashes">details?</a>) diff --git a/docutils/docs/user/rst/quickstart.txt b/docutils/docs/user/rst/quickstart.txt index ea97a7550..c40c67cdd 100644 --- a/docutils/docs/user/rst/quickstart.txt +++ b/docutils/docs/user/rst/quickstart.txt @@ -70,12 +70,12 @@ inside the double back-quotes -- so asterisks "``*``" etc. are left alone. If you find that you want to use one of the "special" characters in -text, it will generally be OK -- ReST is pretty smart. For example, -this * asterisk is handled just fine. If you actually want text -\*surrounded by asterisks* to **not** be italicised, then you need to -indicate that the asterisk is not special. You do this by placing a -backslash just before it, like so "``\*``" (quickref__), or by -enclosing it in double back-quotes (inline literals), like this:: +text, it will generally be OK -- reStructuredText is pretty smart. +For example, this * asterisk is handled just fine. If you actually +want text \*surrounded by asterisks* to **not** be italicised, then +you need to indicate that the asterisk is not special. You do this by +placing a backslash just before it, like so "``\*``" (quickref__), or +by enclosing it in double back-quotes (inline literals), like this:: ``\*`` @@ -309,11 +309,10 @@ results in: .. image:: images/biohazard.png -The ``images/biohazard.png`` part indicates the filname of the image you -wish to appear -in the document. There's no restriction placed on the image (format, size -etc). If the image is to appear in HTML and you wish to supply additional -information, you may:: +The ``images/biohazard.png`` part indicates the filename of the image +you wish to appear in the document. There's no restriction placed on +the image (format, size etc). If the image is to appear in HTML and +you wish to supply additional information, you may:: .. image:: images/biohazard.png :height: 100 |
