python-sfml
python-sfml copied to clipboard
Link the doc with the official Python doc
Python exceptions/functions would be linked.
Examples:
:exc:`IOError`
:exc:`NotImplementedError`
:func:`type`
We've already enabled intersphinx, we just need to extend its use, which will take care of this.
http://sphinx-doc.org/ext/intersphinx.html
update: The settings are in place, we just need to link the relevant portions of the documentation now.