File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,10 +138,13 @@ with a few downsides.
138138
139139About 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
143144if 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
Original file line number Diff line number Diff line change 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}
262264if six .PY3 :
263265 intersphinx_mapping ['python' ] = ('https://docs.python.org/3.8/' , None )
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ The ultimate goal is to help scientists in their daily work by providing a
2727flexible visualization tool that can be enhanced by their own visualization
2828scripts. ``psyplot `` can be used via command line and with the
2929graphical 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
3233If you want more motivation: Have a look into the :ref: `about ` section.
3334
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ We highly recommend to use conda_ for installing psyplot. After having
2727downloaded the installer from anaconda _ or miniconda _, you can install psyplot
2828and 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
3232If you only want to install the core, i.e. the raw framework, run::
3333
@@ -92,6 +92,8 @@ Optional dependencies
9292We 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments