diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-14 23:12:06 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-14 23:12:06 +0900 |
commit | 2e1082008c9f06c09b7037880ff72a25afde79f5 (patch) | |
tree | 003c94acc184c22d17aa7f3ec2c3f905f4efdf45 /doc | |
parent | 7fc7f67c2befdf78c12c691081cb6393c99ac27e (diff) | |
download | buildstream-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')
-rw-r--r-- | doc/source/index.rst | 2 |
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 |