summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-14 23:12:06 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-14 23:12:06 +0900
commit2e1082008c9f06c09b7037880ff72a25afde79f5 (patch)
tree003c94acc184c22d17aa7f3ec2c3f905f4efdf45 /doc/source/index.rst
parent7fc7f67c2befdf78c12c691081cb6393c99ac27e (diff)
downloadbuildstream-2e1082008c9f06c09b7037880ff72a25afde79f5.tar.gz
Rename InvocationContext -> Context
It's a bit big and wordy, looks like it makes sense to just call it "Context".
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 743cca6ab..674c34904 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -26,7 +26,7 @@ software in special ways.
Core Framework
--------------
-* :class:`~buildstream.invocationcontext.InvocationContext` - User preferences and invocation state
+* :class:`~buildstream.context.Context` - Invocation Context
* :class:`~buildstream.element.Element` - Base Element Class
* :class:`~buildstream.source.Source` - Base Source Class