Skip to content

Commit

Permalink
- [DOC] Updating some old logos and images
Browse files Browse the repository at this point in the history
  • Loading branch information
Leguark committed Apr 18, 2021
1 parent 59e4e3a commit 1e94d49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
'github_user': 'cgre-aachen',
'github_repo': 'gempy',
'github_type': 'star',
'logo': '._static/logos/gempy.png',
'logo': './logos/gempy.png',
'logo_name': True,
'travis_button': True,
'page_width': '1200px',
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ Indices and tables
* :ref:`search`


.. image:: ../logos/logo_CGRE.png
.. image:: _static/logos/logo_CGRE.png
:width: 40%

.. image:: ../logos/terranigma.png
.. image:: _static/logos/Terranigma.png
:width: 40%
4 changes: 2 additions & 2 deletions examples/integrations/gempy_subsurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
lines_mesh = sb.visualization.to_pyvista_line(element, radius=50)

# Plot default LITH
sb.visualization.pv_plot([lines_mesh], image_2d=True)
sb.visualization.pv_plot([lines_mesh])


# %% md
Expand Down Expand Up @@ -68,7 +68,7 @@

element = sb.PointSet(interf_us)
point_mesh = sb.visualization.to_pyvista_points(element)
sb.visualization.pv_plot([lines_mesh, point_mesh], image_2d=True)
sb.visualization.pv_plot([lines_mesh, point_mesh])

# %% md
# GemPy: Initialize model
Expand Down

0 comments on commit 1e94d49

Please sign in to comment.