From 890d66a0d536c3eafbe012f2d4e6c6d844f922ec Mon Sep 17 00:00:00 2001 From: Max van Deursen Date: Thu, 28 Feb 2019 15:23:50 +0100 Subject: [PATCH] Correct contribution guide docbuild instruction In this commit, the instructions on the documentation building are updated. Specifically, the command to only update for a single function is now correct. --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 1270bfec098e8..027f2d90bbb73 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -435,7 +435,7 @@ reducing the turn-around time for checking your changes. # compile the reference docs for a single function python make.py clean - python make.py --single DataFrame.join + python make.py --single pandas.DataFrame.join For comparison, a full documentation build may take 15 minutes, but a single section may take 15 seconds. Subsequent builds, which only process portions