dchackett / taxi

Lightweight portable workflow management system for MCMC applications
MIT License
3 stars 1 forks source link

Docstrings #6

Closed dchackett closed 6 years ago

dchackett commented 7 years ago

There are almost no docstrings in the main taxi code. There is no such thing as self-documenting code.

Some of this can wait until after the next big overhaul.

dchackett commented 6 years ago

Added docstrings to all non-private methods in dispatcher.py, pool.py, mcmc.py, jobs.py, and file.py, which should be most of the code users will ever need to interact with.