{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Link tests\n",
    "\n",
    "Neither of these works!\n",
    "\n",
    "## This is what I need to work!\n",
    "\n",
    "```{eval-rst}\n",
    ".. include:: external_link.rst\n",
    "\n",
    "I want to have a single source of external links.\n",
    "I was hoping `pypi`_ would work but it does not!\n",
    "\n",
    "```\n",
    "\n",
    "## This doesn't meet my needs but also does not work\n",
    "\n",
    "```{eval-rst}\n",
    ".. _pypi: https://pypi.org\n",
    "\n",
    "And even explicitly defining forming a link with `pypi`_ here does not work!\n",
    "```\n",
    "\n",
    "## This works but doesn't meet my requirements\n",
    "\n",
    "The link is in the text of the notebook which does not meet my requirements. Nuts.\n",
    "\n",
    "```{eval-rst}\n",
    "Finally, this `link <https://pypi.org>`_ works!\n",
    "```"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "# not important\n",
    "c = 1"
   ]
  }
 ],
 "metadata": {
  "language_info": {
   "name": "python"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 2
}
