[Scipy-svn] r6201 - in scipy.org/conference: . _theme/scipy

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Jan 15 00:21:08 EST 2010


Author: jarrod.millman
Date: 2010-01-14 23:21:08 -0600 (Thu, 14 Jan 2010)
New Revision: 6201

Modified:
   scipy.org/conference/Makefile
   scipy.org/conference/_theme/scipy/layout.html
Log:
fix title and add webup to make


Modified: scipy.org/conference/Makefile
===================================================================
--- scipy.org/conference/Makefile	2010-01-15 04:53:13 UTC (rev 6200)
+++ scipy.org/conference/Makefile	2010-01-15 05:21:08 UTC (rev 6201)
@@ -86,3 +86,8 @@
 	$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) _build/doctest
 	@echo "Testing of doctests in the sources finished, look at the " \
 	      "results in _build/doctest/output.txt."
+
+webup:
+	@echo "Copying html files to conference.scipy.org..."
+	rsync -avH -e ssh _build/html/ jarrod.millman at conference.scipy.org:/srv/www/conference
+

Modified: scipy.org/conference/_theme/scipy/layout.html
===================================================================
--- scipy.org/conference/_theme/scipy/layout.html	2010-01-15 04:53:13 UTC (rev 6200)
+++ scipy.org/conference/_theme/scipy/layout.html	2010-01-15 05:21:08 UTC (rev 6201)
@@ -1,4 +1,5 @@
 {% extends "sphinxdoc/layout.html" %}
+{% set title = 'SciPy Conferences' %}
 
 {% block sidebarlogo %}
   {% include 'sitenav.html' %}




More information about the Scipy-svn mailing list