Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Python
JavaScript
CSS
HTML
Makefile
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
_static | ||
|
|
_templates | ||
|
|
scipy-sphinx-theme @ 0c01961 | ||
|
|
.gitignore | ||
|
|
.gitmodules | ||
|
|
Makefile | ||
|
|
NA-overview.rst | ||
|
|
README.txt | ||
|
|
conf.py | ||
|
|
index.rst | ||
|
|
license.rst | ||
|
|
old_array_packages.rst | ||
README.txt
This repository contains the Sphinx source for the NumPy website (http://www.numpy.org/). After cloning this repository, run $ git submodule init $ git submodule update To get the Sphinx theme used. To make a local build of the website $ make html To build and upload the site (requires push permissions on https://github.com/numpy/numpy.github.com). $ make upload To test external links from the site $ make linkcheck