Programming

General programming notes. Adding documentation to Devhelp Adding PyGobject docs as an example: git clone https://github.com/pygobject/pgi-docs-devhelp.git ~/.local/share/devhelp/books To update docs: cd ~/.local/share/devhelp/books git pull

General programming notes.

Adding documentation to Devhelp

Adding PyGobject docs as an example:

git clone https://github.com/pygobject/pgi-docs-devhelp.git ~/.local/share/devhelp/books

To update docs:

cd ~/.local/share/devhelp/books
git pull

Comments