From 652c9469042677fbddfc7e1341ab6c4a51309544 Mon Sep 17 00:00:00 2001 From: BeanNan Date: Fri, 23 Oct 2020 15:07:00 +0800 Subject: [PATCH 1/2] DOC: update development documentation for link to built docs #37248 --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 7fbd2e1188901..2cc2ef15c8945 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -598,7 +598,7 @@ Building master branch documentation When pull requests are merged into the pandas ``master`` branch, the main parts of the documentation are also built by Travis-CI. These docs are then hosted `here -`__, see also +`__, see also the :ref:`Continuous Integration ` section. .. _contributing.code: From 528dbdeee1a83ad746281ab342f1387c30467dc4 Mon Sep 17 00:00:00 2001 From: beanan Date: Sat, 24 Oct 2020 09:07:44 +0800 Subject: [PATCH 2/2] Update doc/source/development/contributing.rst use shorter version Co-authored-by: Joris Van den Bossche --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 2cc2ef15c8945..b281c7cfc7d39 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -598,7 +598,7 @@ Building master branch documentation When pull requests are merged into the pandas ``master`` branch, the main parts of the documentation are also built by Travis-CI. These docs are then hosted `here -`__, see also +`__, see also the :ref:`Continuous Integration ` section. .. _contributing.code: