From 9b9222db3a252bc803deec83b3107f537027947a Mon Sep 17 00:00:00 2001 From: tonywu1999 Date: Tue, 14 Jan 2020 15:20:50 -0500 Subject: [PATCH] Backport PR #31011: DOC: Changed links to sphinx documentation in contributing.rst file --- doc/source/development/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 93c65ba7358c9..c7a984c66d640 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -354,9 +354,9 @@ About the *pandas* documentation -------------------------------- The documentation is written in **reStructuredText**, which is almost like writing -in plain English, and built using `Sphinx `__. The +in plain English, and built using `Sphinx `__. The Sphinx Documentation has an excellent `introduction to reST -`__. Review the Sphinx docs to perform more +`__. Review the Sphinx docs to perform more complex changes to the documentation as well. Some other important things to know about the docs: