{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {
    "nbsphinx": "hidden"
   },
   "source": [
    "This notebook is part of the `nbsphinx` documentation: http://nbsphinx.readthedocs.io/."
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# External Links"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**notebook_sphinxext.py**\n",
    "\n",
    "Notebooks can be included in `*.rst` files with a custom `notebook` directive.\n",
    "Uses `runipy` to execute notebooks and `nbconvert` to convert the result to HTML.\n",
    "\n",
    "No LaTeX support.\n",
    "\n",
    "https://github.com/ngoldbaum/RunNotebook\n",
    "\n",
    "https://bitbucket.org/yt_analysis/yt-doc/src/default/extensions/notebook_sphinxext.py\n",
    "\n",
    "https://github.com/matthew-brett/perrin-academy/blob/master/sphinxext/notebook_sphinxext.py\n",
    "\n",
    "https://github.com/ipython/nbconvert/pull/35"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**nb2plots**\n",
    "\n",
    "Notebook to reStructuredText converter which uses a modified version of the matplotlib `plot` directive.\n",
    "\n",
    "https://github.com/matthew-brett/nb2plots"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**brole**\n",
    "\n",
    "A Sphinx role for IPython notebooks\n",
    "\n",
    "https://github.com/matthew-brett/brole"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**Sphinx-Gallery**\n",
    "\n",
    "http://sphinx-gallery.readthedocs.io/"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**DocOnce**\n",
    "\n",
    "http://hplgit.github.io/doconce/doc/web/index.html"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**Converting Notebooks to reStructuredText**\n",
    "\n",
    "https://github.com/perrette/dimarray/blob/master/docs/scripts/nbconvert_to_rst.py\n",
    "\n",
    "https://gist.github.com/hadim/16e29b5848672e2e497c\n",
    "\n",
    "http://sphinx-ipynb.readthedocs.io/"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**Converting Notebooks to HTML for Blog Posts**\n",
    "\n",
    "http://dongweiming.github.io/divingintoipynb_nikola/posts/nbconvert.html\n",
    "\n",
    "https://github.com/getpelican/pelican-plugins/blob/master/liquid_tags/notebook.py"
   ]
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "**Further Posts and Issues**\n",
    "\n",
    "https://github.com/ipython/ipython/issues/4936\n",
    "\n",
    "https://mail.scipy.org/pipermail/ipython-user/2013-December/013490.html"
   ]
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "codemirror_mode": {
    "name": "ipython",
    "version": 3
   },
   "file_extension": ".py",
   "mimetype": "text/x-python",
   "name": "python",
   "nbconvert_exporter": "python",
   "pygments_lexer": "ipython3",
   "version": "3.5.1+"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 1
}
