Skip to content

Commit

Permalink
Add a link to kodistubs-generator script to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Miroshnychenko committed Jul 8, 2023
1 parent 88848a5 commit 8f3af53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Python 2.x for addons can be found in ``python2`` branch.
so don't try to run your program outside Kodi unless you add some testing code into Kodistubs
or use some mocking library to mock Kodi Python API.

Current Kodistubs have been generated from scratch using Doxygen XML files and
Current Kodistubs have been generated from scratch using `this script`_ from Doxygen XML files and
SWIG XML Python binding definitions that, in their turn, have been generated
from Kodi sources. Old Kodistubs can be found in ``legacy`` branch.

Expand All @@ -44,3 +44,4 @@ License: `GPL v.3`_
.. _GPL v.3: http://www.gnu.org/licenses/gpl.html
.. _Kodi stubs documentation: http://romanvm.github.io/Kodistubs/
.. _PEP-484: https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code
.. _this script: https://github.com/romanvm/kodistubs-generator

0 comments on commit 8f3af53

Please sign in to comment.