Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 885 Bytes

File metadata and controls

31 lines (25 loc) · 885 Bytes

Revision History for getting started.

Revision 0.0.6

  • Fixed TypeErrors
  • Renamed demo as my_pkg, git_repo as my_repo and the docker container as my_container for clarity

Revision 0.0.5

  • Added links in the README to the Giordano files on msg.byu.edu
  • Edited the README a bit

Revision 0.0.4

  • Finished instructions/first_code.md
  • Added tests/test_demo.py.
  • Added the factorial function to demo/trial.py.

Revision 0.0.3

  • Finished instructions/python_packages.md
  • Added demo/trial.py.

Revision 0.0.2

  • 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.

Revision 0.0.1

  • Created repository.