mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 05:49:37 +08:00
jedi settings should have its own documentation page, #212
This commit is contained in:
@@ -31,10 +31,6 @@ API Return Classes
|
|||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
|
||||||
Settings Module
|
|
||||||
~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
.. automodule:: settings
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
.. include:: ../global.rst
|
||||||
|
|
||||||
|
Settings
|
||||||
|
========
|
||||||
|
|
||||||
|
.. automodule:: settings
|
||||||
@@ -25,6 +25,7 @@ Docs
|
|||||||
docs/repl
|
docs/repl
|
||||||
docs/recipes
|
docs/recipes
|
||||||
docs/plugin-api
|
docs/plugin-api
|
||||||
|
docs/settings
|
||||||
docs/history
|
docs/history
|
||||||
docs/development
|
docs/development
|
||||||
docs/testing
|
docs/testing
|
||||||
|
|||||||
+2
-3
@@ -1,7 +1,6 @@
|
|||||||
"""
|
"""
|
||||||
This module contains variables with global |jedi| setting. To change the
|
This module contains variables with global |jedi| settings. To change the
|
||||||
behavior of |jedi|, change the variables defined in
|
behavior of |jedi|, change the variables defined in :mod:`jedi.settings`.
|
||||||
:mod:`jedi.settings`.
|
|
||||||
|
|
||||||
Plugins should expose an interface so that the user can adjust the
|
Plugins should expose an interface so that the user can adjust the
|
||||||
configuration.
|
configuration.
|
||||||
|
|||||||
Reference in New Issue
Block a user