Commit 0816648 1 parent 4e33981 commit 0816648 Copy full SHA for 0816648
File tree 7 files changed +152
-8
lines changed
7 files changed +152
-8
lines changed Original file line number Diff line number Diff line change 1
- LCviz
2
- =====
1
+ .. image :: docs/logos/lcviz.svg
2
+ :width: 400
3
+ :alt: lcviz logo
4
+ :align: center
5
+
6
+ .. image :: https://github.com/spacetelescope/lcviz/workflows/CI/badge.svg
7
+ :target: https://github.com/spacetelescope/lcviz/actions
8
+ :alt: GitHub Actions CI Status
9
+
10
+ .. image :: https://codecov.io/gh/spacetelescope/lcviz/branch/main/graph/badge.svg
11
+ :target: https://codecov.io/gh/spacetelescope/lcviz
12
+
13
+ .. image :: https://readthedocs.org/projects/lcviz/badge/?version=latest
14
+ :target: https://lcviz.readthedocs.io/en/latest/?badge=latest
15
+ :alt: Documentation Status
3
16
4
17
.. image :: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
5
18
:target: http://www.astropy.org
9
22
:target: https://github.com/spacetelescope/jdaviz/
10
23
:alt: Powered by jdaviz Badge
11
24
25
+ .. image :: http://img.shields.io/badge/powered%20by-lightkurve-6570b1.svg?style=flat
26
+ :target: https://github.com/lightkurve/lightkurve/
27
+ :alt: Powered by lightkurve Badge
28
+
12
29
13
30
Early Development Software Warning
14
31
----------------------------------
Original file line number Diff line number Diff line change 186
186
# A shorter title for the navigation bar. Default is the same as html_title.
187
187
# html_short_title = None
188
188
189
+ # The name of an image file (relative to this directory) to place at the top
190
+ # of the sidebar.
191
+ html_logo = 'logos/lcviz.svg'
192
+
189
193
# The name of an image file (within the static path) to use as favicon of the
190
194
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
191
195
# pixels large.
192
- # html_favicon = None
196
+ html_favicon = 'logos/lcviz.ico'
193
197
194
198
# Add any extra paths that contain custom files (such as robots.txt or
195
199
# .htaccess) here, relative to this directory. These files are copied
Original file line number Diff line number Diff line change 1
- *******************
2
- LCviz Documentation
3
- *******************
1
+ .. |lcviz_logo | image :: ./logos/lcviz_icon.svg
2
+ :height: 42px
3
+
4
+
5
+ ******************
6
+ |lcviz_logo | lcviz
7
+ ******************
4
8
5
9
``lcviz `` is a light curve visualization and analysis tool within the Jupyter environment (lab or
6
10
notebook), built on top of `Jdaviz <https://jdaviz.readthedocs.io >`_ and `lightkurve <https://docs.lightkurve.org >`_::
Original file line number Diff line number Diff line change 1
1
2
2
.. _install :
3
3
4
- Install
5
- =======
4
+ Installation
5
+ ============
6
6
7
7
.. note ::
8
8
You can’t perform that action at this time.
0 commit comments