File: README

package info (click to toggle)
cython 0.29.21-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,848 kB
  • sloc: python: 67,537; ansic: 14,505; cpp: 1,340; xml: 1,031; makefile: 367; lisp: 206; sed: 11; sh: 7
file content (23 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Welcome to Cython's documentation.

To build the documentation on Linux, you need Make and Sphinx installed on your system. Then execute::

	make html

On windows systems, you only need Sphinx. Open PowerShell and type::

	./make.bat html

You can then see the documentation by opening in a browser ``cython/docs/build/html/index.html``.

The current Cython documentation files are hosted at
https://cython.readthedocs.io/en/latest/


Notes
=======

1) Some css work should definitely be done.
2) Use local 'top-of-page' contents rather than the sidebar, imo.
3) Provide a link from each (sub)section to the TOC of the page.
4) Fix cython highlighter for cdef blocks