Skip to content

Commit

Permalink
Fixed wrong import in documentation tardis-sn#2 [build docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Jan 20, 2022
1 parent 47c5898 commit b97a50b
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"cell_type": "markdown",
"id": "d9625f04",
"id": "fae14a9d",
"metadata": {},
"source": [
"### What is [Arepo](https://arepo-code.org/)?\n",
Expand All @@ -32,14 +32,14 @@
"source": [
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"import tardis.io.arepo\n",
"from tardis.io.parsers import arepo\n",
"import json\n",
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"id": "494a1789",
"id": "63f0bcc5",
"metadata": {},
"source": [
"### Loading the simulation data"
Expand All @@ -57,7 +57,7 @@
},
{
"cell_type": "markdown",
"id": "2f917009",
"id": "8f23ac4b",
"metadata": {},
"source": [
"In case you have the arepo-snap-util package installed, you can load the data directly from a snapshot:\n",
Expand Down Expand Up @@ -241,7 +241,7 @@
},
{
"cell_type": "markdown",
"id": "15ad2f46",
"id": "964c0549",
"metadata": {},
"source": [
"### Manually rebinning the data\n",
Expand All @@ -251,7 +251,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "30f813a3",
"id": "fb638288",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -264,15 +264,15 @@
},
{
"cell_type": "markdown",
"id": "4f6e6aa2",
"id": "4c10e2e7",
"metadata": {},
"source": [
"## Using the parser as a command line tool"
]
},
{
"cell_type": "markdown",
"id": "42747558",
"id": "f51fb1f9",
"metadata": {},
"source": [
"You can also use the `tardis.io.arepo` package as a command line utility, e.g. if you are running batch jobs and want to automatically convert your snapshots from within you job-script.\n",
Expand Down

0 comments on commit b97a50b

Please sign in to comment.