signac-flow
signac-flow copied to clipboard
document status_parallelization in API docs
Feature description
status_parallelization was documented as a CLI argument, but since being moved it is not in the API docs anywhere
Proposed solution
Include documentation of the three options (none, thread, process) and warn users that parallelization is only safe if the user's condition functions are parallel safe.