Skip to content

Commit

Permalink
Adding resources for python packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed Apr 18, 2018
1 parent 6a30c73 commit dc06305
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/source/python_packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,21 @@ with the following folder structure:
As you can tell, there's a file named :code:`__index__.py`. This file tells
Python to treat this directory as a *module/package*. Without
this file, Python will not understand that your building a package, and
will not link the files properly.
will not link the files properly.






.. _Resources:
------------------------------------
Resources and further reading
------------------------------------

This is a small list for further reading

- `The Hitchhiker’s Guide to Packaging <https://the-hitchhikers-guide-to-packaging.readthedocs.io>`_
- `Python Packaging User Guide <https://packaging.python.org/>`_
- `Astropy Package Template <http://docs.astropy.org/projects/package-template>`_

0 comments on commit dc06305

Please sign in to comment.