ara/doc/source
David Moreau Simard 001ed74273
1.0 backport: Add helper modules/scripts to know where ARA is
The location where ARA is installed is hard to predict because it will
depend on the operating system, python2 vs python3 or the usage of
virtualenvs, for example.

That's why we have this rather convenient snippet:
python -c "import os,ara; print(os.path.dirname(ara.__file__))"

This snippet is now further reduced to:
python -m ara.setup.path

But there is also many other variants such as:
- python -m ara.setup.path
- python -m ara.setup.callback_plugins
- python -m ara.setup.action_plugins
- python -m ara.setup.library
- python -m ara.setup.env
- python -m ara.setup.ansible

These can also be imported as such:

from ara.setup import path
from ara.setup import callback_plugins
[...]

This might be expanded upon later but let's stop at this for now.

Change-Id: Ibf1eb495ea0df2f6d8589abeb2220b6e93afdea9
(cherry picked from commit f1e4b5d521)
2018-04-07 15:21:58 -04:00
..
_static Update web application preview screenshots in the FAQ 2017-08-27 11:21:40 -04:00
advanced.rst Add a sqlite middleware to load logged sqlite databases on-the-fly 2017-10-25 14:17:41 +00:00
conf.py Re-license ARA from ASLv2 to GPLv3 2017-07-24 19:30:34 +00:00
configuration.rst 1.0 backport: Add helper modules/scripts to know where ARA is 2018-04-07 15:21:58 -04:00
contributing.rst 1.0 backport: Add helper modules/scripts to know where ARA is 2018-04-07 15:21:58 -04:00
faq.rst Update FAQ about Tower to include AWX 2018-02-25 19:22:35 -05:00
index.rst Add a sqlite middleware to load logged sqlite databases on-the-fly 2017-10-25 14:17:41 +00:00
installation.rst Do not use “-y” for package install 2017-11-07 11:13:57 +07:00
manifesto.rst Add a project manifesto 2017-03-21 19:32:23 +00:00
usage.rst Add subunit output support 2017-07-28 12:20:17 -04:00
webserver.rst Do not use “-y” for package install 2017-11-07 11:13:57 +07:00