You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should discuss the best way to release the code for when you submit the pyDis paper. I would aim to host a copy of the code on pypi and to put the documentation on readthedocs, while keeping track on versions etc. here on github. I think this means:
Add a "tag" when you submit the code. Use this to generate a clean tarball for submission alongside the paper.
After any revisions and on acceptance create a new tag (for version 1.0.0?). This could point to the same version, or a later version. Use this to generate a new tarball for the comp phys letters repo.
In the meantime work out how to host a version of the code on pypi. This will mean that installation instructions can be "type pip install URL" and pydis will be installed.
Look at how to host the documentation on readthedocs and / or github pages.
The text was updated successfully, but these errors were encountered:
We should discuss the best way to release the code for when you submit the pyDis paper. I would aim to host a copy of the code on pypi and to put the documentation on readthedocs, while keeping track on versions etc. here on github. I think this means:
The text was updated successfully, but these errors were encountered: