Skip to content

Commit

Permalink
Fixed wrong import in documentation [build docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Jan 20, 2022
1 parent 4e3290d commit 47c5898
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"cell_type": "markdown",
"id": "84aedaa4",
"id": "d9625f04",
"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 arepo\n",
"import tardis.io.arepo\n",
"import json\n",
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"id": "60695b40",
"id": "494a1789",
"metadata": {},
"source": [
"### Loading the simulation data"
Expand All @@ -57,7 +57,7 @@
},
{
"cell_type": "markdown",
"id": "27d90938",
"id": "2f917009",
"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": "d0347042",
"id": "15ad2f46",
"metadata": {},
"source": [
"### Manually rebinning the data\n",
Expand All @@ -251,7 +251,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9e9bcc38",
"id": "30f813a3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -264,15 +264,15 @@
},
{
"cell_type": "markdown",
"id": "8a4a41a8",
"id": "4f6e6aa2",
"metadata": {},
"source": [
"## Using the parser as a command line tool"
]
},
{
"cell_type": "markdown",
"id": "97bd4fa6",
"id": "42747558",
"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 All @@ -287,7 +287,7 @@
"python ./<location_of_arepo_parser>/arepo.py --help\n",
"```\n",
"\n",
"> **_NOTE:_** The command line tool does only work with snapshot files, not with e.g. json files. It is in any case not advised to "
"> **_NOTE:_** The command line tool does only work with snapshot files, not with e.g. json files. It is in any case not advised to use json files as an intermediate step, as the become huge for higher resolutions."
]
}
],
Expand Down

0 comments on commit 47c5898

Please sign in to comment.