fsmMLK / inkscapeMadeEasy

Set of python modules that extends Aaron Spike's inkex.py module, adding methods and classes to help the development of new extensions for inkscape.
GNU General Public License v3.0
210 stars 29 forks source link

Add a link from docs to inkex.py docs or source #1

Closed axelpale closed 6 years ago

axelpale commented 7 years ago

Okay, inkscapeMadeEasy extends inkex.py. Therefore, it would be convenient that the documentation provides a link to inkex.py's API docs. As far as I know, no comprehensive API docs for inkex.py are available. Thus, a link to the source code would be the best option.

Inkex.py is built into Inkscape package. The package is hosted at GitHub, so the link to inkex.py is: https://github.com/inkscape/inkscape/blob/bzr-original/share/extensions/inkex.py

Adding this link would have saved me about 10 minutes of searching the correct and up-to-date inkex.py