Select Git revision
autocompletion.md
-
Hugo Trentesaux authored
* review tuxmain * Apply 1 suggestion(s) to 1 file(s) * review * remove release mode for autocompletion * add zsh autocomplete * improve walkthrough fix typos add formatting add conclusion * add beginner walkthrough documentation
Hugo Trentesaux authored* review tuxmain * Apply 1 suggestion(s) to 1 file(s) * review * remove release mode for autocompletion * add zsh autocomplete * improve walkthrough fix typos add formatting add conclusion * add beginner walkthrough documentation
generate.sh 316 B
#!/usr/bin/env bash
# Infos how-to generate automatically all rst documents for a python package :
# http://stackoverflow.com/questions/4616693/automatically-generating-documentation-for-all-python-package-contents
# generate rst files of all the package
sphinx-apidoc -o . ../duniterpy
# generate HTML
make html