- Fixed TypeErrors
- Renamed demo as my_pkg, git_repo as my_repo and the docker container as my_container for clarity
- Added links in the README to the Giordano files on msg.byu.edu
- Edited the README a bit
- Finished instructions/first_code.md
- Added tests/test_demo.py.
- Added the factorial function to demo/trial.py.
- Finished instructions/python_packages.md
- Added demo/trial.py.
- Added setup.py and setup.cfg to the repo.
- Added the demo python package folder.
- Added init.py and demo.py to the demo package.
- Added test_demo.py to the tests folder.
- Started writing the README.
- Added the instructions directory to contain the additional instructions that won't fit in the README.
- Created repository.