Skip to content
Snippets Groups Projects
Commit 88313a54 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 9846c5d7
No related branches found
Tags 0.3
No related merge requests found
...@@ -19,5 +19,4 @@ Organizations ...@@ -19,5 +19,4 @@ Organizations
.. automodule:: brian_dashboard_manager.grafana.organization .. automodule:: brian_dashboard_manager.grafana.organization
"""
"""
\ No newline at end of file
...@@ -27,8 +27,8 @@ def update(): ...@@ -27,8 +27,8 @@ def update():
""" """
This resource is used to trigger the provisioning to Grafana. This resource is used to trigger the provisioning to Grafana.
It responds to the request immediately after starting the provisioning process. It responds to the request immediately after starting
the provisioning process.
The response will be formatted according to the following schema: The response will be formatted according to the following schema:
......
...@@ -10,8 +10,10 @@ its own template. ...@@ -10,8 +10,10 @@ its own template.
Templates Templates
----------- -----------
Some of the provisioned dashboards are not generated but are just static Some of the provisioned dashboards are not generated but are just static
JSON files. These are put in the `brian_dashboard_manager/dashboards` directory. JSON files. These are put in the
The same can be done for JSON datasource definitions in the `datasources` directory. `brian_dashboard_manager/dashboards` directory.
The same can be done for JSON datasource definitions in
the `datasources` directory.
Helpers Helpers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment