Shekharrajak / numpy.org

The Numpy home page

Home Page:http://numpy.scipy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Numpy home page

http://numpy.scipy.org/

License:Other


Languages

Language:Python 73.5%Language:Makefile 14.7%Language:HTML 11.7%