Skip to content

Commit 2c858dd

Browse files
link to dataframe-api on front page (#20)
* link to dataframe-api on front page * Add link to blog post about the RFC for the dataframe API standard --------- Co-authored-by: Ralf Gommers <[email protected]>
1 parent 7da9f9b commit 2c858dd

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: config.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ relativeURLs = true
2121

2222
[[menu.main]]
2323
name = "Blog"
24-
weight = -100
24+
weight = -60
2525
url = "/blog/"
2626

2727
[[menu.main]]
2828
name = "Array API"
2929
weight = -100
3030
url = "https://data-apis.org/array-api/latest/"
3131

32+
[[menu.main]]
33+
name = "DataFrame API"
34+
weight = -90
35+
url = "https://data-apis.org/dataframe-api/draft/"
36+
3237
[[menu.main]]
3338
name = "Annual reports"
3439
weight = -50

Diff for: layouts/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ <h1>{{.Title}}</h1>
99
</div>
1010
<div id="action-buttons">
1111
<a class="button primary big" href="https://github.com/data-apis/consortium-feedback">Feedback</a> <a class="button outline big" href="https://github.com/data-apis" >View on Github</a>
12-
<p>Read our <a href="/blog/announcing_the_consortium/">announcement</a> and
13-
<a href="/blog/array_api_v2022_release/">2022 array API release</a>
12+
<p>Read our <a href="/blog/announcing_the_consortium/">announcement</a>,
13+
<a href="/blog/array_api_v2022_release/">2022 array API standard release</a> and
14+
<a href="/blog/dataframe_standard_rfc/">dataframe API standard RFC</a>
1415
blog posts and tell us what you think!
1516
</p>
1617
</div>

0 commit comments

Comments
 (0)