Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
7aceacae
Commit
7aceacae
authored
Aug 24, 2022
by
BO ZHANG
🏀
Browse files
updated README.md
parent
dac22984
Pipeline
#60
passed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7aceacae
...
...
@@ -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 <package_name>`
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment