FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HydroModPy/tools/doc_figures/__init__.py at dev · HydroModPy/HydroModPy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
HydroModPy
/
HydroModPy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
11
Code
Issues
18
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
HydroModPy
/
tools
/
doc_figures
/
__init__.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (10 loc) · 541 Bytes
Breadcrumbs
HydroModPy
/
tools
/
doc_figures
/
__init__.py
Copy path
File metadata and controls
15 lines (10 loc) · 541 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""Generate the figure-catalog inventory shown in the user guide.
The figure catalog is a thin wrapper over ``hydromodpy.display.list_figures``:
this module introspects the registry and writes a partial RST file consumed
by ``docs/source/user_guide/figures.rst`` via ``.. include::``.
The Sphinx ``conf.py`` calls :func:`generate` on the ``builder-inited`` event,
so the catalog is always in sync with the registered figures.
"""
from
__future__
import
annotations
from
tools
.
doc_figures
.
generate
import
generate
__all__
=
[
"generate"
]
Back
|
FazBrowse Home
|
New Git URL