summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/README b/docs/README
deleted file mode 100644
index 7b3f61b5a..000000000
--- a/docs/README
+++ /dev/null
@@ -1,23 +0,0 @@
-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