From 6798a89841b5e82b75e9daa16250747be1d30e49 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 6 Mar 2018 09:40:47 -0800 Subject: [PATCH 1/2] Fixed output location of generated single doc --- pandas/guide/pandas_pr.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandas/guide/pandas_pr.html b/pandas/guide/pandas_pr.html index 25ee49a..465aa42 100644 --- a/pandas/guide/pandas_pr.html +++ b/pandas/guide/pandas_pr.html @@ -83,7 +83,7 @@

2. Visual validation of the docstring @@ -227,4 +227,4 @@

Quick search

- \ No newline at end of file + From 44eac2685b4086c7c9dad57ee4fe6a16deb5a9a7 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 6 Mar 2018 12:29:27 -0800 Subject: [PATCH 2/2] Changed rst file instead of generated HTML --- pandas/guide/pandas_pr.html | 4 ++-- pandas/guide/source/pandas_pr.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandas/guide/pandas_pr.html b/pandas/guide/pandas_pr.html index 465aa42..25ee49a 100644 --- a/pandas/guide/pandas_pr.html +++ b/pandas/guide/pandas_pr.html @@ -83,7 +83,7 @@

2. Visual validation of the docstring @@ -227,4 +227,4 @@

Quick search

- + \ No newline at end of file diff --git a/pandas/guide/source/pandas_pr.rst b/pandas/guide/source/pandas_pr.rst index 55bc161..2f1c985 100644 --- a/pandas/guide/source/pandas_pr.rst +++ b/pandas/guide/source/pandas_pr.rst @@ -51,7 +51,7 @@ To build the documentation run: where `` follows the format described in the previous section. -This will generate a file `/doc/build/html/generated/.html` +This will generate a file `/doc/build/html/generated_single/.html` that can be opened with your web browser. 3. Validate that the docstring is clear to others