Skip to content

Commit 5a4470c

Browse files
committed
added docs for rtd
1 parent 8408750 commit 5a4470c

87 files changed

Lines changed: 17667 additions & 7 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site/
22
.DS_Store
33
website
4+
.spyproject

_includes/footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
Copyright 2018, Lennart Schueler, Sebastian Mueller
3+
Copyright 2018, Sebastian Müller, Lennart Schüler
44
—
55
[GeoStat-Framework]({{ site.source_link }})
66
—

_posts/2018-01-01-intro.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ style: center
88
# GeoStat Framework
99
<p align="center">
1010
<a href="https://github.com/GeoStat-Framework">
11-
<img src="/img/GeoStat.png" alt="GeoStat-LOGO" width="250px"/></a>
11+
<img src="/docs/source/pics/GeoStat.png" alt="GeoStat-LOGO" width="250px"/></a>
1212
</p>
1313
## Python framework for geostatistical simulations
1414
{: .text-purple}
1515

1616
<p align="center">
1717
<a href="https://github.com/GeoStat-Framework/GSTools">
18-
<img src="/img/gstools.png" alt="GSTools" width="150px"></a>
18+
<img src="/docs/source/pics/gstools.png" alt="GSTools" width="150px"></a>
1919
<a href="https://github.com/GeoStat-Framework/ogs5py">
20-
<img src="/img/OGS.png" alt="ogs5py" width="150px"></a>
20+
<img src="/docs/source/pics/OGS.png" alt="ogs5py" width="150px"></a>
2121
<a href="https://github.com/GeoStat-Framework/AnaFlow">
22-
<img src="/img/Anaflow.png" alt="AnaFlow" width="150px"></a>
22+
<img src="/docs/source/pics/Anaflow.png" alt="AnaFlow" width="150px"></a>
2323
<a href="https://github.com/GeoStat-Framework/welltestpy">
24-
<img src="/img/WTP.png" alt="welltestpy" width="150px"></a>
24+
<img src="/docs/source/pics/WTP.png" alt="welltestpy" width="150px"></a>
2525
</p>
26-

docs/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line.
5+
SPHINXOPTS =
6+
SPHINXBUILD = python3 -msphinx
7+
SPHINXPROJ = GeoStatTools
8+
SOURCEDIR = source
9+
BUILDDIR = build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
11.6 KB
Binary file not shown.

docs/build/doctrees/index.doctree

11 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 5e273c24b9e6ef7879b9a7b5f11c33cb
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)