From ee4a3463647b23146ce35462d0ca510a7669f93d Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sun, 9 Oct 2022 10:28:59 +0800 Subject: [PATCH] tweaks --- doc/source/simulation.rst | 7 ++++--- doc/source/unittest.rst | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/simulation.rst b/doc/source/simulation.rst index f5a643f..8428593 100644 --- a/doc/source/simulation.rst +++ b/doc/source/simulation.rst @@ -3,12 +3,13 @@ Using simulation data Versions -------- -In pipeline system, we use ``ver_sim`` keyword in code (e.g., ``CsstMsDataManager``). -The ``ver_sim`` uses a ``CX.Y`` format string, where +The current available CSST simulation data products are not versioned. +Therefore, in pipeline system, we use ``ver_sim`` keyword in code (e.g., ``CsstMsDataManager``). +The ``ver_sim`` uses a ``C{X}.{Y}`` format string, where ``X`` denotes the Cycle during which the simulation is released, and ``Y`` denotes the serial number. For example, ``C5.2`` represents for the second released version of simulation in Cycle 5. -s + Server details -------------- diff --git a/doc/source/unittest.rst b/doc/source/unittest.rst index 43cca92..5daf3f3 100644 --- a/doc/source/unittest.rst +++ b/doc/source/unittest.rst @@ -7,7 +7,7 @@ And `coverage`_ is used to assess the unit test coverage. Introduction to ``unittest`` ---------------------------- -Here we show an example of an example unit test on ``csst_proto.top_level_interface.flip_image`` +Here we show an example unit test on ``csst_proto.top_level_interface.flip_image``. .. literalinclude:: ../../tests/test_flip_image.py :linenos: -- GitLab