Skip to content

Commit

Permalink
Tutorials: use ipython lexer (microsoft#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 12, 2022
1 parent b14cde8 commit 7922703
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ["_build"]

# nbsphinx has issues highlighting shell commands:
# https://github.com/spatialaudio/nbsphinx/issues/670
suppress_warnings = ["misc.highlighting_failure"]

# Sphinx 3.0+ required for:
# autodoc_typehints_description_target = "documented"
needs_sphinx = "4.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/benchmarking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"name": "ipython",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/custom_raster_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"display_name": "Python 3"
},
"language_info": {
"name": "python"
"name": "ipython"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"name": "ipython",
"nbconvert_exporter": "python",
"version": "3.8.12"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/indices.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"name": "ipython",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/trainers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"name": "ipython",
"nbconvert_exporter": "python",
"version": "3.9.7"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"name": "ipython",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
Expand Down

0 comments on commit 7922703

Please sign in to comment.