From fe07fed31e303545dc5e7142c73f7badc35576b3 Mon Sep 17 00:00:00 2001 From: Andy Somogyi Date: Thu, 12 Dec 2013 00:44:38 -0500 Subject: [PATCH] added a 'the' to FUNDING, updated pydoc Makefile to refer to different dir --- FUNDING.txt | 4 ++-- wrappers/Python/doc/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FUNDING.txt b/FUNDING.txt index dd559deeb7..51e285fdbe 100644 --- a/FUNDING.txt +++ b/FUNDING.txt @@ -1,3 +1,3 @@ -The development of libRoadRunner was funded through generous support -of the NIH/NIGMS. Grant Number: GM081070 \ No newline at end of file +The development of libRoadRunner was funded through the generous support +of the NIH/NIGMS. Grant Number: GM081070 diff --git a/wrappers/Python/doc/Makefile b/wrappers/Python/doc/Makefile index b1131e67a6..281cb9d3c6 100644 --- a/wrappers/Python/doc/Makefile +++ b/wrappers/Python/doc/Makefile @@ -6,7 +6,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build -HTMLDIR = $(HOME)/src/roadrunner_doc/pydoc/ +HTMLDIR = $(HOME)/src/gh-pages/python_docs # User-friendly check for sphinx-build