File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Data Model.
11
11
Install steps are described in the documentation generated from ` /docs/source/installing.rst ` .
12
12
13
13
Documentation is autogenerated from the source using [ Sphinx] ( http://sphinx-doc.org/ )
14
- and can be found at the [ readthedocs] ( https://IMAS-Python .readthedocs.io/en/latest/ )
14
+ and can be found at the [ readthedocs] ( https://imas-python .readthedocs.io/en/latest/ )
15
15
16
16
The documentation can be manually generated by installing sphinx and running:
17
17
Original file line number Diff line number Diff line change @@ -80,5 +80,5 @@ There is github workflow for IMAS-Python:
80
80
81
81
`Deploy IMAS-Python-doc <https://app.readthedocs.org/projects/IMAS-Python/ >`_
82
82
Deploy the documentation using `readthedocs
83
- <https://IMAS-Python .readthedocs.io/en/latest/> `_.
83
+ <https://imas-python .readthedocs.io/en/latest/> `_.
84
84
Original file line number Diff line number Diff line change 25
25
util ,
26
26
)
27
27
28
- PUBLISHED_DOCUMENTATION_ROOT = "https://IMAS-Python .readthedocs.io/en/latest/"
28
+ PUBLISHED_DOCUMENTATION_ROOT = "https://imas-python .readthedocs.io/en/latest/"
29
29
"""URL to the published documentation."""
30
30
OLDEST_SUPPORTED_VERSION = _V ("3.22.0" )
31
31
"""Oldest Data Dictionary version that is supported by IMAS-Python."""
You can’t perform that action at this time.
0 commit comments