Skip to content

Commit 0741d20

Browse files
authored
Merge pull request #9 from jukent/main
New theme
2 parents 25799c1 + 1296008 commit 0741d20

File tree

6 files changed

+28
-11
lines changed

6 files changed

+28
-11
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ __pycache__/
1212
# Distribution / packaging
1313
.Python
1414
build/
15+
_build/
1516
notebooks/_build/
1617
develop-eggs/
1718
dist/
@@ -131,3 +132,6 @@ dmypy.json
131132

132133
# Pyre type checker
133134
.pyre/
135+
136+
# IDEs
137+
.vscode/

_config.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: Web Map / Feature Services Cookbook
55
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
66
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7-
copyright: "2023"
7+
copyright: "2024"
88

99
execute:
1010
# To execute notebooks via a binder instead, replace 'cache' with 'binder'
@@ -35,12 +35,14 @@ sphinx:
3535
html_permalinks_icon: '<i class="fas fa-link"></i>'
3636
html_theme_options:
3737
home_page_in_toc: true
38-
repository_url: https://github.com/ProjectPythia/cookbook-template/ # Online location of your book
38+
repository_url: https://github.com/ProjectPythia/web-map-feature-services-cookbook/ # Online location of your book
3939
repository_branch: main # Which branch of the repository should be used when creating links (optional)
4040
use_issues_button: true
4141
use_repository_button: true
4242
use_edit_page_button: true
43-
google_analytics_id: G-T52X8HNYE8
43+
use_fullscreen_button: true
44+
analytics:
45+
google_analytics_id: G-T52X8HNYE8
4446
github_url: https://github.com/ProjectPythia
4547
twitter_url: https://twitter.com/project_pythia
4648
icon_links:
@@ -51,10 +53,12 @@ sphinx:
5153
launch_buttons:
5254
binderhub_url: https://binder.projectpythia.org
5355
notebook_interface: jupyterlab
54-
extra_navbar: |
55-
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
56-
All code in Pythia Cookbooks is licensed under Apache 2.0. All other non-code content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons BY 4.0 (CC BY 4.0)</a>.<br><br>
57-
logo_link: https://projectpythia.org
56+
logo:
57+
link: https://projectpythia.org
58+
navbar_start:
59+
- navbar-logo
60+
navbar_end:
61+
- navbar-icon-links
5862
navbar_links:
5963
- name: Home
6064
url: https://projectpythia.org
@@ -67,6 +71,10 @@ sphinx:
6771
- name: Community
6872
url: https://projectpythia.org/index.html#join-us
6973
footer_logos:
70-
NCAR: notebooks/images/logos/NCAR-contemp-logo-blue.svg
74+
NCAR: notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg
7175
Unidata: notebooks/images/logos/Unidata_logo_horizontal_1200x300.svg
7276
UAlbany: notebooks/images/logos/UAlbany-A2-logo-purple-gold.svg
77+
footer_start:
78+
- footer-logos
79+
- footer-info
80+

_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.bd-main .bd-content .bd-article-container {
2+
max-width: 100%; /* default is 60em */
3+
}
4+
.bd-page-width {
5+
max-width: 100%; /* default is 88rem */
6+
}

environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ dependencies:
1414
- geopandas
1515
- hvplot
1616
- owslib
17-
- pip:
18-
- sphinx-pythia-theme
17+
- sphinx-pythia-theme

notebooks/images/logos/NCAR-contemp-logo-blue.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

notebooks/images/logos/NSF-NCAR_Lockup-UCAR-Dark_102523.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)