Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 919 Bytes

File metadata and controls

37 lines (22 loc) · 919 Bytes

atsphinx-footnotes

Powered footnote tools for Sphinx.

Example

When using standard reStructuredText, you must write footnotes into last of source to render into last of document.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [#]_

The quick brown fox jumps over the lazy dog [#]_

.. [#] This is first sentence of "Lorem ipusum"
.. [#] This is one of pangram.

When you use this extension, you can write footnotes nearby refer contents.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [#]_

.. [#] This is first sentence of "Lorem ipusum"

The quick brown fox jumps over the lazy dog [#]_

.. [#] This is one of pangram.

Getting started

(TBD)