From 24b63fea4929e2816627b2d6a8be390305cf3f13 Mon Sep 17 00:00:00 2001 From: smithis7 Date: Thu, 26 Nov 2020 18:42:29 -0500 Subject: [PATCH] fixing notebook headings to not show up in toctree --- docs/running/interaction/to_hdf.ipynb | 60 ++++++++------------------- 1 file changed, 18 insertions(+), 42 deletions(-) diff --git a/docs/running/interaction/to_hdf.ipynb b/docs/running/interaction/to_hdf.ipynb index 3eff96f174b..8fc6aec4866 100644 --- a/docs/running/interaction/to_hdf.ipynb +++ b/docs/running/interaction/to_hdf.ipynb @@ -17,9 +17,7 @@ { "cell_type": "code", "execution_count": 1, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "name": "stderr", @@ -62,9 +60,7 @@ { "cell_type": "code", "execution_count": 2, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "name": "stderr", @@ -203,9 +199,7 @@ { "cell_type": "code", "execution_count": 3, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "name": "stderr", @@ -254,7 +248,6 @@ "cell_type": "code", "execution_count": 4, "metadata": { - "collapsed": false, "scrolled": true }, "outputs": [ @@ -341,9 +334,7 @@ { "cell_type": "code", "execution_count": 5, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -392,9 +383,7 @@ { "cell_type": "code", "execution_count": 6, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -412,7 +401,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Breakdown of the various to_hdf methods\n", + "## Breakdown of the various to_hdf methods\n", "Every module in TARDIS has its own `to_hdf` method responsible to store its own data to an HDF file." ] }, @@ -427,9 +416,7 @@ { "cell_type": "code", "execution_count": 7, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [], "source": [ "simulation.plasma.to_hdf('/tmp/plasma_output.hdf', path='parent')" @@ -439,7 +426,6 @@ "cell_type": "code", "execution_count": 8, "metadata": { - "collapsed": false, "scrolled": true }, "outputs": [ @@ -502,9 +488,7 @@ { "cell_type": "code", "execution_count": 9, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [], "source": [ "from tardis.plasma.properties.base import Input\n", @@ -514,9 +498,7 @@ { "cell_type": "code", "execution_count": 10, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -549,9 +531,7 @@ { "cell_type": "code", "execution_count": 11, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [], "source": [ "simulation.model.to_hdf('/tmp/model_output.hdf')" @@ -568,9 +548,7 @@ { "cell_type": "code", "execution_count": 12, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [], "source": [ "simulation.runner.to_hdf('/tmp/runner_output.hdf')" @@ -579,9 +557,7 @@ { "cell_type": "code", "execution_count": 13, - "metadata": { - "collapsed": false - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -618,23 +594,23 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 2", + "display_name": "Python 3", "language": "python", - "name": "python2" + "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 2 + "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.13" + "pygments_lexer": "ipython3", + "version": "3.7.8" } }, "nbformat": 4, - "nbformat_minor": 0 + "nbformat_minor": 1 }