Skip to content

Commit

Permalink
Update the links to subproject documentation (#596)
Browse files Browse the repository at this point in the history
* Update the links to subproject documentation

* Collapse spawners and authenticators, add nativeauthenticator and Kubernetes spawner,

* Add LTI

* https everwhere, highlight most important specification links

* Cut "specification" word

* Trim `nbformat` as API description
  • Loading branch information
krassowski committed Dec 29, 2021
1 parent 04cce2a commit 6dd4678
Showing 1 changed file with 34 additions and 37 deletions.
71 changes: 34 additions & 37 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,74 +60,71 @@ Below is a list of documentation for major parts of the Jupyter ecosystem.
User Interfaces
^^^^^^
* [JupyterLab](https://github.com/jupyterlab/jupyterlab)
* [Jupyter Notebook](http://jupyter-notebook.readthedocs.io/en/latest/)
* [Jupyter console](http://jupyter_console.readthedocs.io/en/latest)
* [Jupyter Notebook](https://jupyter-notebook.readthedocs.io/en/latest/)
* [nbclassic](https://github.com/jupyterlab/nbclassic)
* [Jupyter Console](https://jupyter_console.readthedocs.io/en/latest)
* [Qt console](https://qtconsole.readthedocs.io/en/stable)
* [Voilà](https://voila.readthedocs.io/)
---
JupyterHub
^^^^^^
* [JupyterHub](http://jupyterhub.readthedocs.io/en/latest)
* [configurable HTTP proxy](https://github.com/jupyter/configurable-http-proxy)
* [dockerspawner](https://github.com/jupyter/dockerspawner)
* [ldapauthenticator](https://github.com/jupyter/ldapauthenticator)
* [oauthenticator](https://github.com/jupyter/oauthenticator)
* [sudospawner](https://github.com/jupyter/sudospawner)
* [JupyterHub](https://jupyterhub.readthedocs.io/en/latest)
* [Configurable HTTP proxy](https://github.com/jupyterhub/configurable-http-proxy)
* Authenticators: [LDAP](https://github.com/jupyterhub/ldapauthenticator), [OAuth](https://oauthenticator.readthedocs.io/en/latest/), [Native](https://native-authenticator.readthedocs.io/en/latest/), [LTI](https://ltiauthenticator.readthedocs.io/en/latest/)
* Spawners: [sudo](https://github.com/jupyterhub/sudospawner), [Docker](https://jupyterhub-dockerspawner.readthedocs.io/en/latest/), [Kubernetes](https://jupyterhub-kubespawner.readthedocs.io/en/latest/)
* [Zero to JupyterHub](https://zero-to-jupyterhub.readthedocs.io/en/latest/)
* [All JupyterHub Projects...](https://github.com/jupyterhub)
---
Education
Working with Notebooks
^^^^^^
* [nbgrader](http://nbgrader.readthedocs.io/en/latest)
---
Execution
^^^^^^
* [nbclient](http://nbclient.readthedocs.io/en/latest)
---
Conversion and Formatting
^^^^^^
* [nbconvert](http://nbconvert.readthedocs.io/en/latest)
* [nbformat](http://nbformat.readthedocs.io/en/latest)
* [nbclient](https://nbclient.readthedocs.io/en/latest/) - execution
* [nbconvert](https://nbconvert.readthedocs.io/en/latest/) - conversion
* [nbviewer](https://github.com/jupyter/nbviewer/) - viewing
* [nbdime](https://nbdime.readthedocs.io/) - comparing and merging
* [nbgrader](https://nbgrader.readthedocs.io/en/latest/) - grading
* [nbformat](https://nbformat.readthedocs.io/en/latest/) - modification and validation
---
Kernels
^^^^^^
* [IPython](https://ipython.readthedocs.io/en/stable)
* [IPython](https://ipython.readthedocs.io/en/stable/)
* [IRkernel](https://irkernel.github.io)
* [IJulia](https://github.com/JuliaLang/IJulia.jl)
* [Community maintained kernels](https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages)
* [Xeus kernels](https://xeus.readthedocs.io/en/latest/)
* [Community maintained kernels](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels)
---
IPython
^^^^^^
* [IPython](http://ipython.readthedocs.io/en/stable)
* [ipykernel](https://ipython.readthedocs.io/en/stable)
* [ipyparallel](https://ipyparallel.readthedocs.io/en/latest)
* [IPython](https://ipython.readthedocs.io/en/stable/)
* [ipykernel](https://ipython.readthedocs.io/en/stable/)
* [ipyparallel](https://ipyparallel.readthedocs.io/en/latest/)
* [traitlets](https://traitlets.readthedocs.io/en/stable/)
---
Architecture
Architecture and Specification
^^^^^^
* [jupyter_client](http://jupyter-client.readthedocs.io/en/latest)
* [jupyter_core](http://jupyter-core.readthedocs.io/en/latest)
* [jupyter_server](https://jupyter-server.readthedocs.io/)
* [nbformat](https://nbformat.readthedocs.io/en/latest/api.html) - Jupyter Notebook Format
* [jupyter-client](https://jupyter-client.readthedocs.io/en/latest/) - Jupyter Messaging Protocol
* [jupyter-core](https://jupyter-core.readthedocs.io/en/latest/)
* [jupyter-server](https://jupyter-server.readthedocs.io/)
* [jupyterlab-server](https://jupyterlab-server.readthedocs.io/en/stable/)
---
Deployment
^^^^^^
* [docker-stacks](https://github.com/jupyter/docker-stacks)
* [jupyter-sphinx-theme](https://github.com/jupyter/jupyter-sphinx-theme)
* [kernel_gateway](http://jupyter-kernel-gateway.readthedocs.io/en/latest)
* [nbviewer](https://github.com/jupyter/nbviewer)
* [tmpnb](https://github.com/jupyter/tmpnb)
* [traitlets](http://traitlets.readthedocs.io/en/stable)
* [Docker Stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
* [Kernel Gateway](https://jupyter-kernel-gateway.readthedocs.io/en/latest/)
* [Enterprise Gateway](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/)
---
Widgets
^^^^^^
* [ipywidgets](https://ipywidgets.readthedocs.io/)
* [widget-cookiecutter](https://github.com/jupyter-widgets/widget-cookiecutter/)
* [All Widget Projects...](https://github.com/jupyter-widgets)
```

Expand Down Expand Up @@ -191,7 +188,7 @@ reference/content-reference
[jupyter/help repo](https://github.com/jupyter/help), Start here for help and support questions
[Jupyter mailing list](https://groups.google.com/forum/#!forum/jupyter), General discussion of Jupyter's use
[Jupyter in Education group](https://groups.google.com/forum/#!forum/jupyter-education), Discussion of Jupyter's use in education
[NumFocus](http://www.numfocus.org), "Promotes world-class, innovative, open source scientific software"
[NumFocus](https://www.numfocus.org), "Promotes world-class, innovative, open source scientific software"
[Donate to Project Jupyter](https://numfocus.salsalabs.org/donate-to-jupyter/index.html), Please contribute to open science collaboration and sustainability
```

Expand Down

0 comments on commit 6dd4678

Please sign in to comment.