Bug 1441019 - Add overviews and links to new API docs. r?whimboo draft
authorAndreas Tolfsen <ato@sny.no>
Sun, 25 Feb 2018 19:25:46 +0000
changeset 759878 8c99e9f2172433fd8baa8f37cf324a9c7bc6ea64
parent 759877 fd4a1984fe46b781a12051490ecd894bf8a266e0
push id100500
push userbmo:ato@sny.no
push dateMon, 26 Feb 2018 19:31:26 +0000
reviewerswhimboo
bugs1441019
milestone60.0a1
Bug 1441019 - Add overviews and links to new API docs. r?whimboo Adds some links to the frontpage and an index that lists all the internals. MozReview-Commit-ID: HHk1YCtUMKU
testing/marionette/doc/index.rst
testing/marionette/doc/internals/index.rst
--- a/testing/marionette/doc/index.rst
+++ b/testing/marionette/doc/index.rst
@@ -46,16 +46,17 @@ For developers
 .. toctree::
    :maxdepth: 1
 
    `Contributing to Marionette`_
    NewContributors.md
    Debugging.md
    PythonTests.md
    SeleniumAtoms.md
+   internals/index
 
 .. _Contributing to Marionette: https://searchfox.org/mozilla-central/source/testing/marionette/CONTRIBUTING.md
 
 
 Bugs
 ====
 
 Bugs are tracked in the `Testing :: Marionette` component.
new file mode 100644
--- /dev/null
+++ b/testing/marionette/doc/internals/index.rst
@@ -0,0 +1,11 @@
+=========
+Internals
+=========
+
+This is an overview of all documented internals in the Marionette server:
+
+.. toctree::
+  :glob:
+  :maxdepth: 1
+
+  *