Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Jaeger b92073453c Fix docs building
With Sphinx 2.0.1 working only with python3, update the configuration:
* Use openstackdocstheme (oslosphinx does not work with python3)
* Update requirements
* Update tox.ini to use normal lines for doc building

Also, fix URL for repo after OpenDev rename.

Fix flake8 tests, don't test openstack-ansible-tests files.

Change-Id: I464d04738aab137ea8e938614b804e1ac50f6741
2019-05-28 15:22:37 +02:00
zhang.lei ede3c8e200 Remove the deprecated "giturl" option
From openstackdocstheme 1.18.0, valid Git URLs can be retrieved by
openstackdocstheme[1], we do not need giturl option anymore.

[1] https://review.openstack.org/532163

Change-Id: Idef3f2269f0cc838bd75c44525798f9edd467997
2018-01-15 02:29:05 +00:00
Andreas Jaeger 7aa600e42f Revert "Switch from oslosphinx to openstackdocstheme"
openstackdocstheme is only for Official OpenStack projects, see
https://docs.openstack.org/openstackdocstheme/latest/

this repo is not an official project under governance.

This reverts commit 66d45fc53d.

Fix build problems:
* Fix wrong include path
* Disable sphinxmark

Change-Id: I83e91d12e82a8cf703f4b09c7d315edbb9878bd9
2017-07-02 10:56:09 +02:00
Van Hung Pham 66d45fc53d Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I7c001fa8f627dc991759e157a802588962af53d9
2017-06-29 14:53:11 +07:00
Jimmy McCrory 434483a76d [Docs] Fix path to example config file
Change-Id: I3cdea18993c884e8a53a07009b4e78d3dd2901a1
2017-06-13 13:54:12 -07:00
Major Hayden a30fe1d79d
Add memcache plugin
This patch adds a memcache plugin along with tests and documentation.

Implements: blueprint monitorstack
Change-Id: Iefb0c0912078713c26387e02e135d70d7a96a7dc
2017-04-27 07:35:51 -05:00
Major Hayden 137a0f5cf9
[Docs] kvm plugin documentation
This patch adds usage docs for the kvm plugin.

Change-Id: I6a28ae46f10bf97bcbe504e40353a2b0f3f8fe87
2017-04-19 13:01:17 -05:00
Major Hayden 20cd4f08c2
Restructure monitorstack plugin docs
This patch moves the base plugin docs into a directory to prepare
for different types of plugins which share a common set of
instructions.

Change-Id: Ie2f193b070469d159216bafa36620674c9f6662c
2017-04-19 12:55:32 -05:00
Major Hayden 95fb4b1983 Update README
This patch updates the README file to add links to documentation and
contact information.

Change-Id: Ia28c9fbd8ab7fb3c083259b2f85b5f04a702343f
2017-04-19 13:37:41 +00:00
Major Hayden 395d42d4c4
[Docs] Uptime + process plugins
This patch adds a basic structure for plugin docs and provides
docs for the uptime and process plugins.

Change-Id: Id98e0ed8cd7ba29968ad16a0ce90ababe74498ea
2017-04-10 09:16:22 -05:00
Major Hayden 57d1fb9651
[Docs] Initial docs for monitorstack
This patch adds some initial docs for monitorstack. This is by no
means an exhaustive set of documentation, but it's a good place
to start.

Change-Id: Ia028bd51f145093c42eec91314a0a0e124170be0
2017-03-29 15:59:11 -05:00
Major Hayden b616091eb9
Implement OpenStack gate for monitorstack
This patch configures the monitorstack repository to work well with
the OSA gate jobs for docs, release notes, and functional tests.

Change-Id: Ibacea5cdfab609c3724b434189a6efad4b1c6c35
2017-03-24 11:55:09 -05:00