For PyPI packages:
If you add similar lines to the __init__.py file as shown below
""" Please refer to the documentation provided in the README.md, which can be found at gorpyter PyPI URL: https://pypi.org/project/gorpyter/ """
Then you will get this with the daily help function.
help(<YOUR_PACKAGE>)
DESCRIPTION Please refer to the documentation provided in the README.md, which can be found at gorpyter PyPI URL: https://pypi.org/project/gorpyter/ FUNCTIONS setup() Verify your Python and R dependencies.
Please note that my DESCRIPTION help is caused by the presence of this first line of documentation at the very top of the file.
HashRocketSyntax Aug 16 '19 at 18:54 2019-08-16 18:54
source share