Skip to content

Commit

Permalink
Added mkdocs built-in search (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Mar 17, 2023
1 parent a204dcf commit 826e711
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 31 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks/38_plotly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"metadata": {},
"outputs": [],
"source": [
"leafmap.basemaps.keys()"
"# leafmap.basemaps.keys()"
]
},
{
Expand Down
12 changes: 0 additions & 12 deletions docs/notebooks/71_aws_s3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,6 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
}
},
"nbformat": 4,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/notebooks/38_plotly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"metadata": {},
"outputs": [],
"source": [
"leafmap.basemaps.keys()"
"# leafmap.basemaps.keys()"
]
},
{
Expand Down
12 changes: 0 additions & 12 deletions examples/notebooks/71_aws_s3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,6 @@
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ theme:
- navigation.instant
- navigation.tracking
- navigation.top
# - search.highlight
# - search.share
- search.highlight
- search.share
custom_dir: "docs/overrides"
font:
text: Google Sans
code: Regular

plugins:
# - search
- search
- mkdocstrings
- git-revision-date
- git-revision-date-localized:
Expand All @@ -53,7 +53,7 @@ plugins:
ignore: ["conf.py", "data/README.md", "usage.md"]
execute_ignore:
"workshops/*.ipynb"
# ["workshops/*.ipynb", "notebooks/57_national_map.ipynb"]
# ["workshops/*.ipynb", "notebooks/zz_notebook_template.ipynb"]
# execute_ignore: "notebooks/26_kepler_gl.ipynb"

markdown_extensions:
Expand All @@ -77,7 +77,7 @@ extra:

nav:
- Home: index.md
- Search: search.md
- Search: search_bk.md
- Installation: installation.md
- Get Started: get-started.md
- Usage: notebooks/00_key_features.ipynb
Expand Down

0 comments on commit 826e711

Please sign in to comment.