From e2bb9c8d8e43ae7df689603dac5f54e0fa974b0c Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Sun, 29 May 2016 18:12:52 -0700 Subject: [PATCH] rename flow example. --- docs/flow/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/flow/index.rst b/docs/flow/index.rst index d4299b0d..027376ce 100644 --- a/docs/flow/index.rst +++ b/docs/flow/index.rst @@ -35,8 +35,8 @@ Here we reproduce the results from Celia et al. (1990): .. plot:: - from SimPEG.FLOW.Examples import Celia1990 - Celia1990.run() + from SimPEG import Examples + Examples.FLOW_Richards_1D_Celia1990.run() Richards ========