mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Include the CHANGELOG in docs
This commit is contained in:
@@ -20,7 +20,8 @@ Changelog
|
|||||||
Now returns pydoc information as well for Python keywords/operators. This
|
Now returns pydoc information as well for Python keywords/operators. This
|
||||||
means that on the class keyword it will now return the docstring of Python's
|
means that on the class keyword it will now return the docstring of Python's
|
||||||
builtin function ``help('class')``.
|
builtin function ``help('class')``.
|
||||||
- The API documentation is now way more readable and complete.
|
- The API documentation is now way more readable and complete. Check it out
|
||||||
|
under https://jedi.readthedocs.io.
|
||||||
- Removed Python 3.4 support
|
- Removed Python 3.4 support
|
||||||
- Many bugfixes
|
- Many bugfixes
|
||||||
|
|
||||||
|
|||||||
1
docs/docs/changelog.rst
Normal file
1
docs/docs/changelog.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.. include:: ../../CHANGELOG.rst
|
||||||
@@ -18,7 +18,7 @@ Docs
|
|||||||
----
|
----
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 1
|
||||||
|
|
||||||
docs/usage
|
docs/usage
|
||||||
docs/features
|
docs/features
|
||||||
@@ -28,6 +28,7 @@ Docs
|
|||||||
docs/settings
|
docs/settings
|
||||||
docs/development
|
docs/development
|
||||||
docs/testing
|
docs/testing
|
||||||
|
docs/changelog
|
||||||
|
|
||||||
|
|
||||||
.. _resources:
|
.. _resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user