From 26548181bf406a9c7dc8bfc9b1f6c58cf7a3e6e2 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 7 Feb 2015 19:29:32 -0600 Subject: [PATCH] Be more specific about citation not found error --- doc/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 015693e1..50deb4e2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -8,7 +8,8 @@ Sphinx is needed to build doc. Install with `pip install sphinx`. - "citation not found: R###" $ cd doc/build; grep -rin R### . - There is probably an underscore after the reference (e.g. [1]_) + There is probably an underscore after a reference + in the first line of a docstring (e.g. [1]_) - "Duplicate citation R###, other instance in..."" There is probably a [2] without a [1] in one of