-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from GeoStat-Framework/refactor_2023
Refactor 2023
- Loading branch information
Showing
34 changed files
with
285 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
node: $Format:%H$ | ||
node-date: $Format:%cI$ | ||
describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$ | ||
ref-names: $Format:%D$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.git_archival.txt export-subst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@Article{muller_pentapy_2019, | ||
AUTHOR = {M\"uller, Sebastian}, | ||
TITLE = {pentapy: {A} {Python} toolbox for pentadiagonal linear systems}, | ||
SHORTTITLE = {pentapy}, | ||
JOURNAL = {Journal of Open Source Software}, | ||
VOLUME = {4}, | ||
YEAR = {2019}, | ||
NUMBER = {42}, | ||
PAGES = {1759}, | ||
URL = {https://joss.theoj.org/papers/10.21105/joss.01759}, | ||
DOI = {10.21105/joss.01759}, | ||
ISSN = {2475-9066}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
prune * | ||
graft tests | ||
recursive-include pentapy *.py *.pyx | ||
recursive-exclude pentapy *.c *.cpp | ||
include LICENSE README.md pyproject.toml setup.py setup.cfg | ||
exclude CHANGELOG.md CONTRIBUTING.md | ||
global-exclude __pycache__ *.py[cod] .* | ||
prune ** | ||
recursive-include tests *.py | ||
recursive-include src/pentapy *.py *.pyx *.pxd | ||
include LICENSE README.md pyproject.toml setup.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dl.py.property { | ||
display: block !important; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{{ fullname | escape | underline}} | ||
|
||
.. currentmodule:: {{ module }} | ||
|
||
.. autoclass:: {{ objname }} | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
:show-inheritance: | ||
|
||
.. raw:: latex | ||
|
||
\clearpage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{{ fullname | escape | underline}} | ||
|
||
.. currentmodule:: {{ fullname }} | ||
|
||
.. automodule:: {{ fullname }} | ||
|
||
.. raw:: latex | ||
|
||
\clearpage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,27 @@ | ||
{% extends "!layout.html" %} | ||
{% block menu %} | ||
<p class="link caption"><span class="link caption-text">Documentation</span></p> | ||
{{ super() }} | ||
<br /> | ||
<p class="link caption"><span class="link caption-text">pentapy Links</span></p> | ||
<a href="https://github.com/GeoStat-Framework/pentapy">pentapy GitHub</a> | ||
<a href="https://zenodo.org/record/2587215">pentapy Zenodo DOI</a> | ||
<a href="https://pypi.org/project/pentapy/">pentapy PyPI</a> | ||
<br /> | ||
<p class="link caption"><span class="link caption-text">GeoStat Framework</span></p> | ||
<a href="https://geostat-framework.org">GeoStat Website</a> | ||
<a href="https://github.com/GeoStat-Framework">GeoStat Github</a> | ||
<a href="https://github.com/GeoStat-Examples">GeoStat Examples</a> | ||
<a href="https://geostat-framework.readthedocs.io">GeoStat ReadTheDocs</a> | ||
<a href="https://pypi.org/user/geostatframework/">GeoStat PyPI</a> | ||
<br /> | ||
<br /> | ||
<a href="genindex.html">Index</a> | ||
<a href="contents.html">Sitemap</a> | ||
<p class="link caption"><span class="link caption-text">Documentation</span></p> | ||
{{ super() }} | ||
<br /> | ||
<p class="link caption"><span class="link caption-text">pentapy Links</span></p> | ||
<ul> | ||
<Li><a href="https://github.com/GeoStat-Framework/pentapy">pentapy GitHub</a></Li> | ||
<a href="https://zenodo.org/record/2587215">pentapy Zenodo DOI</a></Li> | ||
<a href="https://pypi.org/project/pentapy/">pentapy PyPI</a></Li> | ||
</ul> | ||
<br /> | ||
<p class="link caption"><span class="link caption-text">GeoStat Framework</span></p> | ||
<ul> | ||
<Li><a href="https://geostat-framework.org">GeoStat Website</a></Li> | ||
<Li><a href="https://github.com/GeoStat-Framework">GeoStat Github</a></Li> | ||
<Li><a href="https://github.com/GeoStat-Examples">GeoStat Examples</a></Li> | ||
<Li><a href="https://geostat-framework.readthedocs.io">GeoStat ReadTheDocs</a></Li> | ||
<Li><a href="https://pypi.org/user/geostatframework/">GeoStat PyPI</a></Li> | ||
</ul> | ||
<br /> | ||
<br /> | ||
<ul> | ||
<Li><a href="{{ pathto('genindex') }}">Index</a></Li> | ||
<Li><a href="{{ pathto(master_doc) }}">Sitemap</a></Li> | ||
</ul> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,3 @@ pentapy API | |
.. raw:: latex | ||
|
||
\clearpage | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
core.rst | ||
tools.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ Contents | |
|
||
.. toctree:: | ||
:includehidden: | ||
:maxdepth: 3 | ||
:maxdepth: 6 | ||
|
||
index | ||
examples/index | ||
package | ||
api | ||
changelog |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.