Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions archeryutils/handicaps/handicap_functions.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
"""
Code providing various functionalities using the archery handicap equations.

Makes use of the basic handicap equations in handicaps.handicap_equations to do
more elaborate things such as reverse calculation of handicap from score,
generation of handicap tables, etc.

Extended Summary
----------------
Code to add functionality to the basic handicap equations code
in handicap_equations.py including inverse function and display.
Code that makes use of the equations in handicap_scheme and derivatives to do
more elaborate things.

Routine Listings
----------------
Expand Down