Skip to content

Latest commit

 

History

History
executable file
·
31 lines (17 loc) · 468 Bytes

readme.rst

File metadata and controls

executable file
·
31 lines (17 loc) · 468 Bytes

My Dev Config

This is my dotfiles

git clone https://github.com/hotchilipowder/my_config.git

More information see docs

Docs

For development, you can have a dev environment to get the docs.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
sphinx-autobuild docs build --host 0

Devs