Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 925 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 925 Bytes

coding 101

Netlify Status

My notes on programming, mostly using R, Python, and bash.

Using mkdocs

This site is built using MkDocs. It uses Material for MkDocs theme and several extensions. To build local version of this documentation, you can install/upgrade following python packages, preferably in clean conda or virtual env. You can then use scripts similar to [serve_docs.sh] and [push_docs.sh] to serve and optionally, host your own documentation on Github Pages.

pip install --upgrade mkdocs mkdocs-material mkdocs-git-revision-date-plugin  mkdocs-git-revision-date-localized-plugin mkdocs-minify-plugin mkdocs-redirects pymdown-extensions mkdocs-macros-plugin mike