1
0
forked from VimPlug/jedi

Merge pull request #89 from dbrgn/docs

Sphinx docs cleanup
This commit is contained in:
David Halter
2012-12-26 17:06:59 -08:00
2 changed files with 9 additions and 9 deletions

View File

@@ -249,3 +249,8 @@ todo_include_todos = False
# -- Options for autodoc module ------------------------------------------------
autodoc_default_flags = ['members', 'undoc-members']
# -- Options for readthedocs ---------------------------------------------------
html_style = True # Force usage of default template on RTD

View File

@@ -2,24 +2,19 @@ Jedi Python autocompletion that works!
========================================
About Jedi
----------
.. automodule:: jedi
:members:
:undoc-members:
Contents
========
--------
.. toctree::
:maxdepth: 1
installation
plugin-api
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`