tjd33 / team14

Team 14's Senior Design Repository
2 stars 0 forks source link

Python docs #24

Open tjdevries opened 8 years ago

tjdevries commented 8 years ago

Begin adding python documentation.

Addresses #21.

tjdevries commented 8 years ago

@pgriff6 This is how I think we should do lots of our development from now on.

  1. Make a branch
  2. Create a pull request, comparing it to development
  3. Continue committing and pushing to that branch.
  4. Once ready, rebase onto development
  5. Merge PR
  6. Delete branch.

Let me know if you have any questions.