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-data
6- ================
4+ ==================
5+ sphinxnotes.render
6+ ==================
77
8- .. |docs | image :: https://img.shields.io/github/deployments/sphinx-notes/data /github-pages?label=docs
9- :target: https://sphinx.silverrainz.me/data
8+ .. |docs | image :: https://img.shields.io/github/deployments/sphinx-notes/render /github-pages?label=docs
9+ :target: https://sphinx.silverrainz.me/render
1010 :alt: Documentation Status
11- .. |license | image :: https://img.shields.io/github/license/sphinx-notes/data
11+ .. |license | image :: https://img.shields.io/github/license/sphinx-notes/render
1212 :target: https://github.com/sphinx-notes/data/blob/master/LICENSE
1313 :alt: Open Source License
14- .. |pypi | image :: https://img.shields.io/pypi/v/sphinxnotes-data .svg
15- :target: https://pypistats.org/packages/sphinxnotes-data
14+ .. |pypi | image :: https://img.shields.io/pypi/v/sphinxnotes.render .svg
15+ :target: https://pypistats.org/packages/sphinxnotes.render
1616 :alt: PyPI Package
17- .. |download | image :: https://img.shields.io/pypi/dm/sphinxnotes-data
18- :target: https://pypi.python.org/pypi/sphinxnotes-data
17+ .. |download | image :: https://img.shields.io/pypi/dm/sphinxnotes.render
18+ :target: https://pypi.python.org/pypi/sphinxnotes.render
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/data
21+ :target: https://github.com/sphinx-notes/render
2222 :alt: GitHub Repository
2323
2424|docs | |license | |pypi | |download | |github |
@@ -28,74 +28,23 @@ Introduction
2828
2929.. INTRODUCTION START
3030
31- .. warning ::
31+ A framework to define, constrain, and render data in Sphinx documentation.
3232
33- PRE-RELEAST, DO NOT use it.
34-
35- This extension provides the underlying functionality for `sphinxnotes-any `__.
33+ .. seealso :: `sphinxnotes-any`__ and `sphinxnotes-data`__
3634
3735 __ https://sphinx.silverrainz.me/any/
38-
39- .. data :template ::
40- :on: parsed
41-
42- I am {{ name }}. I have the following attributes:
43-
44- {% for k, v in attrs.items() %}
45- :{{ k }}: {{ v }}
46- {%- endfor %}
47-
48- This document "{{ _doc.title }}" has {{ _doc.sections | length }} section(s).
49-
50- {{ content }}
51-
52- .. data :def :: Shengyu Zhang
53- :github: SilverRainZ
54- :homepage: https://silverrainz.me/
55-
56- ---
57-
58- .. data :template ::
59- :debug:
60-
61- builder: {{ _sphinx.builder.name }}
62-
63- :data:def+foo: `bar `
36+ __ https://sphinx.silverrainz.me/data/
6437
6538.. INTRODUCTION END
6639
6740 Getting Started
6841===============
6942
70- .. note ::
71-
72- We assume you already have a Sphinx documentation,
73- if not, see `Getting Started with Sphinx `_.
74-
75-
76- First, downloading extension from PyPI:
77-
78- .. code-block :: console
79-
80- $ pip install sphinxnotes-data
81-
82-
83- Then, add the extension name to ``extensions `` configuration item in your
84- :parsed_literal: `conf.py_ `:
85-
86- .. code-block :: python
87-
88- extensions = [
89- # …
90- ' sphinxnotes.data' ,
91- # …
92- ]
93-
94- .. _Getting Started with Sphinx : https://www.sphinx-doc.org/en/master/usage/quickstart.html
95- .. _conf.py : https://www.sphinx-doc.org/en/master/usage/configuration.html
96-
9743.. ADDITIONAL CONTENT START
9844
45+ This extension is not intended to be used directly by Sphinx user.
46+ It is for Sphinx extension developer, please refer to :doc: `api `.
47+
9948.. ADDITIONAL CONTENT END
10049
10150 Contents
@@ -104,6 +53,7 @@ Contents
10453.. toctree ::
10554 :caption: Contents
10655
56+ api
10757 changelog
10858
10959The Sphinx Notes Project
0 commit comments