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

use English titles

parent c5f5cf36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ More specifically,
Numpydoc style, conf https://numpydoc.readthedocs.io/en/latest/format.html


标记语言
=======
Markup language
===============

标记语言(Markup language) 可以分为三类

+8 −8
Original line number Diff line number Diff line
为什么需要版本控制
===============
Why version control?
====================

版本控制有两个最重要的好处,即

@@ -27,19 +27,19 @@
    - 参考书《Pro Git (2nd Edition)》:https://git-scm.com/book/en/v2


`git` 的基本使用
===============
Basic usages
============

如何建库
-------
Create a new project/repository
-------------------------------
在gitlab或者github页面中点击 `New Project` 即可在自己的账户下或者拥有权限的组织中新建代码库(repository)。


克隆远程代码库到本地
Clone remote code
-----------------


CSST gitlab
CSST GitLab
===========
CSST 项目利用国家天文台的服务器提供了GitLab服务,网址为 https://csst-tb.bao.ac.cn/code/。

+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一级流水线原型
================
CSST pipeline prototype
=======================

.. meta::
   :description lang=cn: Automate building, versioning, and hosting of your technical documentation continuously on Read the Docs.
+3 −3
Original line number Diff line number Diff line
单元测试相关的pacakge
===================
Useful packages
===============

use

@@ -9,7 +9,7 @@ use
- `coverage`


gitlab CI/CD pipeline
GitLab CI/CD pipeline
=====================

自动化流水线。