andreikop / qutepart

Code editor component for PyQt5
http://enki-editor.org
GNU Lesser General Public License v2.1
111 stars 30 forks source link

Custom margin support #58

Closed SergeySatskiy closed 7 years ago

andreikop commented 7 years ago

Hi Thank you for PR. @SergeySatskiy, could you reformat the documentation as Sphinx and add a link to it on the main documentation page? Now Qutepart documentation is automatically auto-generated from the sources and published on http://qutepart.readthedocs.io/en/latest/ Will be better if API uses can see all docs on 1 site.

SergeySatskiy commented 7 years ago

I have no experience with Sphinx so far and thus I don't really understand what you mean. Do you mean to move the content of CustomMargins.md to the top of init.py and remove the CustomMargins.md file?

andreikop commented 7 years ago

No, not to __init__.py. It is possible to include the documentation to this file. Would be even better if you created a .rst file in doc/ and added to index.rst a link to this file.

SergeySatskiy commented 7 years ago

Done. Please review the updates.