Commit ea2ade78 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

minor changes

parent f668c617
Loading
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -114,3 +114,15 @@ The Numpy style docstring check is only for the packages listed below.
- csst_ms_mbi_photometry

We welcome other packages participate in.


Using ``Jenkins``
-----------------

... how to use jenkins


Docker and Kubernetes
---------------------

to be updated
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

# -- Project information -----------------------------------------------------

project = 'Guides for CSST DAS Developers'
project = 'A Guide for CSST DAS Developers'
copyright = '2022, CSST DAS Team'
author = 'CSST DAS Team'

+1 −1
Original line number Diff line number Diff line
@@ -105,6 +105,6 @@ We recommend our developers to use the code structure used in the example interf
e.g., ``process_single_image`` and ``process_multiple_images``.
The example code is shown below.

.. literalinclude:: ./example_interface.py
.. literalinclude:: example_interface.py
    :linenos:
    :language: python
+2 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ def check_results(dm: CsstMsDataManager, logger: logging.Logger) -> bool:
    if all(existence):
        return True
    else:
        logger.warning("Not all processed files are generated!")
        return False


@@ -114,7 +115,7 @@ def process_multiple_images(
    Examples
    --------
    >>> dm = CsstMsDataManager.quickstart(
    >>>     ver_sim="C5.2", dir_l1=".", datatype="sls", exposure_id=100)
    >>>     ver_sim="C5.2", dir_l1="", datatype="sls", exposure_id=100)
    >>> logger = get_logger()
    >>> process_multiple_images(dm, logger)
    """
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

CSST Pipeline prototype
=======================
A Guide for CSST DAS Developers
===============================

.. meta::
   :description lang=cn: Automate building, versioning, and hosting of your technical documentation continuously on Read the Docs.