Skip to content

wildmountainfarms/wildmountainfarms-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Wild Mountain Farms Docs

This project contains documentation and resources for tech used on the ranch

Building

To build this yourself, run these commands:

cd docs/
python3 -m venv .venv
source .venv/bin/activate
pip install -r source/requirements.txt
make html
xdg-open "file://$(pwd)/build/html/index.html"
make latexpdf  # requires latexmk command
make epub

About

Documentation for things on the ranch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published