Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1007 Bytes

File metadata and controls

16 lines (11 loc) · 1007 Bytes

hackweek-preliminary-tutorials

This repository contains a curriculum of tutorials to get you ready to attend an eScience Institute sponsored hackweek. This is meant to be a template that can be adopted to any other hackweek. This version has examples from the ICESat-2 hackweek - be sure to modify accordingly for your own event.

Contact

For more information contact Dr. Anthony Arendt.

Technical notes

  • This documentation is built and deployed using mkdocs.
  • install mkdocs from conda-forge: conda install -c conda-forge mkdocs
  • To develop locally: mkdocs serve
  • To publish to GitHub: mkdocs gh-deploy
  • This uses the markdown extensions admonition and the markdown plugin markdownextradata
  • edit the mkdocs.yml file to customize the hackweek name and website to your particular event