sites/docs/index.rst
This site covers Fabric's usage & API documentation. For basic info on what
Fabric is, including its public changelog & how the project is maintained,
please see the main project website <http://fabfile.org>_.
Many core ideas & API calls are explained in the tutorial/getting-started document:
.. toctree:: :maxdepth: 2
getting-started
Looking to upgrade from Fabric 1.x? See our :ref:detailed upgrade guide <upgrading> on the nonversioned main project site.
.. _concepts-docs:
Dig deeper into specific topics:
.. toctree:: :maxdepth: 2 :glob:
concepts/*
fab CLI toolDetails on the CLI interface to Fabric, how it extends Invoke's CLI machinery, and examples of shortcuts for executing tasks across hosts or groups.
.. toctree:: cli
.. _api-docs:
Know what you're looking for & just need API details? View our auto-generated API documentation:
.. toctree:: :maxdepth: 1 :glob:
api/*