• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

_static/css/H03-May-2022-6152

_templates/H03-May-2022-

examples/H16-Nov-2021-4,2953,353

src/H16-Nov-2021-14,21310,378

CONTRIBUTING.rstH A D16-Nov-20211.7 KiB2518

MakefileH A D16-Nov-20215.6 KiB159128

READMEH A D16-Nov-2021657 2414

TODOH A D16-Nov-20211 KiB2720

conf.pyH A D16-Nov-202114.1 KiB46896

index.rstH A D16-Nov-2021302 1611

make.batH A D16-Nov-20216.6 KiB243213

README

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