1
0
forked from VimPlug/jedi

sphinx dev: polishes

This commit is contained in:
David Halter
2013-02-04 00:02:49 +01:00
parent 0ce1bfda72
commit 38db3af324
2 changed files with 1 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ Jedi Development
This page tries to address the fundamental demand for documentation of the
|jedi| interals. Understanding a dynamic language is a complex task. Especially
because type inference in Python can be a very recursive task. Therefore |jedi|
couldn't get rid of complexity. We know that *simple is better than complex*,
couldn't get rid of complexity. We know that **simple is better than complex**,
but unfortunately it requires sometimes complex solutions to understand complex
systems.

View File

@@ -35,8 +35,6 @@ Settings Module
~~~~~~~~~~~~~~~
.. automodule:: settings
:no-members:
:no-undoc-members:
Examples
--------