MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove entrypoint file from template

ianmkenney opened this issue · comments

Default package generation produces a file mypackage/mypackage.py containing a canvas function, whose purpose seems only to act as an example, and an if __name__ == '__main__' statement. This file should probably be removed.

The canvas function also appears to be automatically referenced in the documentation under docs/source/api.rst.