1Welcome to Cython's documentation.
2
3To build the documentation on Linux, you need Make and Sphinx installed on your system. Then execute::
4
5	make html
6
7On windows systems, you only need Sphinx. Open PowerShell and type::
8
9	./make.bat html
10
11You can then see the documentation by opening in a browser ``cython/docs/build/html/index.html``.
12
13The current Cython documentation files are hosted at
14https://cython.readthedocs.io/
15
16
17Notes
18=======
19
201) Some css work should definitely be done.
212) Use local 'top-of-page' contents rather than the sidebar, imo.
223) Provide a link from each (sub)section to the TOC of the page.
234) Fix cython highlighter for cdef blocks
24