11.. This file is generated from sphinx-notes/cookiecutter.
22 You need to consider modifying the TEMPLATE or modifying THIS FILE.
33
4- ===================
5- sphinxnotes-snippet
6- ===================
4+ ==================
5+ sphinxnotes-picker
6+ ==================
77
8- .. |docs | image :: https://img.shields.io/github/deployments/sphinx-notes/snippet /github-pages?label=docs
9- :target: https://sphinx.silverrainz.me/snippet
8+ .. |docs | image :: https://img.shields.io/github/deployments/sphinx-notes/picker /github-pages?label=docs
9+ :target: https://sphinx.silverrainz.me/picker
1010 :alt: Documentation Status
11- .. |license | image :: https://img.shields.io/github/license/sphinx-notes/snippet
11+ .. |license | image :: https://img.shields.io/github/license/sphinx-notes/picker
1212 :target: https://github.com/sphinx-notes/snippet/blob/master/LICENSE
1313 :alt: Open Source License
14- .. |pypi | image :: https://img.shields.io/pypi/v/sphinxnotes-snippet .svg
15- :target: https://pypistats.org/packages/sphinxnotes-snippet
14+ .. |pypi | image :: https://img.shields.io/pypi/v/sphinxnotes-picker .svg
15+ :target: https://pypistats.org/packages/sphinxnotes-picker
1616 :alt: PyPI Package
17- .. |download | image :: https://img.shields.io/pypi/dm/sphinxnotes-snippet
18- :target: https://pypi.python.org/pypi/sphinxnotes-snippet
17+ .. |download | image :: https://img.shields.io/pypi/dm/sphinxnotes-picker
18+ :target: https://pypi.python.org/pypi/sphinxnotes-picker
1919 :alt: PyPI Package Downloads
2020.. |github | image :: https://img.shields.io/badge/GitHub-181717?style=flat&logo=github&logoColor=white/
21- :target: https://github.com/sphinx-notes/snippet
21+ :target: https://github.com/sphinx-notes/picker
2222 :alt: GitHub Repository
2323
2424|docs | |license | |pypi | |download | |github |
@@ -49,7 +49,7 @@ First, downloading extension from PyPI:
4949
5050.. code-block :: console
5151
52- $ pip install sphinxnotes-snippet
52+ $ pip install sphinxnotes-picker
5353
5454
5555 Then, add the extension name to ``extensions `` configuration item in your
@@ -59,7 +59,7 @@ Then, add the extension name to ``extensions`` configuration item in your
5959
6060 extensions = [
6161 # …
62- ' sphinxnotes.snippet ' ,
62+ ' sphinxnotes.picker ' ,
6363 # …
6464 ]
6565
@@ -95,6 +95,7 @@ as part of **The Sphinx Notes Project**.
9595 :caption: The Sphinx Notes Project
9696
9797 Home <https://sphinx.silverrainz.me/ >
98+ GitHub <https://github.com/sphinx-notes >
9899 Blog <https://silverrainz.me/blog/category/sphinx.html >
99100 PyPI <https://pypi.org/search/?q=sphinxnotes >
100101
0 commit comments