index.rst 1.08 KB
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
3
4
5
.. csst documentation master file, created by
   sphinx-quickstart on Tue Mar  1 14:45:29 2022.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

BO ZHANG's avatar
BO ZHANG committed
6
7
8
9
10
11
12
13
14
15
****
csst
****

.. image:: https://readthedocs.org/projects/csst/badge/?version=latest
    :target: https://csst.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

`csst` is the pipeline package for the **CSST** (Chinese Space Station Telescope).

BO ZHANG's avatar
BO ZHANG committed
16
17
18
19
* github: https://github.com/csster/csst
* PYPI: https://pypi.org/project/csst


BO ZHANG's avatar
BO ZHANG committed
20
21
22
23
24
25
26
27
************
Installation
************

Install using `pip <https://pypi.org/project/matplotlib>`__:
   .. code-block:: bash

       pip install -U git+git://github.com/csster/csst
BO ZHANG's avatar
BO ZHANG committed
28
29
30
31
or
   .. code-block:: bash

       pip install -U csst
BO ZHANG's avatar
BO ZHANG committed
32

BO ZHANG's avatar
BO ZHANG committed
33
34

.. toctree::
BO ZHANG's avatar
BO ZHANG committed
35
   :caption: Examples
BO ZHANG's avatar
BO ZHANG committed
36
   :maxdepth: 1
BO ZHANG's avatar
BO ZHANG committed
37

BO ZHANG's avatar
BO ZHANG committed
38
   tutorial
BO ZHANG's avatar
BO ZHANG committed
39
40


BO ZHANG's avatar
BO ZHANG committed
41
42
43
44
45
46
47
48
49
50
51
.. toctree::
   :maxdepth: 2
   :caption: API

   api/csst.common.rst
   api/csst.msc.rst


.. sectionauthor:: Bo Zhang <bozhang@nao.cas.cn>


BO ZHANG's avatar
BO ZHANG committed
52
53
54
55
56
57
Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`