mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Add generator templates
This commit is contained in:
parent
9a4cfc65c2
commit
bb8a72b4e5
2 changed files with 10 additions and 0 deletions
5
docs/source/_templates/page.txt
Normal file
5
docs/source/_templates/page.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{title}
|
||||||
|
{title_markup}
|
||||||
|
|
||||||
|
.. autoclass:: {full_class_path}
|
||||||
|
:members:
|
||||||
5
docs/source/_templates/toctree.txt
Normal file
5
docs/source/_templates/toctree.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{title}
|
||||||
|
{title_markup}
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
{entities}
|
||||||
Loading…
Reference in a new issue