Modules

sphinx_auto

docs

docs.docs(refresh=False, clean=False, publish=False)

The current documentation method identifies three components of extensions: 1. Submodules: scripts containing functions used by automacs procedures, in the root directory of the extension. These are the core of the extension, and hold functions which are typically exposed to the “global” [note that nothing is global] automacs namespace. 2. Codes: sub-submodules in the extension’s root directory that might be imported by the submodules. These are more generic, and don’t necessarily have to use the wordspace (hence making them easy to poach for other applications, and less tied to the automacs ecosystem by variables like the state). 3. Experiments: experiment specificatiojns