summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-15 17:38:47 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-15 17:38:47 +0900
commitcfabb4e86268e1d02a1a9c06592b93c945b080af (patch)
tree82ccbe784c6ebec95de9b6b126d6c69a35701671 /doc/source/index.rst
parente95834fc3d89347573f879cee31af27ba4dd30e7 (diff)
downloadbuildstream-cfabb4e86268e1d02a1a9c06592b93c945b080af.tar.gz
Main docs index: Refer to things by their module, not their class.
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst10
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