.. BLESS THIS GUY https://stackoverflow.com/questions/2701998/automatically-document-all-modules-recursively-with-sphinx-autodoc/62613202#62613202 qudi.util.mutex.Mutex ===================== .. currentmodule:: qudi.util.mutex .. autoclass:: Mutex :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Mutex.__init__ ~Mutex.acquire ~Mutex.isRecursive ~Mutex.lock ~Mutex.release ~Mutex.tryLock ~Mutex.try_lock ~Mutex.unlock .. rubric:: Attributes .. autosummary:: ~Mutex.NonRecursive ~Mutex.Recursive