Skip to content

Commit 14eac28

Browse files
DOC: Creating top-level development section, and moving pages inside (#24691)
1 parent 8972ddf commit 14eac28

8 files changed

+18
-6
lines changed

doc/source/contributing.rst renamed to doc/source/development/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ A pull-request will be considered for merging when you have an all 'green' build
698698
then you will get a red 'X', where you can click through to see the individual failed tests.
699699
This is an example of a green build.
700700

701-
.. image:: _static/ci.png
701+
.. image:: ../_static/ci.png
702702

703703
.. note::
704704

File renamed without changes.
File renamed without changes.

doc/source/development/index.rst

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{{ header }}
2+
3+
.. _development:
4+
5+
===========
6+
Development
7+
===========
8+
9+
.. toctree::
10+
:maxdepth: 2
11+
12+
contributing
13+
internals
14+
extending
15+
developer
File renamed without changes.

doc/source/index.rst.template

+1-4
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ See the package overview for more detail about what's in the library.
124124
{% if not single_doc -%}
125125
What's New <whatsnew/v0.24.0>
126126
install
127-
contributing
128127
overview
129128
10min
130129
tutorials
@@ -143,8 +142,6 @@ See the package overview for more detail about what's in the library.
143142
api/index
144143
{% endif -%}
145144
{% if not single_doc -%}
146-
developer
147-
internals
148-
extending
145+
development/index
149146
whatsnew/index
150147
{% endif -%}

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ignore = E402, # module level import not at top of file
4747

4848
exclude =
4949
doc/source/basics.rst
50-
doc/source/contributing_docstring.rst
50+
doc/source/development/contributing_docstring.rst
5151

5252

5353
[yapf]

0 commit comments

Comments
 (0)