Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 534 Bytes

File metadata and controls

18 lines (11 loc) · 534 Bytes

Contributing

Olive Python strives to be the most informative guide out there. Here are some tips for developing.

Development Phase

After cloning the Git, run:

$ poetry lock
$ poetry install

I then recommend having two console up. One running python -m http.server 8000 -d docs and another rebuilding the page with make html.

Commiting

Always delete the docs folder and rebuild when commiting to the master branch. Sphinx sometimes has small errors when it comes to building, and I'd rather avoid it.