From 79182d71891f0d8d48a194efe9ba91ae122b717c Mon Sep 17 00:00:00 2001 From: Ankit Daftery Date: Thu, 4 Aug 2011 17:47:09 +0000 Subject: [PATCH] Added ndarray.rst --- libs/numpy/doc/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/numpy/doc/Jamfile b/libs/numpy/doc/Jamfile index 6ec6fed5..f76da2c4 100644 --- a/libs/numpy/doc/Jamfile +++ b/libs/numpy/doc/Jamfile @@ -6,7 +6,7 @@ project user-config : requirements rst2html ; import docutils ; import path ; -sources = tutorial.rst ; +sources = tutorial.rst ndarray.rst ; bases = $(sources:S=) ; # This is a path relative to the html/ subdirectory where the