diff --git a/DISCOVER/404.html b/DISCOVER/404.html index 543b5734..1d9901c7 100644 --- a/DISCOVER/404.html +++ b/DISCOVER/404.html @@ -3,168 +3,589 @@ - 404 - Not Found + 404 - Page Not Found | DISCOVER Cookbook + + + -
-
-

404 - Page Not Found

-

This page might’ve wandered off or was never here at all.

-

Maybe it was deleted, renamed, or never existed in the first place.

-

What can you do?

- ⬅️ Back to Home - 🐞 Report the Issue - -
- - + +
+
+
+ + +
+ +
404
+ + +

Page Not Found

+

+ Looks like this page decided to take a coffee break and forgot to come back! +

+

+ The page you're looking for might have been moved, deleted, or never existed. +

+ + +
+ + +

Here's what you can do:

+ + - + +
+ +
+ +
+
+ + +
- + \ No newline at end of file diff --git a/README.md b/README.md index eac4e8d1..e4853e50 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # DISCOVER-Cookbook -![All Contributors](https://img.shields.io/github/all-contributors/numfocus/DISCOVER-Cookbook?color=ee8449) -The NumFOCUS DISCOVER Cookbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation. +[![Documentation Build](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml) +[![All Contributors](https://img.shields.io/github/all-contributors/numfocus/DISCOVER-Cookbook?color=ee8449)](#contributors-) + +The NumFOCUS DISCOVER Cookbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation. If you are looking to read the book please visit https://discover-cookbook.numfocus.org/ for a live version of the book. This is the code that powers that website and is intended for maintainers and contributors. -## Ways to contribute to this repository +## Ways to Contribute to this Repository -The original body of work took place at a series of unconferences and various spurts of energy, today the DISCOVER-cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions: +The original body of work took place at a series of unconferences and various spurts of energy. Today, the DISCOVER-Cookbook is a living project with numerous contributors. Because it is code to produce a book rather than code for a software library or application, it has different needs than typical open source software systems. Because of these unique needs, we separate various types of contributions: ### Ideas, Questions, and Discussions @@ -20,9 +22,9 @@ Please add issues on [the GitHub issue tracker](https://github.com/numfocus/DISC ### Content and Design -While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is made we feel free to open [a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls) against the repository to begin the review process. +While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is created, feel free to open [a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls) against the repository to begin the review process. -### Bug fixes +### Bug Fixes For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a [pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls). @@ -85,7 +87,7 @@ conda env create -f environment.yml ```sh conda activate DISCOVER-Cookbook ``` -3. Finally, to build the Jupyter Book +3. Finally, to build the Jupyter Book: ``` sh sphinx-build -b html DISCOVER/ DISCOVER/_build/html ``` @@ -108,7 +110,7 @@ source .venv/bin/activate ```sh pip install -r requirements.txt ``` -4. Finally, to build the Jupyter Book +4. Finally, to build the Jupyter Book: ``` sh sphinx-build -b html DISCOVER/ DISCOVER/_build/html ```