Skip to content

Commit 23d576b

Browse files
committed
add links to psy-view
1 parent a6c5bbf commit 23d576b

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

docs/about.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,13 @@ with a few downsides.
138138

139139
About the author
140140
----------------
141-
I, (`Philipp Sommer`_), work as a Data Scientist at the Helmholtz-Zentrum
142-
Geesthacht (Germany) in the Helmholtz Coastal Data Center. Checkout my homepage
141+
I, (`Philipp Sommer`_), work as a Data Scientist at the
142+
`Helmholtz-Zentrum Geesthacht, Centre for Materials and Coastal Research (HZG)`
143+
(Germany) in the `Helmholtz Coastal Data Center (HCDC)`. Checkout my homepage
143144
if you want to know more at philipp-s-sommer.de_
144145

146+
.. _Helmholtz Coastal Data Center (HCDC): https://hcdc.hzg.de
147+
.. _Helmholtz-Zentrum Geesthacht, Centre for Materials and Coastal Research (HZG): https://hzg.de
145148
.. _Philipp Sommer: http://www.philipp-s-sommer.de
146149
.. _philipp-s-sommer.de: http://www.philipp-s-sommer.de
147150

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@
258258
None),
259259
'psyplot_gui': (
260260
'https://psyplot.readthedocs.io/projects/psyplot-gui/en/latest/', None),
261+
'psy_view': (
262+
'https://psyplot.readthedocs.io/projects/psy-view/en/latest/', None),
261263
}
262264
if six.PY3:
263265
intersphinx_mapping['python'] = ('https://docs.python.org/3.8/', None)

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ The ultimate goal is to help scientists in their daily work by providing a
2727
flexible visualization tool that can be enhanced by their own visualization
2828
scripts. ``psyplot`` can be used via command line and with the
2929
graphical user interface (GUI) from the
30-
:ref:`psyplot-gui <psyplot_gui:psyplot-gui>` module.
30+
:ref:`psyplot-gui <psyplot_gui:psyplot-gui>` and
31+
:ref:`psy-view <psy_view:psy-view>` module.
3132

3233
If you want more motivation: Have a look into the :ref:`about` section.
3334

docs/installing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We highly recommend to use conda_ for installing psyplot. After having
2727
downloaded the installer from anaconda_ or miniconda_, you can install psyplot
2828
and the optional plugins (see :ref:`optional_deps`) via::
2929

30-
$ conda install -c conda-forge psy-maps psyplot-gui psy-reg netCDF4
30+
$ conda install -c conda-forge psy-view psy-reg
3131

3232
If you only want to install the core, i.e. the raw framework, run::
3333

@@ -92,6 +92,8 @@ Optional dependencies
9292
We furthermore recommend to use
9393

9494
- :ref:`psyplot-gui <psyplot_gui:install>`: A graphical user interface to psyplot
95+
- :ref:`psy-view <psy_view:install>`: An ncview-like interface based on psyplot
96+
and psy-maps
9597
- :ref:`psy-simple <psy_simple:install>`: A psyplot plugin to make simple plots
9698
- :ref:`psy-maps <psy_maps:install>`: A psyplot plugin for visualizing data on a
9799
map

docs/projects.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ splitted into several subprojects. Each of them is accessible via
99

1010
- the :ref:`psyplot_gui <psyplot_gui:psyplot-gui>` package: The GUI to psyplot
1111
|psyplot-gui-github| |psyplot-gui-release|
12+
- the :ref:`psy_view <psy_view:psy-view>` package: An ncview-like interface for
13+
psyplot |psy-view-github| |psy-view-release|
1214
- the :ref:`psy-simple <psy_simple:psy-simple>` package: A plugin for simple
1315
visualization |psy-simple-github| |psy-simple-release|
1416
- the :ref:`psy-maps <psy_maps:psy-maps>` package: A psyplot plugin for
@@ -26,6 +28,14 @@ See :ref:`plugins` for more informations on the plugins.
2628
:target: https://github.com/psyplot/psyplot-gui/releases/latest
2729
:alt: Latest release
2830

31+
.. |psy-view-github| image:: GitHub-Mark-16px.png
32+
:target: https://github.com/psyplot/psy-view
33+
:alt: github
34+
35+
.. |psy-view-release| image:: https://img.shields.io/github/release/psyplot/psy-view.svg?style=flat-square
36+
:target: https://github.com/psyplot/psy-view/releases/latest
37+
:alt: Latest release
38+
2939
.. |psy-simple-github| image:: GitHub-Mark-16px.png
3040
:target: https://github.com/psyplot/psy-simple
3141
:alt: github

0 commit comments

Comments
 (0)