File tree Expand file tree Collapse file tree 5 files changed +15
-23
lines changed Expand file tree Collapse file tree 5 files changed +15
-23
lines changed Original file line number Diff line number Diff line change
1
+ # Methodology for API design
2
+
3
+ TODO: describe approach used to construct the API.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
# -- Project information -----------------------------------------------------
19
19
20
20
project = 'Python dataframe API standard'
21
- copyright = '2022 , Consortium for Python Data API Standards'
21
+ copyright = '2021- , Consortium for Python Data API Standards'
22
22
author = 'Consortium for Python Data API Standards'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '2022.12 -DRAFT'
25
+ release = '2023.04 -DRAFT'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
Python dataframe API standard
2
2
=============================
3
3
4
+ .. note ::
5
+
6
+ This API standard is still a work in progress, and approaching "minimum
7
+ viable product" status, where it's becoming possible to write library code
8
+ against it that is dataframe-agnostic. Design discussions are
9
+ happening in `this repository <https://github.com/data-apis/dataframe-api >`__.
10
+ Participation there is very much welcome.
11
+
4
12
Contents
5
13
--------
6
14
@@ -21,9 +29,8 @@ Contents
21
29
API_specification/index
22
30
23
31
.. toctree ::
24
- :caption: Methodology and Usage
32
+ :caption: Methodology and Tooling
25
33
:maxdepth: 1
26
34
27
- usage_data
35
+ api_design_methodology
28
36
verification_test_suite
29
- benchmark_suite
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments