Skip to content

Documentation improvements: add hyperlinks to cdef, set_source, dlopen, and new in Overview page

Rasmus Bondesson requested to merge branch/doc-improvements into branch/default

I'm a ReST/sphinx newbie so this might not be the prettiest.

What I did:

  • Removed all trailing whitespace in doc/*
  • Added hyperlinks to cdef, set_source, dlopen, and new in the Overview page

Some things I did not do:

  • I did not reflow the doc source paragraphs after the changes, but I can do that if you want to.
  • I did not find a way to combine links and monospaced font.
  • I did not move the method docs into docstrings.

I built the docs to see that things looked OK: https://raek.se/cffi/overview.html

Suggestions are welcome!

Edited by Rasmus Bondesson

Merge request reports