Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Creating top-level development section, and moving pages inside #24691

Merged
merged 5 commits into from
Jan 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ A pull-request will be considered for merging when you have an all 'green' build
then you will get a red 'X', where you can click through to see the individual failed tests.
This is an example of a green build.

.. image:: _static/ci.png
.. image:: ../_static/ci.png

.. note::

Expand Down
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions doc/source/development/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{{ header }}

.. _development:

===========
Development
===========

.. toctree::
:maxdepth: 2

contributing
internals
extending
developer
File renamed without changes.
5 changes: 1 addition & 4 deletions doc/source/index.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ See the package overview for more detail about what's in the library.
{% if not single_doc -%}
What's New <whatsnew/v0.24.0>
install
contributing
overview
10min
tutorials
Expand Down Expand Up @@ -161,8 +160,6 @@ See the package overview for more detail about what's in the library.
api/index
{% endif -%}
{% if not single_doc -%}
developer
internals
extending
development/index
whatsnew/index
{% endif -%}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ignore = E402, # module level import not at top of file

exclude =
doc/source/basics.rst
doc/source/contributing_docstring.rst
doc/source/development/contributing_docstring.rst


[yapf]
Expand Down