tools
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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,[email protected]: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,[email protected]: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,[email protected] <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,[email protected]:htdocs/0.2