This repository contains information about JupyterHub's participation in Outreachy - a program that provides three-month internships for people from groups traditionally underrepresented in tech.
This GitHub repository contains:
- Microtasks for applicants to complete. These are small tasks that help the applicant familiarize themself with the project they are contributing to. These are accepted as GitHub issues.
- Descriptions for various Projects Ideas that applicants can apply for. Maintainers can use this space to collaborate on keeping these descriptions up to date.
- Documentation describing the processes that the JupyterHub community follow when participating in Outreachy rounds.
Make sure you have conda
installed on your system.
We recommend using miniconda
.
-
Create a new
conda
environment calledoutreachy
that is running Python v3.10conda create -n outreachy python=3.10
-
Activate the new environment
conda activate outreachy
-
Change into the
docs
folder and install the requirementscd docs pip install -r requirements.txt
-
Build the HTML (still within the
docs
folder)make html
-
Open the HTML file in your browser
open _build/html/index.html
You can check external links within the site by running:
make linkcheck
You can clean-up any generated files by running:
make clean
We follow the Project Jupyter Code of Conduct.