-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some docs cleanup #194
Merged
Merged
Some docs cleanup #194
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
903844b
some docs cleanup after #165 and #177 landed
bollwyvl e1b2f09
linting
bollwyvl 8d09b05
[travis] use 3.8, 3.9-dev
bollwyvl b0f2312
pull back 3.9, still has weird pip error
bollwyvl e84e8a3
redirect some mork markdown through ipynb for links
bollwyvl a4c3afb
point 0.6.0 (unreleased) at 0.6.1
bollwyvl 7010aa9
some more url fixes
bollwyvl ab7041d
add pytest-check-links
bollwyvl 1afd55f
docs for link checking, only test internal links in CI
bollwyvl 3986b98
significant work on docs, renaming, server metadata
bollwyvl 1f7b5e0
linting
bollwyvl 95a21f9
fix some more links
bollwyvl e8a5e70
link checking
bollwyvl 3e5b397
link checking
bollwyvl dac6927
link checking
bollwyvl 9e8f408
clobber broken github link on search/genindex, sort prettierignore
bollwyvl 07d77b3
format notebooks
bollwyvl 1d11c82
also strip empty cells (didn't have any, apparently)
bollwyvl de13ae0
fix typo in docs ci
bollwyvl f900f7a
update some tested install docs, make github skipping less janky
bollwyvl 85e1f65
some more install work
bollwyvl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,33 @@ | ||
node_modules | ||
**/node_modules | ||
**/lib | ||
.eggs | ||
.mypy_cache | ||
.pytest_cache | ||
.yarn-packages | ||
**/.ipynb_checkpoints | ||
**/*.egg-info | ||
**/build | ||
**/dist | ||
**/lib | ||
**/node_modules | ||
**/package.json | ||
**/static | ||
jupyterlab/schemas | ||
jupyterlab/themes | ||
jupyterlab/geckodriver | ||
jupyterlab/staging/yarn.js | ||
jupyterlab/staging/index.js | ||
atest | ||
coverage | ||
dev_mode/index.js | ||
dev_mode/schemas | ||
dev_mode/static | ||
dev_mode/themes | ||
dev_mode/workspaces | ||
examples/app/build | ||
examples/app/themes | ||
examples/app/schemas | ||
tests/**/coverage | ||
docs/_build | ||
docs/_templates | ||
docs/api | ||
**/package.json | ||
.eggs | ||
envs | ||
.mypy_cache | ||
.pytest_cache | ||
**/.ipynb_checkpoints | ||
**/*.egg-info | ||
.yarn-packages | ||
atest | ||
coverage | ||
examples/app/build | ||
examples/app/schemas | ||
examples/app/themes | ||
jupyterlab/geckodriver | ||
jupyterlab/schemas | ||
jupyterlab/staging/index.js | ||
jupyterlab/staging/yarn.js | ||
jupyterlab/themes | ||
node_modules | ||
tests/**/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
This file has moved to [docs/LANGUAGESERVERS.md](./docs/LANGUAGESERVERS.md). | ||
This file has moved to [docs/LANGUAGESERVERS.md](./docs/Configuring.ipynb). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
./docs/Installation.ipynb
? Actually, I would probably prefer to have this go to the short version of the installation within README (we can shorten it) and then to have a link to the notebook from here.In the quick links we maybe could have something like:
Installation: [Basic](#installation) | [Full](notebook)
(but I am not full convinced)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, README.md needs to pretty much be standalone for the 80% case. Hopefully fixed now.