Add detailed docstrings to the code. This will be reflected in the documentation (including readthedocs) once we use sphinx. Currently missing docstrings:
observation.py methods
stellar_matchmaker.py functions run_query() and output_data()stellar_param.py methods
Once these are written, run documentation commands
Comment the import statements in stellar_matchmaker.pypython -m twine upload dist/*
Uncomment the import statements in stellar_matchmaker.py
Add detailed docstrings to the code. This will be reflected in the documentation (including readthedocs) once we use sphinx. Currently missing docstrings:
observation.py
methodsstellar_matchmaker.py
functionsrun_query()
andoutput_data()
stellar_param.py
methodsOnce these are written, run documentation commands Comment the import statements in
stellar_matchmaker.py
python -m twine upload dist/*
Uncomment the import statements instellar_matchmaker.py