From 23f267bb86257f5c0543859f99d17e5ed6c0acdb Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 14 Mar 2020 00:18:29 +0100 Subject: [PATCH] Fix small make html errors for docs --- docs/docs/development.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/docs/development.rst b/docs/docs/development.rst index e88de60b..a36a065f 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -69,7 +69,7 @@ The grammar that this parser uses is very similar to the official Python .. _inference: Type inference of python code (inference/__init__.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: jedi.inference @@ -80,7 +80,7 @@ Inference Values (inference/base_value.py) .. inheritance-diagram:: jedi.inference.value.instance.TreeInstance - jedi.inference.value.klass.Classvalue + jedi.inference.value.klass.ClassValue jedi.inference.value.function.FunctionValue jedi.inference.value.function.FunctionExecutionContext :parts: 1 @@ -89,7 +89,7 @@ Inference Values (inference/base_value.py) .. _name_resolution: Name resolution (inference/finder.py) -++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++ .. automodule:: jedi.inference.finder @@ -114,7 +114,7 @@ Core Extensions Core Extensions is a summary of the following topics: - :ref:`Iterables & Dynamic Arrays ` -- :ref:`Dynamic Parameters ` +- :ref:`Dynamic Parameters ` - :ref:`Docstrings ` - :ref:`Refactoring ` @@ -125,7 +125,7 @@ without some features. .. _iterables: Iterables & Dynamic Arrays (inference/value/iterable.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: @@ -133,25 +133,25 @@ dynamic features of Python like lists that are filled after creation: .. 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 (inference/docstrings.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: jedi.inference.docstrings .. _refactoring: Refactoring (inference/api/refactoring.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: jedi.api.refactoring @@ -159,7 +159,7 @@ Refactoring (inference/api/refactoring.py) .. _imports-modules: Imports & Modules -------------------- +----------------- - :ref:`Modules ` @@ -170,7 +170,7 @@ Imports & Modules .. _builtin: Compiled Modules (inference/compiled.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: jedi.inference.compiled @@ -178,7 +178,7 @@ Compiled Modules (inference/compiled.py) .. _imports: Imports (inference/imports.py) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. automodule:: jedi.inference.imports @@ -210,7 +210,7 @@ Recursions (recursion.py) .. _dev-helpers: Helper Modules ---------------- +-------------- 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