Get Started

Contents

Get Started#

Install#

autoflex is designed to be intentionally easy to install via pip and use within your project

pip install autoflex

In your documentation project conf.py:

extensions = [
   ...
   "autoflex",
   ...
]

That’s it!