Skip to content

Commit

Permalink
remove myst_nb
Browse files Browse the repository at this point in the history
Prevent tutorial form having cell outputs by removing myst_nb
  • Loading branch information
tpike3 committed Aug 20, 2024
1 parent e8f0490 commit f226d84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"sphinx.ext.mathjax",
"sphinx.ext.ifconfig",
"sphinx.ext.viewcode",
"myst_nb",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -82,7 +81,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ["_build"]
exclude_patterns = ["_build", "build"]

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down
20 changes: 1 addition & 19 deletions docs/tutorials/intro_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"id": "0b098d27-39cd-41a3-b171-f525c6035d94",
"metadata": {},
"source": [
"#Run this if in colab (make it is a code cell) \n",
"#Run this if in colab\n",
"!pip install mesa --quiet\n",
"!pip install mesa-geo --quiet\n",
"!mkdir -p data\n",
Expand Down Expand Up @@ -1087,24 +1087,6 @@
"# This is required to render the visualization in the Jupyter notebook\n",
"page"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "f789c49b-ae8c-49eb-8bcf-8231ccb33454",
"metadata": {
"has_explanation": false
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "da907e19-46de-4faa-8ba9-193c6530461c",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ docs = [
"ipykernel", # necessary to ensure python3 kernel
"pydata_sphinx_theme",
"seaborn",
"myst-nb",
"myst-parser", # Markdown in Sphinx
]

Expand Down

0 comments on commit f226d84

Please sign in to comment.