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 aa1d2cb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.. image:: docs/logos/jdaviz.svg
:width: 400
:alt: Jdaviz logo
:align: center
.. raw:: html

<div align="center">
<img src="docs/logos/jdaviz.svg" width="400px" alt="Jdaviz logo">
</img>
<br /><br />
</div>

.. 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 +99,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 aa1d2cb

Please sign in to comment.