Skip to content

Commit 0a30645

Browse files
committed
[DOC] Fixing minor stuff to be able to run sphinx
1 parent 14a972a commit 0a30645

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
pyvista.set_error_output_file('errors.txt')
3838
pyvista.OFF_SCREEN = True # Not necessary - simply an insurance policy. Ensure that offscreen rendering is used for docs generation
3939
pyvista.set_plot_theme('document') # Preferred plotting style for documentation
40-
# pyvista.rcParams['window_size'] = np.array([1024, 768]) * 2
4140
pyvista.FIGURE_PATH = os.path.join(os.path.abspath('_images/'), 'auto-generated/') # Save figures in specified directory
4241
pyvista.BUILDING_GALLERY = True
4342
if not os.path.exists(pyvista.FIGURE_PATH):

examples/examples/real/mik.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
Alesmodel: Plotting Sections and Maps
3+
======================================
4+
"""
5+
16
# %% md
27
# <img src="https://docs.gempy.org/_static/logos/gempy.png" alt="drawing" width="400"/>
38
#

examples/tutorials/a_getting_started/get_started.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
"""
3+
Getting Started
4+
===============
5+
6+
"""
17
#%% md
28
# <img src="https://docs.gempy.org/_static/logos/gempy.png" alt="drawing" width="400"/>
39
#

0 commit comments

Comments
 (0)