From 6e2b5e22b4d5513a9237582de0dcd7b7deb2ae8e Mon Sep 17 00:00:00 2001 From: Tim McFarland Date: Fri, 3 Jun 2022 20:10:44 -0400 Subject: [PATCH 1/3] added reference to open documentation issues --- doc/source/development/contributing_documentation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/development/contributing_documentation.rst b/doc/source/development/contributing_documentation.rst index 583eecf1ca8ab..5195f3aa76326 100644 --- a/doc/source/development/contributing_documentation.rst +++ b/doc/source/development/contributing_documentation.rst @@ -12,7 +12,11 @@ you don't have to be an expert on pandas to do so! In fact, there are sections of the docs that are worse off after being written by experts. If something in the docs doesn't make sense to you, updating the relevant section after you figure it out is a great way to ensure it will help -the next person. +the next person. Please visit the `issues page ` +for a full list of issues that are currently open regarding the +Pandas documentation. + + .. contents:: Documentation: :local: From fdc2b0cd2b83110e1420c294ca3519da1ce06d09 Mon Sep 17 00:00:00 2001 From: Tim McFarland Date: Fri, 3 Jun 2022 22:08:32 -0400 Subject: [PATCH 2/3] fixed format to ensure link shows properly --- doc/source/development/contributing_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_documentation.rst b/doc/source/development/contributing_documentation.rst index 5195f3aa76326..8516de2df59bf 100644 --- a/doc/source/development/contributing_documentation.rst +++ b/doc/source/development/contributing_documentation.rst @@ -12,7 +12,7 @@ you don't have to be an expert on pandas to do so! In fact, there are sections of the docs that are worse off after being written by experts. If something in the docs doesn't make sense to you, updating the relevant section after you figure it out is a great way to ensure it will help -the next person. Please visit the `issues page ` +the next person. Please visit the `issues page `__ for a full list of issues that are currently open regarding the Pandas documentation. From 680a388ee867ab5d7e67c932c45286daa21f39e3 Mon Sep 17 00:00:00 2001 From: Tim McFarland Date: Sat, 4 Jun 2022 11:29:43 +0000 Subject: [PATCH 3/3] Fixes from pre-commit [automated commit] --- doc/source/development/contributing_documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_documentation.rst b/doc/source/development/contributing_documentation.rst index 8516de2df59bf..fac6a91ce82f2 100644 --- a/doc/source/development/contributing_documentation.rst +++ b/doc/source/development/contributing_documentation.rst @@ -13,7 +13,7 @@ there are sections of the docs that are worse off after being written by experts. If something in the docs doesn't make sense to you, updating the relevant section after you figure it out is a great way to ensure it will help the next person. Please visit the `issues page `__ -for a full list of issues that are currently open regarding the +for a full list of issues that are currently open regarding the Pandas documentation.