Skip to content

Commit 1a90aa6

Browse files
author
Tom Augspurger
authored
Merge pull request #17 from TomAugspurger/devel
Change development symlink name to devel
2 parents 2098279 + 14ca120 commit 1a90aa6

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Statsmodels Documentation Website
2+
3+
Hosted at [www.statsmodels.org](www.statsmodels.org).
4+
5+
## Updating
6+
7+
- Build the docs with sphinx
8+
- Copy the HTML output to a directory with the version name e.g. (`0.8.0`)
9+
- Update the symlinks
10+
+ For the stable version, change `stable`: `ln -s 0.8.0 stable`
11+
+ For the development version, change `devel`: `ln -s 0.8.1 devel`
12+
+ The `dev` symlink points to `devel`

dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0/
1+
devel/

devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.8.0/

0 commit comments

Comments
 (0)