Skip to content

Commit 9c94fdd

Browse files
authored
Move core-developers/ to core-team/ (#1593)
1 parent 12c4b0e commit 9c94fdd

20 files changed

+55
-48
lines changed

conf.py

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,21 @@
111111
# Advanced Tools was renamed Development Tools in gh-1149
112112
"advanced-tools/clang.rst": "development-tools/clang.rst",
113113
"advanced-tools/gdb.rst": "development-tools/gdb.rst",
114-
# Core Developers
115-
"coredev.rst": "core-developers/become-core-developer.rst",
116-
"committing.rst": "core-developers/committing.rst",
117-
"developers.rst": "core-developers/developer-log.rst",
118-
"experts.rst": "core-developers/experts.rst",
119-
"motivations.rst": "core-developers/motivations.rst",
114+
# Core team
115+
"coredev.rst": "core-team/join-team.rst",
116+
"committing.rst": "core-team/committing.rst",
117+
"developers.rst": "core-team/team-log.rst",
118+
"experts.rst": "core-team/experts.rst",
119+
"motivations.rst": "core-team/motivations.rst",
120+
# core-developers/ -> core-team/
121+
"core-developers/become-core-developer.rst": "core-team/join-team.rst",
122+
"core-developers/committing.rst": "core-team/committing.rst",
123+
"core-developers/developer-log.rst": "core-team/team-log.rst",
124+
"core-developers/experts.rst": "core-team/experts.rst",
125+
"core-developers/index.rst": "core-team/index.rst",
126+
"core-developers/memorialization.rst": "core-team/memorialization.rst",
127+
"core-developers/motivations.rst": "core-team/motivations.rst",
128+
"core-developers/responsibilities.rst": "core-team/responsibilities.rst",
120129
# Developer Workflow
121130
"c-api.rst": "developer-workflow/c-api.rst",
122131
"communication.rst": "developer-workflow/communication-channels.rst",

contrib/core-team/committing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
[This is the existing core developers :ref:`committing` page from the devguide. We'll
99
adjust "core developer" to "core team" where appropriate.]
1010

11-
.. include:: ../../core-developers/committing.rst
11+
.. include:: ../../core-team/committing.rst

contrib/core-team/developer-log.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

contrib/core-team/experts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
[This is the existing core developers :ref:`experts` page from the devguide. We'll
99
adjust "core developer" to "core team" where appropriate.]
1010

11-
.. include:: ../../core-developers/experts.rst
11+
.. include:: ../../core-team/experts.rst

contrib/core-team/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
|purpose|
66

77

8-
.. _c_coreteam:
8+
.. _c_core-team:
99

1010
=========
1111
Core team
1212
=========
1313

14-
[This is mostly re-organized from the :ref:`core-dev` section of the devguide,
14+
[This is mostly re-organized from the :ref:`core-team` section of the devguide,
1515
but with "core developer" language changed to "core team" where possible.]
1616

1717
.. toctree::
@@ -20,6 +20,6 @@ but with "core developer" language changed to "core team" where possible.]
2020
responsibilities
2121
committing
2222
experts
23-
developer-log
23+
team-log
2424
motivations
2525
join-team

contrib/core-team/join-team.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
|purpose|
66

77

8-
[This is the existing core developers :ref:`become-core-developer` page from the devguide with the title changed. We'll
8+
[This is the existing core developers :ref:`join-core-team` page from the devguide. We'll
99
adjust "core developer" to "core team" where appropriate.]
1010

11-
=========================
12-
How to join the core team
13-
=========================
14-
15-
.. include:: ../../core-developers/become-core-developer.rst
16-
:start-line: 7
11+
.. include:: ../../core-team/join-team.rst

contrib/core-team/motivations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
[This is the existing core developers :ref:`motivations` page from the devguide. We'll
99
adjust "core developer" to "core team" where appropriate.]
1010

11-
.. include:: ../../core-developers/motivations.rst
11+
.. include:: ../../core-team/motivations.rst

contrib/core-team/responsibilities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
[This is the existing core developers :ref:`responsibilities` page from the devguide. We'll
99
adjust "core developer" to "core team" where appropriate.]
1010

11-
.. include:: ../../core-developers/responsibilities.rst
11+
.. include:: ../../core-team/responsibilities.rst

contrib/core-team/team-log.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. important::
2+
3+
|draft|
4+
5+
|purpose|
6+
7+
8+
[This is the existing core team :ref:`team-log` page from the devguide. We'll
9+
adjust "core developer" to "core team" where appropriate.]
10+
11+
.. include:: ../../core-team/team-log.rst

contrib/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ major section at the top of each column.]*
9595
* :ref:`gh-faq`
9696
* :ref:`triage-team`
9797

98-
Core team members will find guidance in the :ref:`c_coreteam` section.
98+
Core team members will find guidance in the :ref:`c_core-team` section.
9999

100100
Contents
101101
========

0 commit comments

Comments
 (0)