Skip to content

Commit ee00dc7

Browse files
committed
DOC: created advanced indexing section
DOC: add internals section (GH4082)
1 parent 1a2885f commit ee00dc7

20 files changed

+982
-1035
lines changed

doc/source/10min.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Selection
166166
recommend the optimized pandas data access methods, ``.at``, ``.iat``,
167167
``.loc``, ``.iloc`` and ``.ix``.
168168

169-
See the :ref:`Indexing section <indexing>` and below.
169+
See the indexing documentation :ref:`Indexing and Selecing Data <indexing>` and :ref:`MultiIndex / Advanced Indexing <advanced>`
170170

171171
Getting
172172
~~~~~~~
@@ -529,7 +529,7 @@ the function.
529529
Reshaping
530530
---------
531531

532-
See the sections on :ref:`Hierarchical Indexing <indexing.hierarchical>` and
532+
See the sections on :ref:`Hierarchical Indexing <advanced.hierarchical>` and
533533
:ref:`Reshaping <reshaping.stacking>`.
534534

535535
Stack

0 commit comments

Comments
 (0)