Skip to content

Commit b583ecd

Browse files
DOC: Creating top-level getting started section, and moving pages inside
1 parent caf462c commit b583ecd

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/source/getting_started/index.rst

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{{ header }}
2+
3+
.. _getting_started:
4+
5+
===============
6+
Getting started
7+
===============
8+
9+
.. toctree::
10+
:maxdepth: 2
11+
12+
overview
13+
10min
14+
basics
15+
dsintro
16+
tutorials

doc/source/overview.rst renamed to doc/source/getting_started/overview.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ The information about current institutional partners can be found on `pandas web
119119
License
120120
-------
121121

122-
.. literalinclude:: ../../LICENSE
122+
.. literalinclude:: ../../../LICENSE
123123

File renamed without changes.

doc/source/index.rst.template

+1-5
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,9 @@ 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+
getting_started/index
127128
contributing
128-
overview
129-
10min
130-
tutorials
131129
cookbook
132-
dsintro
133-
basics
134130
text
135131
options
136132
indexing

0 commit comments

Comments
 (0)