Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NAIP example notebook #71

Merged
merged 6 commits into from
Jun 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Notebook download version
kylebarron committed Jun 25, 2024
commit 3e32051d050885ed4c6b93f8aeae6049c2a1c559
14 changes: 14 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% extends "base.html" %} {% block content %} {% if page.nb_url %}
<a
href="{{ page.nb_url }}"
title="Download Notebook"
class="md-content__button md-icon"
>
{% include ".icons/material/download.svg" %}
</a>
{% endif %} {{ super() }} {% endblock content %} {% block outdated %} You're not
viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@ watch:

theme:
name: material
custom_dir: docs/overrides
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"