Thanks to visit codestin.com
Credit goes to github.com

Skip to content

numpy/numpy.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
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

    $ cd www
    $ 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