Skip to content

rgommers/docs.scipy.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs.scipy.org front page

This repository contains the Sphinx source for the front page of https://docs.scipy.org/

The documentation itself comes from the Numpy and Scipy main repositories.

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 dist

To build and upload the site (requires ssh access to www.scipy.org):

$ make upload USER=myusername

About

docs.scipy.org main page source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 63.7%
  • Python 22.9%
  • HTML 13.4%