We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ade14 commit b33a23dCopy full SHA for b33a23d
.gitignore
@@ -137,8 +137,17 @@ notebooks/prototype notebooks/vtk_res_model_adjusted_1
137
notebooks/prototype notebooks/vtk_exp_smooth_trnasitions
138
notebooks/prototype notebooks/plots
139
140
+# Remove the built document files - but not the static ones, which are required for the builds
141
docs/build
-docs/source
142
+# The following files are generated locally during sphinx updates - they don't have to be part of the repo
143
+docs/source/examples
144
+docs/source/tutorials
145
+docs/source/Modeling\ Classes
146
+docs/source/GemPy\ API
147
+docs/source/Helper\ Classes
148
+docs/source/Plot
149
+docs/source/external
150
+docs/source/sg_execution_times.rst
151
test/figs
152
153
Profiles
0 commit comments