Skip to content

Commit 0b413ca

Browse files
committed
Re-org the Team section
These are pages mostly about the DM subsystem itself, of an intro nature: - Onboarding - Code of Conduct - DRP team page Add team/index.rst to cover the /team/ URL. Also update links from other pages.
1 parent 07f67c1 commit 0b413ca

File tree

9 files changed

+46
-15
lines changed

9 files changed

+46
-15
lines changed

build-ci/jenkins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Logging in
1111

1212
Log into Jenkins by visiting https://ci.lsst.codes and authenticate with your GitHub credentials.
1313
Any member of the `lsst`_, `lsst-dm`_, or `lsst-sqre`_ GitHub organizations is authorized to use https://ci.lsst.codes.
14-
See the :doc:`../getting-started/onboarding` for more information.
14+
See the :doc:`/team/onboarding` for more information.
1515

1616
Using the Jenkins dashboard
1717
===========================

index.rst

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,42 @@ This Guide will help you in contributing to the DM development effort.
1515
DM Developers can make this guide better by contributing to the https://github.com/lsst-dm/dm_dev_guide repo.
1616
The `README <https://github.com/lsst-dm/dm_dev_guide/blob/master/README.md>`__ will get you started.
1717

18+
.. TEAM SECTION ==============================================================
19+
20+
.. Hidden toctree to manage the sidebar navigation. Match the contents list below.
21+
1822
.. toctree::
1923
:maxdepth: 1
20-
:caption: Getting Started
21-
:name: part-getting-started
24+
:caption: Team
25+
:hidden:
26+
27+
team/onboarding.rst
28+
team/code-of-conduct.rst
29+
team/drp.rst
30+
31+
.. Table of contents published on the homepage.
32+
.. Mirror changes here to team/index.rst (temporary workflow)
33+
34+
.. _part-team:
35+
36+
Team
37+
====
38+
39+
Basic information about the LSST Data Management Subsystem and teams.
40+
Learn about the Data Management Subsystem in :ldm:`294`.
2241

23-
getting-started/onboarding.rst
42+
- :doc:`team/onboarding`
43+
- :doc:`team/code-of-conduct`
44+
45+
Team-specific pages:
46+
47+
- :doc:`team/drp`
2448

2549
.. toctree::
2650
:maxdepth: 1
2751
:caption: Processes
2852
:name: part-processes
2953

30-
processes/code_of_conduct.rst
3154
processes/workflow.rst
3255
processes/decision_process.rst
3356
processes/transferring_code.rst
@@ -116,10 +139,3 @@ The `README <https://github.com/lsst-dm/dm_dev_guide/blob/master/README.md>`__ w
116139
services/ncsa_bulk_transfer.rst
117140
services/nebula/index.rst
118141
services/orchestration/index.rst
119-
120-
.. toctree::
121-
:maxdepth: 1
122-
:caption: Team Specific Information
123-
:name: part-teams
124-
125-
teams/drp.rst

services/lsst-db.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Using the lsst-dev-db Server
55
``lsst-dev-db`` is the development MySQL database server run by NCSA for LSST DM development work.
66
The CNAMEs ``lsst-db.ncsa.illinois.edu`` and ``lsst10.ncsa.illinois.edu`` direct to ``lsst-dev-db.ncsa.illinois.edu`` to support historical usage of those hostnames.
77

8-
To get an account, see the :doc:`Onboarding Checklist </getting-started/onboarding>`.
8+
To get an account, see the :doc:`Onboarding Checklist </team/onboarding>`.
99

1010
This page is designed to assist developers in their work with ``lsst-dev-db``:
1111

services/lsst-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Using the lsst-dev Server
55
``lsst-dev`` is the development server/cluster of servers run by NCSA for LSST DM development work.
66
The cname ``lsst-dev.ncsa.illinois.edu`` directs to ``lsst-dev01.ncsa.illinois.edu`` and this system serves as the primary development server for the team.
77

8-
To get an account, see the :doc:`Onboarding Checklist </getting-started/onboarding>`.
8+
To get an account, see the :doc:`Onboarding Checklist </team/onboarding>`.
99

1010
This page is designed to assist developers in their work on ``lsst-dev01``:
1111

services/verification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Using the Verification Cluster
44

55
The ``Verification Cluster`` is a cluster of servers run by NCSA for LSST DM development work.
66

7-
To get an account, see the :doc:`Onboarding Checklist </getting-started/onboarding>`.
7+
To get an account, see the :doc:`Onboarding Checklist </team/onboarding>`.
88

99
This page is designed help you get started on the ``Verification Cluster``:
1010

File renamed without changes.
File renamed without changes.

team/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:orphan:
2+
3+
####
4+
Team
5+
####
6+
7+
Basic information about the LSST Data Management Subsystem and teams.
8+
Learn about the Data Management Subsystem in :ldm:`294`.
9+
10+
- :doc:`onboarding`
11+
- :doc:`code-of-conduct`
12+
13+
Team-specific pages:
14+
15+
- :doc:`drp`
File renamed without changes.

0 commit comments

Comments
 (0)