Skip to content

Commit 6d3c41f

Browse files
authored
Merge pull request #25 from dcamron/suggest-edits
Add suggest edits to top repo button
2 parents da6489e + b477bbc commit 6d3c41f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ launch_buttons:
3333
html:
3434
use_issues_button: true
3535
use_repository_button: true
36+
use_edit_page_button: true
3637
extra_footer: |
3738
All code in Pythia Foundations 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>.
39+
We want your feedback! See the "open issue" and "suggest edit" buttons under the GitHub logo at the top of this page.

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ dependencies:
77
- matplotlib
88
- numpy
99
- pre-commit
10+
- xarray
11+
- cartopy

preamble/how-to-contribute.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ This site is built with [JupyterBook](https://jupyterbook.org).
88

99
A full contributor's guide will appear here, cross-referencing our tutorials on open Pull Requests on GitHub.
1010

11+
A simple way to comment on anything you find in this book is to use the "open issue" and "suggest edit" buttons under the GitHub Octocat logo at the top of each page. These links will take you to GitHub where the source material for the book is hosted. You'll need a free (and broadly useful) GitHub account.
12+
1113
Basic instructions on how to build the JupyterBook locally can be found on the README page of the book's [source repository on GitHub](https://github.com/ProjectPythia/pythia-foundations).

0 commit comments

Comments
 (0)