You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Per.Andreas.Brodtkorb df9e95f0b5 Added alternative version of scikits statsmodels 13 years ago
..
R2nparray Added alternative version of scikits statsmodels 13 years ago
README.txt Added alternative version of scikits statsmodels 13 years ago
code_maintenance.py Added alternative version of scikits statsmodels 13 years ago
dataset_rst.py Added alternative version of scikits statsmodels 13 years ago
mat2nparray.ado Added alternative version of scikits statsmodels 13 years ago
migrate_issues_gh.py Added alternative version of scikits statsmodels 13 years ago
update_web.py Added alternative version of scikits statsmodels 13 years ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This directory is only of interest to developers.  It contains files needed to build the docs
automatically and to do code maintenance.

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

If you want to update the main docs page from the most recent release then from the docs directory 
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.

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.2release
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.2release