From 42b80f813b819229c01b4442975314b985f62c65 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 7 Jul 2015 16:33:31 -0700 Subject: [PATCH] Fix silly caps --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bb9e0b5..ae783e9 100644 --- a/README.rst +++ b/README.rst @@ -76,7 +76,7 @@ Then add it to your Sphinx project's ``conf.py``: autoapi_type = 'go' autoapi_dir = 'path/to/go/files' -AutoAPI will automatically add itself to the last TocTREE in your top-level ``index.rst``. +AutoAPI will automatically add itself to the last TOCTree in your top-level ``index.rst``. This is needed because we will be outputting rst files into the ``autoapi`` directory. This adds it into the global TOCTree for your project,