diff --git a/docs/docs/development.rst b/docs/docs/development.rst index c8bd436c..3e3e95ce 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -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. diff --git a/docs/docs/plugin-api.rst b/docs/docs/plugin-api.rst index 5d1999db..07af1e45 100644 --- a/docs/docs/plugin-api.rst +++ b/docs/docs/plugin-api.rst @@ -35,8 +35,6 @@ Settings Module ~~~~~~~~~~~~~~~ .. automodule:: settings - :no-members: - :no-undoc-members: Examples --------