From 7aceacae9f8a08f0e96e1a6c726fcefa2e055965 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 24 Aug 2022 11:39:24 +0800 Subject: [PATCH] updated README.md --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b574e15..c3a82c7 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ CSST L1 pipeline prototype. ## homepage This code is available on *CSST GitLab*: +- [https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto](https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto). -[https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto](https://csst-tb.bao.ac.cn/code/csst-l1/csst_proto). +## documentation +A sphinx-based documentation is available at +- [https://csst-proto.readthedocs.io/en/latest/](https://csst-proto.readthedocs.io/en/latest/) ## installation @@ -65,3 +68,22 @@ The `csst_proto` uses an awesome algorithm based on `numpy.ndarray` indices to f | `requirements.txt` | code requirements | √ | √ | | | `setup.py` | sphinx-based documentation | √√ | √ | | +## important stages + +1. **installation**: `source code` & `setup.py` -> `pip install ` +2. **a simple guide**: `README.md` +3. **unittest**: `pytest` +4. gitlab CI/CD pipeline: `.gitlab-ci.yml` +5. sphinx-based documentation: `doc/` & `readthedocs.yml` + +## necessary skills + +- git: https://git-scm.com/ + - Pro Git: https://git-scm.com/book/en/v2 +- Numpydoc: https://numpydoc.readthedocs.io/en/latest/format.html + - for C: https://peps.python.org/pep-0007/ + - for Python: https://peps.python.org/pep-0008/ +- unittest: https://docs.python.org/3.8/library/unittest.html +- sphinx: https://www.sphinx-doc.org/en/master/index.html +- restructured text: https://docutils.sourceforge.io/rst.html +- readthedoc: https://readthedocs.io/ or https://rtfd.io/ \ No newline at end of file -- GitLab