Skip to content

Commit 99dee73

Browse files
authored
Clean up references to Gitpod (#18107)
1 parent 19d0f28 commit 99dee73

File tree

5 files changed

+0
-76
lines changed

5 files changed

+0
-76
lines changed

.gitpod.yml

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

.licenserc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ header:
2626
- '*.map.js'
2727
- '*.bundle.js'
2828
- '**/.*'
29-
- '.gitpod.yml'
3029
- 'binder/postBuild'
3130
- 'binder/start'
3231
- 'coverage'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/jupyterlab/jupyterlab/issues)
1919
[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue.svg)](https://discourse.jupyter.org/c/jupyterlab)
2020
[![Zulip](https://img.shields.io/badge/social_chat-zulip-blue.svg)](https://jupyter.zulipchat.com/#narrow/channel/469762-jupyterlab)
21-
[![Gitpod](https://img.shields.io/badge/gitpod_editor-open-blue.svg)](https://gitpod.io/#https://github.com/jupyterlab/jupyterlab)
2221

2322
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/HEAD?urlpath=lab/tree/demo)
2423

docs/source/developer/accessibility.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,6 @@ though your use of assistive tech or an accessibility accommodation will likely
216216
differ from someone who uses them regularly, knowing the results is helpful to
217217
tell if JupyterLab is behaving as you expect.
218218

219-
### GitPod
220-
221-
If you have a [GitPod](https://www.gitpod.io/) account and you have submitted
222-
a PR to JupyterLab, you can manually test it by copying the GitHub URL to your
223-
PR and concatenating it to `gitpod.io/#`, like so:
224-
225-
{samp}`https://gitpod.io/#https://github.com/jupyterlab/jupyterlab/pull/{your-pr-number}`
226-
227-
GitPod will build JupyterLab from source with your PR applied and set up a
228-
tunnel so that you can load the UI in your browser at localhost:8888.
229-
230219
## Useful tools for development
231220

232221
Here is a list of some apps that developers have found useful while doing
@@ -242,5 +231,4 @@ accessibility work in JupyterLab:
242231
built in (note it's not free but it does have a free trial)
243232
- [Axe Accessibility Linter](https://marketplace.visualstudio.com/items?itemName=deque-systems.vscode-axe-linter),
244233
extension for VS Code
245-
- GitPod: See the GitPod section under the Testing section above.
246234
- And of course, screen readers such as JAWS, NVDA, and VoiceOver.

docs/source/developer/contributing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ a local environment, directly from the Web browser:
282282
is suitable for contributing very small fixes,
283283
- more advanced [github.dev](https://docs.github.com/en/codespaces/the-githubdev-web-based-editor)
284284
editor can be accessed by pressing the dot (`.`) key while in the JupyterLab GitHub repository,
285-
- [Gitpod](https://www.gitpod.io/) integration is enabled,
286-
however it is not actively maintained,
287285
- [jupyterlab-playground](https://github.com/jupyterlab/jupyterlab-plugin-playground),
288286
allows to prototype JupyterLab extensions from within JupyterLab and
289287
can be run without installation in the browser using Binder.

0 commit comments

Comments
 (0)