Python pip - install documentation for packages? -
is there way install/generate documentation packages installed using pip?
i wish install required packages project, associated documentation (e.g. django documentation when installing django, dateutil documentation dateutil etc.).
pip requirements files great way of installing required packages project, better if install associated docs well.
ubuntu python packages install documentation /usr/share/docs, pip not appear same.
documentation these packages important me when need work on projects offline.
i think you're looking equivalent way ruby automatically (unless suppressed) generates rdoc installed gems/packages.
in python, there is standardized mechanism annotating code documentation -- docstrings optional formatting. there isn't standardized way of generating/storing documentation python code. each python package may have different mechanism, there couldn't way pip generate it.
Comments
Post a Comment