This is a demonstration package used to teach best documentation practices.
Download the repository to get started with this example:
git clone https://github.com/bvreede/docsdemo.git
cd docsdemo
Create the environment:
conda env create -f environment.yml
Then activate it with:
conda activate docsdemo