Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
e015cf9d
Commit
e015cf9d
authored
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
use English titles
parent
c5f5cf36
dev
main
No related merge requests found
Pipeline
#111
passed with stages
in 11 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/source/codestyle.rst
+2
-2
doc/source/codestyle.rst
doc/source/git.rst
+8
-8
doc/source/git.rst
doc/source/index.rst
+2
-2
doc/source/index.rst
doc/source/unittest.rst
+3
-3
doc/source/unittest.rst
with
15 additions
and
15 deletions
+15
-15
doc/source/codestyle.rst
+
2
-
2
View file @
e015cf9d
...
@@ -11,8 +11,8 @@ More specifically,
...
@@ -11,8 +11,8 @@ More specifically,
Numpydoc style, conf https://numpydoc.readthedocs.io/en/latest/format.html
Numpydoc style, conf https://numpydoc.readthedocs.io/en/latest/format.html
标记语言
Markup language
=======
=======
========
标记语言(Markup language) 可以分为三类
标记语言(Markup language) 可以分为三类
...
...
This diff is collapsed.
Click to expand it.
doc/source/git.rst
+
8
-
8
View file @
e015cf9d
为什么需要版本控制
Why version control?
===============
===============
=====
版本控制有两个最重要的好处,即
版本控制有两个最重要的好处,即
...
@@ -27,19 +27,19 @@
...
@@ -27,19 +27,19 @@
- 参考书《Pro Git (2nd Edition)》:https://git-scm.com/book/en/v2
- 参考书《Pro Git (2nd Edition)》:https://git-scm.com/book/en/v2
`git` 的基本使用
Basic usages
============
===
============
如何建库
Create a new project/repository
-------
-------
------------------------
在gitlab或者github页面中点击 `New Project` 即可在自己的账户下或者拥有权限的组织中新建代码库(repository)。
在gitlab或者github页面中点击 `New Project` 即可在自己的账户下或者拥有权限的组织中新建代码库(repository)。
克隆远程代码库到本地
Clone remote code
-----------------
-----------------
CSST
g
it
l
ab
CSST
G
it
L
ab
===========
===========
CSST 项目利用国家天文台的服务器提供了GitLab服务,网址为 https://csst-tb.bao.ac.cn/code/。
CSST 项目利用国家天文台的服务器提供了GitLab服务,网址为 https://csst-tb.bao.ac.cn/code/。
...
...
This diff is collapsed.
Click to expand it.
doc/source/index.rst
+
2
-
2
View file @
e015cf9d
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
contain the root `toctree` directive.
CSST
一级流水线原型
CSST
pipeline prototype
================
================
=======
.. meta::
.. meta::
:description lang=cn: Automate building, versioning, and hosting of your technical documentation continuously on Read the Docs.
:description lang=cn: Automate building, versioning, and hosting of your technical documentation continuously on Read the Docs.
...
...
This diff is collapsed.
Click to expand it.
doc/source/unittest.rst
+
3
-
3
View file @
e015cf9d
单元测试相关的
pac
a
kge
Useful
pack
a
ge
s
===============
====
===============
use
use
...
@@ -9,7 +9,7 @@ use
...
@@ -9,7 +9,7 @@ use
- `coverage`
- `coverage`
g
it
l
ab CI/CD pipeline
G
it
L
ab CI/CD pipeline
=====================
=====================
自动化流水线。
自动化流水线。
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets