From bfef179935410fefa4637edce7b776f54ce3ba2c Mon Sep 17 00:00:00 2001 From: Adrian Turjak Date: Sat, 4 Nov 2017 18:59:45 +1300 Subject: [PATCH] Add link to Read the Docs for project doc Change-Id: I748b5036d40a32441f8953741fa68f61cd1f2aad --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2789609..434c5e0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Useful for automating generic admin tasks that users might request but otherwise ## Documentation: +Documentation can be found at: https://adjutant.readthedocs.io/ + Documentation is stored in doc/, a sphinx build of the documentation can be generated with the command 'tox -e docs'. An API Reference is stored in api-ref. This is also a sphinx build and can be generated with 'tox -e api-ref'.