Skip to content

Commit

Permalink
Simple readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Mar 24, 2023
1 parent 5510486 commit a4d8da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. image:: docs/logos/jdaviz.svg
:width: 400
:alt: Jdaviz logo
:align: center
:scale: 10%

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5513927.svg
:target: https://doi.org/10.5281/zenodo.5513927
Expand Down Expand Up @@ -96,7 +96,7 @@ The power of ``jdaviz`` is that it can integrated into your Jupyter notebook wor
from jdaviz import Specviz

specviz = Specviz()
specviz.app
specviz.show()

To learn more about the various ``jdaviz`` application configurations and loading data, see the
`specviz <https://jdaviz.readthedocs.io/en/latest/specviz/import_data.html>`_, `cubeviz <https://jdaviz.readthedocs.io/en/latest/cubeviz/import_data.html>`_, `mosviz <https://jdaviz.readthedocs.io/en/latest/mosviz/import_data.html>`_, or `imviz <https://jdaviz.readthedocs.io/en/latest/imviz/import_data.html>`_ tools.
Expand Down

0 comments on commit a4d8da8

Please sign in to comment.