Skip to content

Commit

Permalink
DOC: whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 1, 2021
1 parent 6a6553d commit 9c6c308
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/a-normal-rst-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ Domain Objects
References
----------

There are different ways of handling references, for example you could use the
`standard Sphinx citations`_, but it might be more practical to use the
There are different ways of handling references, for example you could use the
`standard Sphinx citations`_, but it might be more practical to use the
sphinxcontrib.bibtex_ extension.

After installing the sphinxcontrib.bibtex_ extension, you have to enable it in
Expand Down Expand Up @@ -205,7 +205,7 @@ You can create citations like :cite:`perez2011python`:
:cite:`perez2011python`
You can create similar citations in Jupyter notebooks with a special HTML
syntax, see the section about
syntax, see the section about
`citations in Markdown cells <markdown-cells.ipynb#Citations>`__.

You can create a list of references in any reStructuredText file
Expand All @@ -230,31 +230,31 @@ see https://github.com/mcmtroffaes/sphinxcontrib-bibtex/issues/156.
Footnote citations
^^^^^^^^^^^^^^^^^^

With a sphinxcontrib.bibtex_ version of ``>= 2.0.0`` it is
possible to create footnote bibliographies with footnote
With a sphinxcontrib.bibtex_ version of ``>= 2.0.0`` it is
possible to create footnote bibliographies with footnote
citations like :footcite:`perez2011python`.

.. code-block:: rst
:footcite:`perez2011python`
Also footnote citations can be used within Jupyter notebooks with a special HTML syntax,
see the section about
see the section about
`footnote citations in Markdown cells <markdown-cells.ipynb#Footnote-citations>`__.
Footnote citations are restricted to their own source file and the assembly of the
Footnote citations are restricted to their own source file and the assembly of the
bibliography is (analogously to normal citations) invoked with the

.. code-block:: rst
.. footbibliography::
directive. For example, a footnote bibliography might
directive. For example, a footnote bibliography might
look like this (in HTML output):

.. footbibliography::

In the LaTeX/PDF output, there is no list of references appearing right
here. Instead, the footnote citations are placed into the footnotes of
In the LaTeX/PDF output, there is no list of references appearing right
here. Instead, the footnote citations are placed into the footnotes of
their respective pages.


Expand Down

0 comments on commit 9c6c308

Please sign in to comment.