We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c40ff commit 28abbeeCopy full SHA for 28abbee
doc/source/development/contributing.rst
@@ -435,7 +435,7 @@ reducing the turn-around time for checking your changes.
435
436
# compile the reference docs for a single function
437
python make.py clean
438
- python make.py --single DataFrame.join
+ python make.py --single pandas.DataFrame.join
439
440
For comparison, a full documentation build may take 15 minutes, but a single
441
section may take 15 seconds. Subsequent builds, which only process portions
0 commit comments