Skip to content

Commit 46dc536

Browse files
committed
DOC: add developer section to the docs
1 parent 2ba7f5f commit 46dc536

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

doc/source/developer.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _developer:
2+
3+
.. currentmodule:: pandas
4+
5+
.. ipython:: python
6+
:suppress:
7+
8+
import numpy as np
9+
np.random.seed(123456)
10+
np.set_printoptions(precision=4, suppress=True)
11+
import pandas as pd
12+
pd.options.display.max_rows = 15
13+
14+
*********
15+
Developer
16+
*********
17+
18+
This section will focus on downstream applications of pandas.

doc/source/index.rst.template

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ See the package overview for more detail about what's in the library.
151151
api
152152
{% endif -%}
153153
{%if not single -%}
154+
developer
154155
internals
155156
release
156157
{% endif -%}

0 commit comments

Comments
 (0)