Skip to content

Commit b5acf45

Browse files
WillAydjorisvandenbossche
authored andcommitted
Fixed output location of generated single doc (#56)
* Fixed output location of generated single doc * Changed rst file instead of generated HTML
1 parent 1b5ca8d commit b5acf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/guide/source/pandas_pr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To build the documentation run:
5151
where `<your-function-or-method>` follows the format described in the previous
5252
section.
5353

54-
This will generate a file `<pandas-dir>/doc/build/html/generated/<your-function-or-method>.html`
54+
This will generate a file `<pandas-dir>/doc/build/html/generated_single/<your-function-or-method>.html`
5555
that can be opened with your web browser.
5656

5757
3. Validate that the docstring is clear to others

0 commit comments

Comments
 (0)