diff --git a/doc/source/conf.py b/doc/source/conf.py index 8201a18d583a17d5dcb8fb336b9412287565089a..4094d3afbf8366e08033218f45c5f3923f26d604 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 ad9edef217c70f5d1efaa3479d45eed4f45f28fa..2abb952ddae7c87cc6346346b61ac15d6a81d669 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 ---------------