Skip to content

Commit 26ca8b2

Browse files
committed
Update front page and sections
1 parent ef99169 commit 26ca8b2

File tree

5 files changed

+15
-23
lines changed

5 files changed

+15
-23
lines changed

spec/api_design_methodology.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Methodology for API design
2+
3+
TODO: describe approach used to construct the API.

spec/benchmark_suite.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

spec/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'Python dataframe API standard'
21-
copyright = '2022, Consortium for Python Data API Standards'
21+
copyright = '2021-, Consortium for Python Data API Standards'
2222
author = 'Consortium for Python Data API Standards'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2022.12-DRAFT'
25+
release = '2023.04-DRAFT'
2626

2727

2828
# -- General configuration ---------------------------------------------------

spec/index.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Python dataframe API standard
22
=============================
33

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+
412
Contents
513
--------
614

@@ -21,9 +29,8 @@ Contents
2129
API_specification/index
2230

2331
.. toctree::
24-
:caption: Methodology and Usage
32+
:caption: Methodology and Tooling
2533
:maxdepth: 1
2634

27-
usage_data
35+
api_design_methodology
2836
verification_test_suite
29-
benchmark_suite

spec/usage_data.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)