File tree 5 files changed +15
-12
lines changed
5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ the mandatory dependencies too.
148
148
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
149
149
| `Sphinx <https://GitHub.com/sphinx-doc/sphinx >`__ | ≥8.1 | `BSD 3-Clause <https://GitHub.com/sphinx-doc/sphinx/blob/master/LICENSE >`__ | *Not yet evaluated. * |
150
150
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
151
- | `sphinxcontrib-mermaid <https://GitHub.com/mgaitan/sphinxcontrib-mermaid >`__ | ≥0.9.2 | `BSD <https://GitHub.com/mgaitan/sphinxcontrib-mermaid/blob/master/LICENSE.rst >`__ | *Not yet evaluated. * |
151
+ | `sphinxcontrib-mermaid <https://GitHub.com/mgaitan/sphinxcontrib-mermaid >`__ | ≥1.0 | `BSD <https://GitHub.com/mgaitan/sphinxcontrib-mermaid/blob/master/LICENSE.rst >`__ | *Not yet evaluated. * |
152
152
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
153
153
| `autoapi <https://GitHub.com/carlos-jenkins/autoapi >`__ | ≥2.0.1 | `Apache License, 2.0 <https://GitHub.com/carlos-jenkins/autoapi/blob/master/LICENSE >`__ | *Not yet evaluated. * |
154
154
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ PIP might download further packages as listed in :ref:`package dependencies <DEP
28
28
Installing a Wheel Package from PyPI using PIP
29
29
==============================================
30
30
31
- Developers can install further dependencies for documentation generation (``doc ``) or running unit tests (``test ``) or
32
- just all (``all ``) dependencies.
31
+ Developers can install the |PackageName | package itself or the package with further dependencies for documentation
32
+ generation (``doc ``), running unit tests (``test ``) or just all (``all ``) dependencies.
33
+
34
+ See :ref: `DEP ` for more details.
33
35
34
36
.. tab-set ::
35
37
Original file line number Diff line number Diff line change 214
214
# Sphinx.Ext.ExtLinks
215
215
# ==============================================================================
216
216
extlinks = {
217
- "gh" : (f"https://GitHub.com/%s" , "gh:%s" ),
218
- "ghissue" : (f"https://GitHub.com/{ githubNamespace } /{ project } /issues/%s" , "issue #%s" ),
219
- "ghpull" : (f"https://GitHub.com/{ githubNamespace } /{ project } /pull/%s" , "pull request #%s" ),
220
- "ghsrc" : (f"https://GitHub.com/{ githubNamespace } /{ project } /blob/main/%s" , None ),
221
- "wiki" : (f"https://en.wikipedia.org/wiki/%s" , None ),
217
+ "gh" : (f"https://GitHub.com/%s" , "%s" ),
218
+ "ghissue" : (f"https://GitHub.com/{ githubNamespace } /{ project } /issues/%s" , "issue #%s" ),
219
+ "ghpull" : (f"https://GitHub.com/{ githubNamespace } /{ project } /pull/%s" , "pull request #%s" ),
220
+ "ghsrc" : (f"https://GitHub.com/{ githubNamespace } /{ project } /blob/main/%s" , None ),
221
+ "pypi" : ( "https://PyPI.org/project/%s" , "%s" ),
222
+ "wiki" : (f"https://en.wikipedia.org/wiki/%s" , None ),
222
223
}
223
224
224
225
Original file line number Diff line number Diff line change 78
78
Contributors
79
79
************
80
80
81
- * `Patrick Lehmann <https://GitHub.com/ Paebbels >`__ (Maintainer)
82
- * `Unai Martinez-Corral <https://GitHub.com/ umarcor/ >`__
81
+ * :gh: `Patrick Lehmann <Paebbels> ` (Maintainer)
82
+ * :gh: `Unai Martinez-Corral <umarcor> `
83
83
* `and more... <https://GitHub.com/edaa-org/pySVModel/graphs/contributors >`__
84
84
85
85
@@ -130,7 +130,7 @@ License
130
130
:caption: References and Reports
131
131
:hidden:
132
132
133
- pySVModel/pySVModel
133
+ Python Class Reference < pySVModel/pySVModel >
134
134
unittests/index
135
135
coverage/index
136
136
Doc. Coverage Report <DocCoverage >
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
- " setuptools ~= 75.4 " ,
3
+ " setuptools ~= 75.5 " ,
4
4
" wheel ~= 0.45" ,
5
5
" pyTooling ~= 8.0"
6
6
]
You can’t perform that action at this time.
0 commit comments