Skip to content

Commit

Permalink
Mod instead of ref?
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfreder committed Jun 5, 2015
1 parent 2cb8a3d commit f1ba9fb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@ Jupyter
User Interfaces
---------------

Notebook (:ref:`Documentation <notebook:index>`) (`GitHub Repo <https://github.com/jupyter/notebook>`_) (`Gitter Chat Room <https://github.com/jupyter/notebook>`_)
Notebook (:mod:`Documentation <notebook:index>`) (`GitHub Repo <https://github.com/jupyter/notebook>`_) (`Gitter Chat Room <https://github.com/jupyter/notebook>`_)

Console (`GitHub Repo <https://github.com/jupyter/jupyter_console>`_) (`Gitter Chat Room <https://github.com/jupyter/jupyter_console>`_)

QtConsole (:ref:`Documentation <qtconsole:index>`) (`GitHub Repo <https://github.com/jupyter/qtconsole>`_) (`Gitter Chat Room <https://github.com/jupyter/qtconsole>`_)
QtConsole (:mod:`Documentation <qtconsole:index>`) (`GitHub Repo <https://github.com/jupyter/qtconsole>`_) (`Gitter Chat Room <https://github.com/jupyter/qtconsole>`_)

Kernels
-------
Python (:ref:`Documentation <ipython:index>`) (`GitHub Repo <https://github.com/ipython/ipython>`_) (`Gitter Chat Room <https://github.com/ipython/ipython>`_)
Python (:mod:`Documentation <ipython:index>`) (`GitHub Repo <https://github.com/ipython/ipython>`_) (`Gitter Chat Room <https://github.com/ipython/ipython>`_)

Traitlets (:ref:`Documentation <traitlets:index>`) (`GitHub Repo <https://github.com/ipython/traitlets>`_) (`Gitter Chat Room <https://github.com/ipython/traitlets>`_)
Traitlets (:mod:`Documentation <traitlets:index>`) (`GitHub Repo <https://github.com/ipython/traitlets>`_) (`Gitter Chat Room <https://github.com/ipython/traitlets>`_)

Parallel Computing (:ref:`Documentation <ipyparallel:index>`) (`GitHub Repo <https://github.com/ipython/ipyparallel>`_) (`Gitter Chat Room <https://github.com/ipython/ipyparallel>`_)
Parallel Computing (:mod:`Documentation <ipyparallel:index>`) (`GitHub Repo <https://github.com/ipython/ipyparallel>`_) (`Gitter Chat Room <https://github.com/ipython/ipyparallel>`_)

Interactive Widgets (:ref:`Documentation <ipywidgets:index>`) (`GitHub Repo <https://github.com/ipython/ipywidgets>`_) (`Gitter Chat Room <https://github.com/ipython/ipywidgets>`_)
Interactive Widgets (:mod:`Documentation <ipywidgets:index>`) (`GitHub Repo <https://github.com/ipython/ipywidgets>`_) (`Gitter Chat Room <https://github.com/ipython/ipywidgets>`_)

(`Other <https://github.com/ipython/ipython/wiki/IPython-kernels-for-other-languages>`_)

Working with Notebooks
----------------------
nbconvert (:ref:`Documentation <nbconvert:index>`) (`GitHub Repo <https://github.com/jupyter/nbconvert>`_) (`Gitter Chat Room <https://github.com/jupyter/nbconvert>`_)
nbconvert (:mod:`Documentation <nbconvert:index>`) (`GitHub Repo <https://github.com/jupyter/nbconvert>`_) (`Gitter Chat Room <https://github.com/jupyter/nbconvert>`_)

nbformat (:ref:`Documentation <nbformat:index>`) (`GitHub Repo <https://github.com/jupyter/nbformat>`_) (`Gitter Chat Room <https://github.com/jupyter/nbformat>`_)
nbformat (:mod:`Documentation <nbformat:index>`) (`GitHub Repo <https://github.com/jupyter/nbformat>`_) (`Gitter Chat Room <https://github.com/jupyter/nbformat>`_)

Education
---------
nbgrader (:ref:`Documentation <nbgrader:index>`) (`GitHub Repo <https://github.com/jupyter/nbgrader>`_) (`Gitter Chat Room <https://github.com/jupyter/nbgrader>`_)
nbgrader (:mod:`Documentation <nbgrader:index>`) (`GitHub Repo <https://github.com/jupyter/nbgrader>`_) (`Gitter Chat Room <https://github.com/jupyter/nbgrader>`_)

Deployment
----------
Expand All @@ -49,7 +49,7 @@ tmpnb-deploy (`GitHub Repo <https://github.com/jupyter/tmpnb-deploy>`_)

Developer
---------
jupyter_client (:ref:`Documentation <jupyter_client:index>`) (`GitHub Repo <https://github.com/jupyter/jupyter_client>`_) (`Gitter Chat Room <https://github.com/jupyter/jupyter_client>`_)
jupyter_client (:mod:`Documentation <jupyter_client:index>`) (`GitHub Repo <https://github.com/jupyter/jupyter_client>`_) (`Gitter Chat Room <https://github.com/jupyter/jupyter_client>`_)

jupyter_core (`GitHub Repo <https://github.com/jupyter/jupyter_core>`_)

Expand Down

0 comments on commit f1ba9fb

Please sign in to comment.