Skip to content

Files

Latest commit

c4e132d · Nov 23, 2013

History

History
This branch is 1 commit ahead of, 10101 commits behind statsmodels/statsmodels:main.

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 26, 2012
May 9, 2012
Nov 23, 2013
Apr 11, 2012
Apr 11, 2012
Apr 11, 2012
Apr 11, 2012
Apr 11, 2012
Apr 11, 2012
Mar 14, 2013
Sep 29, 2011
Nov 15, 2012
Jun 12, 2012
Jun 12, 2012
May 4, 2013
Oct 6, 2012
Jul 12, 2012
Oct 22, 2013
Jul 31, 2013
Mar 7, 2012
Jun 12, 2012
May 4, 2012
Oct 31, 2011
Aug 14, 2013
Aug 1, 2013
Jun 13, 2012
Aug 14, 2013
This directory is only of interest to developers.  It contains files needed to build the docs automatically and to do code maintenance. The below is just a reminder of the commands to update things. It may not necessarily reflect the current workflow.

How to update the main entry page
---------------------------------

If you want to update the main docs page from the statsmodels-website then
run the following (with your credentials)

make clean
make html
rsync -avPr -e ssh build/html/* jseabold,statsmodels@web.sourceforge.net:htdocs/

How to update the nightly builds
--------------------------------
Note that this is done automatically with the update_web.py script except for
new releases.  They should be done by hand if there are any backported changes.

Important: Make sure you have the version installed for which you are building 
the documentation if done by hand.

To update devel branch (from the master branch)

Make sure you have master installed
cd to docs directory
make clean
make html

rsync -avPr -e ssh build/html/* jseabold,statsmodels@web.sourceforge.net:htdocs/devel

How to add a new directory
---------------------------
If you want to create a new directory on the sourceforge site. This can be done on linux as follows

sftp jseabold,statsmodels@web.sourceforge.net
<enter password>

mkdir 0.2
bye

Then make sure you have the release installed, cd to the docs directory and run

make clean
make html

rsync -avPr -e ssh build/html/* jseabold,statsmodels@web.sourceforge.net:htdocs/0.2