Skip to content

Commit

Permalink
Tidy up tutorial preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Nov 3, 2018
1 parent 2c6aa0d commit 063f39d
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions doc/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,49 +28,6 @@
"and a link to our chat room, where you can ask questions about Thunor."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## A note about online documentation\n",
"\n",
"This documentation is available [online](https://core.thunor.net) or by\n",
"building it locally. Unforunately, there is [a known issue](https://github.com/rtfd/sphinx_rtd_theme/pull/545)\n",
"that sometimes prevents some of the plots below from displaying online. We're\n",
"awaiting a fix from our documentation host, readthedocs. In the meantime,\n",
"please try refreshing the page, or you can [build the documentation locally as described in the README](https://github.com/alubbock/thunor). The latter approach is recommended,\n",
"since as it gives you a chance to edit and extend this Jupyter Notebook\n",
"to explore how Thunor Core works."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### [Ignore] Set up code for online documentation"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Temporary hack, see https://github.com/poliastro/poliastro/issues/281\n",
"from IPython.display import HTML\n",
"HTML('<script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js\"></script>')"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import sys, os\n",
"sys.path.insert(0, os.path.abspath('../'))"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 063f39d

Please sign in to comment.