11.. This file is generated from sphinx-notes/cookiecutter.
22 You need to consider modifying the TEMPLATE or modifying THIS FILE.
33
4- .. include :: ../README.rst
4+ ===============
5+ sphinxnotes-any
6+ ===============
7+
8+ .. |docs | image :: https://img.shields.io/github/deployments/sphinx-notes/any/github-pages
9+ :target: https://sphinx.silverrainz.me/any
10+ :alt: Documentation Status
11+
12+ .. |license | image :: https://img.shields.io/github/license/sphinx-notes/any
13+ :target: https://github.com/sphinx-notes/any/blob/master/LICENSE
14+ :alt: Open Source License
515
16+ .. |pypi | image :: https://img.shields.io/pypi/v/sphinxnotes-any.svg
17+ :target: https://pypi.python.org/pypi/sphinxnotes-any
18+ :alt: PyPI Package
19+
20+ .. |download | image :: https://img.shields.io/pypi/dm/sphinxnotes-any
21+ :target: https://pypi.python.org/pypi/sphinxnotes-any
22+ :alt: PyPI Package Downloads
23+
24+ |docs | |license | |pypi | |download |
25+
626Introduction
727============
828
9- .. ADDITIONAL CONTENT START
29+ .. INTRODUCTION START
1030
1131 The extension provides a domain which allows user creates directive and roles
1232to descibe, reference and index arbitrary object in documentation.
1333It is a bit like :py:meth: `sphinx.application.Sphinx.add_object_type `,
1434but more powerful.
1535
16- .. ADDITIONAL CONTENT END
36+ .. INTRODUCTION END
1737
1838 Getting Started
1939===============
@@ -29,7 +49,8 @@ First, downloading extension from PyPI:
2949
3050 $ pip install sphinxnotes-any
3151
32- Then, add the extension name to ``extensions `` configuration item in your conf.py _:
52+ Then, add the extension name to ``extensions `` configuration item in your
53+ :parsed_literal: `conf.py_ `:
3354
3455.. code-block :: python
3556
0 commit comments