Skip to content

manab-kb/pytch-website

 
 

Repository files navigation

Pytch Website Content

Development setup

This project uses poetry.

To set up a virtualenv for development and testing:

poetry install

which will cause poetry to create a virtual environment in a .venv folder.

For live reload while editing docs, first enter a shell which has the poetry virtualenv activated by doing:

poetry shell

then within that shell, run:

sphinx-autobuild --re-ignore '/\.#' source build/html

and then visit the URL mentioned in the output. (The --re-ignore '/\.#' avoids Emacs auto-save files; other editors might require something analogous.)

About

Pytch: Non-IDE website content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.3%
  • Shell 24.3%
  • Python 23.2%
  • HTML 8.0%
  • Batchfile 6.2%
  • Makefile 5.0%