diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-15 17:38:47 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-15 17:38:47 +0900 |
commit | cfabb4e86268e1d02a1a9c06592b93c945b080af (patch) | |
tree | 82ccbe784c6ebec95de9b6b126d6c69a35701671 /doc/source | |
parent | e95834fc3d89347573f879cee31af27ba4dd30e7 (diff) | |
download | buildstream-cfabb4e86268e1d02a1a9c06592b93c945b080af.tar.gz |
Main docs index: Refer to things by their module, not their class.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 0aba095a4..011114943 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -26,9 +26,9 @@ software in special ways. Core Framework -------------- -* :class:`~buildstream.context.Context` - Invocation Context -* :class:`~buildstream.element.Element` - Base Element Class -* :class:`~buildstream.source.Source` - Base Source Class +* :mod:`Context <buildstream.context>` - Invocation Context +* :mod:`Element <buildstream.element>` - Base Element Class +* :mod:`Source <buildstream.source>` - Base Source Class Plugins @@ -37,12 +37,12 @@ Plugins Elements ~~~~~~~~ -* :class:`~build.BuildElement` - Abstract Software Building Element +* :mod:`build` - Abstract Software Building Element Sources ~~~~~~~ -* :class:`~git.GitSource` - A Source implementation for git +* :mod:`git` - A Source implementation for git Indices and tables |