Commit Graph

6 Commits

Author SHA1 Message Date
Ian Wienand 59247628c4 Update documentation
Add some expanded documentation on what grafyaml actually does to
README.rst

While we're here, fix this up to use openstackdocs theme and the
latest sphinx, as it was producing a bunch of warnings.

Change-Id: I570b44cb911cd48d53d62234426edeabb22b1469
2018-06-04 20:42:30 +10:00
Iswarya_Vakati 91180e0476 Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8 encoding in
doc/source/conf.py
grafana_dashboards/__init__.py
tests/base.py
tests/schema/base.py
tests/schema/fixtures/dashboard-0010.yaml
tests/schema/fixtures/dashboard-0011.yaml
tests/schema/fixtures/dashboard-0012.yaml

Change-Id: I75b80ee943b4da7381e124743386c3ea6eb4db42
2017-01-11 05:27:12 +00:00
Paul Belanger 30f7d21f3f Make sure dashboard exists after we create it
The long term goal here is to eventually create python-grafana from
our embedded grafana.py file. So, most of this code just makes the
Grafana object more user friendly.

However, we've also added some validation around create_dashboard, we
added some checks before we create and after. To ensure we actually
created our new dashboards.

Finally, add some sphinx docs since everybody loves documentation.

Change-Id: Icbba403afe5208fbef1855118d4c3f4293461e00
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-10-02 13:42:35 -04:00
James E. Blair ae0bc35810 Revert "Drop oslosphinx requirement"
This reverts commit 562d075a46.

Change-Id: Ibcbfb1da52a177fc213bc9e105e73be34b2a2429
2015-09-28 13:56:26 -07:00
Paul Belanger 562d075a46 Drop oslosphinx requirement
Since we are not an official OpenStack project, no need to look like
one.

Change-Id: I6925799ebaf4086ea499be81c2be9de2aedb57ac
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-09-28 14:34:52 -04:00
Paul Belanger f65385a578 Initial Cookiecutter Commit. 2015-05-04 13:14:07 -04:00