File | Date | Author | Commit |
---|---|---|---|
css | 2016-03-09 |
![]() |
[57bcd0] fixes issue #9 |
.gitignore | 2016-10-13 |
![]() |
[fdaaff] adding gitignore |
Makefile | 2018-03-04 |
![]() |
[5a99eb] Migrating to clone from github to build the site. |
README.rst | 2016-02-01 |
![]() |
[f5fc7b] updating website docs |
index-e.html | 2017-11-09 |
![]() |
[9cd47c] dunno why would have thought this was built fro... |
index-f.html | 2017-10-20 |
![]() |
[ccfb7f] trying to implement change in menu to add upgra... |
template-en.txt | 2017-10-20 |
![]() |
[2c6e6d] upgrade guide in menu. |
template-fr.txt | 2016-05-31 |
![]() |
[5803ea] fixed some typos |
template.py | 2016-03-09 |
![]() |
[57bcd0] fixes issue #9 |
The MetPX website is built from the documentation in the various modules in the project. It builds using all .rst files found in sarracenia/doc as well as some of the .rst files found in sundew/doc.
In order to build the HTML pages, the following software must be available on your workstation:
From a command shell:
cd site make
To publish the site to sourceforge (updating metpx.sourceforge.net), you must have a sourceforge.net account and have the required permissions to modify the site.
From a shell, run:
make SFUSER=myuser deploy