Skip to content

Update tutorial links after big split #1950

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

Closed
blink1073 opened this issue Mar 18, 2017 · 2 comments · Fixed by #1953
Closed

Update tutorial links after big split #1950

blink1073 opened this issue Mar 18, 2017 · 2 comments · Fixed by #1953
Assignees
Labels
bug documentation status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@blink1073
Copy link
Contributor

The link check is failing in master, causing current PRs to fail:

+py.test --check-links -k .md .
============================= test session starts ==============================
platform linux -- Python 3.6.0, pytest-3.0.7, py-1.4.33, pluggy-0.4.0
rootdir: /home/travis/build/jupyterlab/jupyterlab, inifile: pytest.ini
plugins: check-links-0.1.0
collected 113 items 
CONTRIBUTING.md ..........
README.md .....................
RELEASE.md ..
design/about.md .
tutorial/adding_content.md .FF.
tutorial/documents.md ..........
tutorial/examples.md ..
tutorial/labextensions.md ..
tutorial/notebook.md ..................
tutorial/patterns.md ..
tutorial/plugins.md F.FFFFFFFFFF.
tutorial/repo.md .
tutorial/virtualdom.md ..
=================================== FAILURES ===================================
 /home/travis/build/jupyterlab/jupyterlab/tutorial/adding_content.md: https://github.com/jupyterlab/jupyterlab/blob/master/typings/ansi_up/ansi_up.d.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/typings/ansi_up/ansi_up.d.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/adding_content.md: https://github.com/jupyterlab/jupyterlab/blob/master/typings/xterm/xterm.d.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/typings/xterm/xterm.d.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/tree/master/examples/lab 
https://github.com/jupyterlab/jupyterlab/tree/master/examples/lab: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/terminal-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/terminal-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/shortcuts-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/shortcuts-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/imagewidget-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/imagewidget-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/help-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/help-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/filebrowser-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/filebrowser-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/editorwidget-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/editorwidget-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/console-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/console-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/services-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/services-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/rendermime-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/rendermime-extension/index.ts: HTTP Error 404: Not Found
 /home/travis/build/jupyterlab/jupyterlab/tutorial/plugins.md: https://github.com/jupyterlab/jupyterlab/blob/master/src/docregistry-extension/index.ts 
https://github.com/jupyterlab/jupyterlab/blob/master/src/docregistry-extension/index.ts: HTTP Error 404: Not Found
============================= 25 tests deselected ==============================
============= 13 failed, 75 passed, 25 deselected in 8.35 seconds ==============
@blink1073 blink1073 added this to the Beta milestone Mar 18, 2017
@blink1073
Copy link
Contributor Author

Most likely the links will need to be removed since we lost our API docs build temporarily, pending support in TypeDoc.

@blink1073
Copy link
Contributor Author

cf TypeStrong/typedoc#449

@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 10, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug documentation status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants