Skip to content

Commit 393fc25

Browse files
committed
docs: correct instructions and links
1 parent 73d66ce commit 393fc25

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,6 @@ Extensions: Show Recommended Extensions
4141

4242
Then install all the extensions listed under "Workspace Recommendations".
4343

44-
#### Configure access to @deepnote/blocks package
45-
46-
The `@deepnote/blocks` package is published on GitHub Packages. To install it, you'll need to authenticate with GitHub:
47-
48-
1. Create a GitHub Personal Access Token (classic) with `read:packages` scope:
49-
50-
- Go to https://github.com/settings/tokens
51-
- Click "Generate new token (classic)"
52-
- Select the `read:packages` scope
53-
- Generate and copy the token
54-
55-
2. Add the token to your global `.npmrc` file:
56-
```shell
57-
echo "//npm.pkg.github.com/:_authToken=YOUR_TOKEN_HERE" >> ~/.npmrc
58-
```
59-
Replace `YOUR_TOKEN_HERE` with your actual token.
60-
61-
After completing these steps, you can install dependencies normally with `npm install`. The project's `.npmrc` file is already configured to use GitHub Packages for the `@deepnote` scope.
62-
6344
On Apple Silicon, you will have to use system versions of `libsodium` and `libzmq` instead of the bundled ones:
6445

6546
```shell
@@ -345,10 +326,6 @@ smoothly, but it allows you to help out by noticing when a step is
345326
missed or to learn in case someday you become a project maintainer as
346327
well!
347328

348-
### Folder structure
349-
350-
At a high level we have a bunch of folders. Each high level is described in this wiki [page](https://github.com/deepnote/vscode-deepnote/wiki/Source-Code-Organization)
351-
352329
### Typical workflow
353330

354331
Here's an example of a typical workflow:
@@ -364,12 +341,12 @@ Here's an example of a typical workflow:
364341
1. Test with [`Extension`](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L6) launch task
365342
1. Repeat until works in normal extension
366343
1. Test with [`Extension (web)`](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L34) launch task
367-
1. Run [jupyter notebook server](https://github.com/deepnote/vscode-deepnote/wiki/Connecting-to-a-remote-Jupyter-server-from-vscode.dev) to use in web testing
344+
1. Run [jupyter notebook server](https://github.com/microsoft/vscode-jupyter/wiki/Connecting-to-a-remote-Jupyter-server-from-vscode.dev-or-github.dev) to use in web testing
368345
1. Repeat until works in web extension
369346
1. Write integration tests and [run](https://github.com/deepnote/vscode-deepnote/blob/29c4be79f64df1858692321b43c3079bb77bdd69/.vscode/launch.json#L216) locally.
370347
1. Submit PR
371348
1. Check PR output to make sure tests don't fail.
372-
1. Debug [CI test failures](https://github.com/deepnote/vscode-deepnote/wiki/Tests)
349+
1. Debug [CI test failures](https://github.com/microsoft/vscode-jupyter/wiki/tests)
373350

374351
### Helping others
375352

0 commit comments

Comments
 (0)