Skip to content
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