Skip to content

Commit 48ce28f

Browse files
committed
DOC: move gh-pages script; update release recipe
Move the github pages script to the top-level tools directory. Update release recipe for new gh-pages procedure.
1 parent 265f303 commit 48ce28f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ website-stamp: $(WWW_DIR) html-stamp pdf-stamp
137137
touch $@
138138

139139
upload-html: html-stamp
140-
./doc/tools/upload-gh-pages.sh $(WWW_DIR) $(GITHUB_REPO)
140+
./tools/upload-gh-pages.sh $(WWW_DIR) $(GITHUB_REPO)
141141

142142
#
143143
# Sources

doc/source/devel/make_release.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,9 @@ Release checklist
194194
If you are already on a Windows machine, you could have done the manual
195195
command to upload instead: ``python setup.py bdist_wininst upload``.
196196

197-
* Now the version number is OK, push the docs to sourceforge with::
197+
* Now the version number is OK, push the docs to github pages with::
198198

199-
make upload-htmldoc-mysfusername
200-
201-
where ``mysfusername`` is obviously your own sourceforge username.
199+
make upload-html
202200

203201
* Set up maintenance / development branches
204202

File renamed without changes.

0 commit comments

Comments
 (0)