Skip to content

Commit

Permalink
Merge pull request #22117 from melissawm/user-guide-outline
Browse files Browse the repository at this point in the history
DOC: Reorganize user guide outline
  • Loading branch information
rgommers committed Aug 19, 2022
2 parents 831c04a + 31e1521 commit f04f803
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 32 deletions.
19 changes: 0 additions & 19 deletions doc/source/bugs.rst

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions doc/source/dev/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ The rest of the story
reviewer_guidelines
../benchmarking
NumPy C style guide <https://numpy.org/neps/nep-0045-c_style_guide.html>
depending_on_numpy
releasing
governance/index
howto-docs
Expand Down
6 changes: 5 additions & 1 deletion doc/source/dev/underthehood.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _underthehood:

===========================================
Under-the-hood Documentation for developers
Under-the-hood documentation for developers
===========================================

These documents are intended as a low-level look into NumPy; focused
Expand All @@ -13,3 +13,7 @@ towards developers.
internals
internals.code-explanations
alignment
../user/byteswapping
../user/basics.dispatch
../user/basics.subclassing

6 changes: 1 addition & 5 deletions doc/source/user/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ fundamental NumPy ideas and philosophy.
basics.io
basics.types
basics.broadcasting
basics.byteswapping
basics.copies
basics.rec
basics.dispatch
basics.subclassing
basics.ufuncs
basics.copies
basics.interoperability
File renamed without changes.
27 changes: 20 additions & 7 deletions doc/source/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,36 @@ This guide is an overview and explains the important features;
details are found in :ref:`reference`.

.. toctree::
:caption: Getting started
:maxdepth: 1

whatisnumpy
Installation <https://numpy.org/install/>
quickstart
absolute_beginners

.. toctree::
:caption: Fundamentals and usage
:maxdepth: 2

basics
misc

.. toctree::
:maxdepth: 1

numpy-for-matlab-users
building
c-info
NumPy Tutorials <https://numpy.org/numpy-tutorials/features.html>
howtos_index
depending_on_numpy

.. toctree::
:caption: Advanced usage and interoperability
:maxdepth: 1

building
c-info
../f2py/index
../dev/underthehood
basics.interoperability

.. Links to these files are placed directly in the top-level html
(doc/source/_templates/indexcontent.html, which appears for the URLs
Expand All @@ -32,10 +47,8 @@ details are found in :ref:`reference`.
.. toctree::
:hidden:
:caption: Extras

../f2py/index
../glossary
../dev/underthehood
../bugs
../release
../license
2 changes: 2 additions & 0 deletions doc/source/user/misc.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

*************
Miscellaneous
*************
Expand Down

0 comments on commit f04f803

Please sign in to comment.