summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-04 16:15:14 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-06 16:35:59 +0900
commit03028c7f3d23b51879e362700e74f14a40755c3c (patch)
tree4639b4ee8358460459710137a0fbbe7561359275 /doc
parent4688b2c90e33cb801d4e23a6ed80060d517d697f (diff)
downloadbuildstream-03028c7f3d23b51879e362700e74f14a40755c3c.tar.gz
types.py: Moving CoreWarnings to the types.py module
This also ensures it is exposed via the main buildstream __init__.py file, fixes the imports of CoreWarnings, and adjusts the documentation links to point to the right place.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/format_project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst
index a85bf6470..4024cea19 100644
--- a/doc/source/format_project.rst
+++ b/doc/source/format_project.rst
@@ -143,7 +143,7 @@ Individual warnings can be configured as fatal by setting ``fatal-warnings`` to
- ref-not-in-track
- <plugin>:<warning>
-BuildStream provides a collection of :class:`Core Warnings <buildstream.plugin.CoreWarnings>` which may be raised
+BuildStream provides a collection of :class:`Core Warnings <buildstream.types.CoreWarnings>` which may be raised
by a variety of plugins. Other configurable warnings are plugin specific and should be noted within their individual documentation.
.. note::