Skip to content

waterhackweek/learning-resources

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waterhackweek Learning Resources site

Waterhackweek, https://waterhackweek.github.io. The Waterhackweek Learning Resources site is accessible at https://waterhackweek.github.io/learning-resources

For Waterhackweek information contact Dr. Christina Bandaragoda.

Technical notes and instructions for site development

This documentation is built and deployed using MkDocs, and uses the markdown extension admonition and the markdown plugin markdownextradata. The organization of pages on this site is specified in the mkdocs.yml file, together with other site configurations.

  • Install mkdocs and the markdown plugin from conda-forge: conda install -c conda-forge mkdocs mkdocs-markdownextradata-plugin
  • To develop locally, activate the conda environment then run mkdocs serve to view and evaluate your edits on your browser
  • To publish your edits to the GitHub repository, please use the Git Forking workflow:
    1. Fork this repository
    2. Clone your fork: git clone https://github.com/mygithubname/learning-resources.git
    3. Add the "upstream" (main) GitHub repository as a git remote called "upstream": git remote add upstream https://github.com/waterhackweek/learning-resources.git
    4. Make your edits locally to the markdown documents, then push your changes to your GitHub fork ("origin"): git push origin mylocalbranchname
    5. Submit a Pull Request (PR) from your GitHub fork to the master branch of the main repository (the master branch will be selected by default)
  • Your proposed changes will be reviewed by Emilio Mayorga or another person before merging into the master branch or asking you via GitHub discussions for clarifications or changes. Once the PR is merged, the web pages will be generated automatically and updated on the gh-pages branch. It typically takes a couple of minutes after merginng the PR before the updates are published and visible.

Note: You'll find most MkDocs instructions pointing to the use of the command mkdocs gh-deploy to publish your local edits to the GitHub repository (more specifically, to the gh-pages branch). Please ignore those instructions and follow the Git Forking workflow instructions listed above.

Contributing single-page edits

The easiest way to contribute additions or changes to an existing Learning Resources page, like the Vocabulary and Acronyms page, is to go to the page at the web site itself (not the GitHub repository markdown file): https://waterhackweek.github.io/learning-resources/VocabAcronyms2020/. That way you can first read it exactly as intended, plus you can find it easily if you start at the Learning Resources home page. Then click on the "Edit on GitHub" link at the upper right, and edit away. A Pull Request will be generated that will be reviewed by us before "merging" it (your changes) into the repository or asking for clarifications.

About

A curriculum of tutorials to get you ready to attend Waterhackweek.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%