Skip to content

Commit e0bc90a

Browse files
authored
Contrib guide: more restructuring (#1461)
* contrib guide: more restructuring * review comment fixes * table tweaks
1 parent 1d6cc2f commit e0bc90a

File tree

17 files changed

+147
-21
lines changed

17 files changed

+147
-21
lines changed

_static/devguide_overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,9 @@
9494
font-size: var(--font-size--small--2);
9595
padding: .1em .2em;
9696
}
97+
98+
/* Table cells should always top-align */
99+
100+
table.docutils td {
101+
vertical-align: top;
102+
}

contrib/code/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _c_code:
2+
13
==================
24
Code contributions
35
==================
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-developers/committing.rst

contrib/project/core-team/developer-log.rst renamed to contrib/core-team/developer-log.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:`developer-log` page from the devguide. We'll
99
adjust "core developer" to "core team" where appropriate.]
1010

11-
.. include:: ../../../core-developers/developer-log.rst
11+
.. include:: ../../core-developers/developer-log.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-developers/experts.rst
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ adjust "core developer" to "core team" where appropriate.]
1212
How to join the core team
1313
=========================
1414

15-
.. include:: ../../../core-developers/become-core-developer.rst
15+
.. include:: ../../core-developers/become-core-developer.rst
1616
:start-line: 7
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-developers/motivations.rst

contrib/project/core-team/responsibilities.rst renamed to 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-developers/responsibilities.rst

contrib/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _c_docs:
2+
13
===========================
24
Documentation contributions
35
===========================

0 commit comments

Comments
 (0)