From b0f2327ff2ff2320749e5a02bc9c1a59c9869e1e Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Fri, 7 Oct 2022 17:15:39 +0800 Subject: [PATCH] tweaks --- doc/source/conf.py | 6 +++--- doc/source/git.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 8201a18..4094d3a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,9 +17,9 @@ # -- Project information ----------------------------------------------------- -project = 'csst_proto' -copyright = '2022, CSST Team' -author = 'CSST Team' +project = 'Guides for CSST DAS Developers' +copyright = '2022, CSST DAS Team' +author = 'CSST DAS Team' # The full version, including alpha/beta/rc tags release = '0.0.1' diff --git a/doc/source/git.rst b/doc/source/git.rst index ad9edef..2abb952 100644 --- a/doc/source/git.rst +++ b/doc/source/git.rst @@ -19,7 +19,7 @@ which provides several advantages. `git` is probably the most widely used version control system presently. - official website: https://git-scm.com/ - - **Pro Git** (2nd Edition):https://git-scm.com/book/en/v2 + - **Pro Git** (2nd Ed.): https://git-scm.com/book/en/v2 CSST DAS GitLab --------------- -- GitLab