We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba7f5f commit 46dc536Copy full SHA for 46dc536
doc/source/developer.rst
@@ -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
@@ -151,6 +151,7 @@ See the package overview for more detail about what's in the library.
151
api
152
{% endif -%}
153
{%if not single -%}
154
+ developer
155
internals
156
release
157
0 commit comments