1
0
forked from VimPlug/jedi

Fix small make html errors for docs

This commit is contained in:
Dave Halter
2020-03-14 00:18:29 +01:00
parent 4af138f4fb
commit 23f267bb86

View File

@@ -69,7 +69,7 @@ The grammar that this parser uses is very similar to the official Python
.. _inference: .. _inference:
Type inference of python code (inference/__init__.py) Type inference of python code (inference/__init__.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: jedi.inference .. automodule:: jedi.inference
@@ -80,7 +80,7 @@ Inference Values (inference/base_value.py)
.. inheritance-diagram:: .. inheritance-diagram::
jedi.inference.value.instance.TreeInstance jedi.inference.value.instance.TreeInstance
jedi.inference.value.klass.Classvalue jedi.inference.value.klass.ClassValue
jedi.inference.value.function.FunctionValue jedi.inference.value.function.FunctionValue
jedi.inference.value.function.FunctionExecutionContext jedi.inference.value.function.FunctionExecutionContext
:parts: 1 :parts: 1
@@ -89,7 +89,7 @@ Inference Values (inference/base_value.py)
.. _name_resolution: .. _name_resolution:
Name resolution (inference/finder.py) Name resolution (inference/finder.py)
++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++
.. automodule:: jedi.inference.finder .. automodule:: jedi.inference.finder
@@ -114,7 +114,7 @@ Core Extensions
Core Extensions is a summary of the following topics: Core Extensions is a summary of the following topics:
- :ref:`Iterables & Dynamic Arrays <iterables>` - :ref:`Iterables & Dynamic Arrays <iterables>`
- :ref:`Dynamic Parameters <dynamic>` - :ref:`Dynamic Parameters <dynamic_params>`
- :ref:`Docstrings <docstrings>` - :ref:`Docstrings <docstrings>`
- :ref:`Refactoring <refactoring>` - :ref:`Refactoring <refactoring>`
@@ -125,7 +125,7 @@ without some features.
.. _iterables: .. _iterables:
Iterables & Dynamic Arrays (inference/value/iterable.py) Iterables & Dynamic Arrays (inference/value/iterable.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To understand Python on a deeper level, |jedi| needs to understand some of the To understand Python on a deeper level, |jedi| needs to understand some of the
dynamic features of Python like lists that are filled after creation: dynamic features of Python like lists that are filled after creation:
@@ -133,25 +133,25 @@ dynamic features of Python like lists that are filled after creation:
.. automodule:: jedi.inference.value.iterable .. automodule:: jedi.inference.value.iterable
.. _dynamic: .. _dynamic_params:
Parameter completion (inference/dynamic.py) Parameter completion (inference/dynamic_params.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: jedi.inference.dynamic .. automodule:: jedi.inference.dynamic_params
.. _docstrings: .. _docstrings:
Docstrings (inference/docstrings.py) Docstrings (inference/docstrings.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: jedi.inference.docstrings .. automodule:: jedi.inference.docstrings
.. _refactoring: .. _refactoring:
Refactoring (inference/api/refactoring.py) Refactoring (inference/api/refactoring.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: jedi.api.refactoring .. automodule:: jedi.api.refactoring
@@ -159,7 +159,7 @@ Refactoring (inference/api/refactoring.py)
.. _imports-modules: .. _imports-modules:
Imports & Modules Imports & Modules
------------------- -----------------
- :ref:`Modules <modules>` - :ref:`Modules <modules>`
@@ -170,7 +170,7 @@ Imports & Modules
.. _builtin: .. _builtin:
Compiled Modules (inference/compiled.py) Compiled Modules (inference/compiled.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: jedi.inference.compiled .. automodule:: jedi.inference.compiled
@@ -178,7 +178,7 @@ Compiled Modules (inference/compiled.py)
.. _imports: .. _imports:
Imports (inference/imports.py) Imports (inference/imports.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: jedi.inference.imports .. automodule:: jedi.inference.imports
@@ -210,7 +210,7 @@ Recursions (recursion.py)
.. _dev-helpers: .. _dev-helpers:
Helper Modules Helper Modules
--------------- --------------
Most other modules are not really central to how Jedi works. They all contain Most other modules are not really central to how Jedi works. They all contain
relevant code, but you if you understand the modules above, you pretty much relevant code, but you if you understand the modules above, you pretty much