Closed hansendx closed 5 years ago
I ran into this: https://github.com/ddionrails/ddi.py/tree/master/docs
Is this reusable in some way?
Another thing: You wrote "pipenv install -e ." under "Setup for development". This actually altered the Pipfile and Pipfile.lock. Is this intended? Right now running "pipenv install --dev" already installs collect_stata.
Another thing: You wrote "pipenv install -e ." under "Setup for development". This actually altered the Pipfile and Pipfile.lock. Is this intended? Right now running "pipenv install --dev" already installs collect_stata.
Yes, the pipenv install -e .
part could be removed with the README.md update.
I see.
I ran into this: https://github.com/ddionrails/ddi.py/tree/master/docs
Is this reusable in some way?
This is an old Sphinx documentation. Should I revive it for collect_stata?
No, we can create a new sphinx documentation with napoleon and the new docstrings.
The Readme only contains basic information for installation please document:
18