Skip to content

tylerjereddy/scipy.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the Sphinx source for the SciPy website
(http://www.scipy.org/).

After cloning this repository, run

    $ git submodule init
    $ git submodule update

to get the Sphinx theme used.

The source is in the `www` directory, `cd` there, then the following
commands apply:

To make a local build of the website

    $ cd www
    $ make html

To build and upload the site (requires ssh access to www.scipy.org,
and if you're on macOS then upgrade rsync with Homebrew first):

    $ make upload USERNAME=myusername

To test external links from the site

    $ make linkcheck

About

Scipy.org web site source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.4%
  • Python 29.6%
  • CSS 11.0%
  • Makefile 11.0%