Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit dbc1d39

Browse files
author
Sean Hellum
authored
Merge the python and pandas guides (#649)
1 parent 390fe44 commit dbc1d39

File tree

4 files changed

+14
-29
lines changed

4 files changed

+14
-29
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
to = "/docs/config-docker/"
5454
status = 301
5555

56+
[[redirects]]
57+
from = "/docs/languages/pandas"
58+
to = "/docs/languages/python/#pandas"
59+
status = 301
60+
5661
[[redirects]]
5762
from = "/docs/41_Config_Gitpod_File"
5863
to = "/docs/config-gitpod-file/"

src/docs/frameworks/pandas.md

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

src/docs/languages/python.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,15 @@ To see a basic repository with Python debugging enabled, please check out [gitpo
152152

153153
<br>
154154

155+
## Pandas
156+
157+
Welcome data scientists! This part of the guide will show you how to configure Gitpod for Pandas development.
158+
159+
## Try Pandas in Gitpod
160+
161+
To see a minimal project with Pandas installed and configured, please check out [gitpod-io/Gitpod-Pandas](https://github.com/gitpod-io/Gitpod-Pandas):
162+
163+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/Gitpod-Pandas)
155164

156165
## Further Reading
157166

src/docs/menu.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ export const MENU: MenuEntry[] = [
156156
M(
157157
"Kotlin",
158158
"languages/kotlin"
159-
),
160-
M(
161-
"Pandas",
162-
"frameworks/pandas"
163159
)
164160
]
165161
),

0 commit comments

Comments
 (0)