diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-12 10:26:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 10:26:13 +0900 |
commit | 3b01697e11445ddfeda891aa53d410259fab6163 (patch) | |
tree | 7ca57b49be4dcb5d3803d7043c3ac0047594d484 | |
parent | b1cea0258924840f8611e0301303fd18bcac82b0 (diff) | |
parent | 32aa664bdf892817f876a9689d7c31da168cf393 (diff) | |
download | sphinx-git-3b01697e11445ddfeda891aa53d410259fab6163.tar.gz |
Merge pull request #4414 from deoren/link_label_fix
Small label/comma fix
-rw-r--r-- | doc/intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro.rst b/doc/intro.rst index d3b191700..a789145fe 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -3,7 +3,7 @@ Introduction This is the documentation for the Sphinx documentation builder. Sphinx is a tool that translates a set of reStructuredText_ source files into various output -formats, automatically producing cross-references, indices etc. That is, if +formats, automatically producing cross-references, indices, etc. That is, if you have a directory containing a bunch of reST-formatted documents (and possibly subdirectories of docs in there as well), Sphinx can generate a nicely-organized arrangement of HTML files (in some other directory) for easy @@ -38,7 +38,7 @@ to reStructuredText/Sphinx from other documentation systems. code to convert Python-doc-style LaTeX markup to Sphinx reST. * Marcin Wojdyr has written a script to convert Docbook to reST with Sphinx - markup; it is at `Google Code <https://github.com/wojdyr/db2rst>`_. + markup; it is at `GitHub <https://github.com/wojdyr/db2rst>`_. * Christophe de Vienne wrote a tool to convert from Open/LibreOffice documents to Sphinx: `odt2sphinx <https://pypi.python.org/pypi/odt2sphinx/>`_. |