From 73b46de262b8489307ce88f220f902f254af8c3a Mon Sep 17 00:00:00 2001 From: Rick Russotto Date: Sun, 26 Jan 2020 12:32:44 -0500 Subject: [PATCH 1/2] Fix Sphinx links on contributing doc page (#3710) --- doc/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index 3cd0b3e8868..105133eccc4 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -231,9 +231,9 @@ About the *xarray* 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: From b350561522c9f6f07999ffc31bf25bd898056c1c Mon Sep 17 00:00:00 2001 From: crusaderky Date: Mon, 27 Jan 2020 18:51:49 +0000 Subject: [PATCH 2/2] setuptools-scm (3) (#3724) Fix regression in github dependency graph --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000000..17de1e6f26a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +# This file is redundant with setup.cfg; +# it exists to let GitHub build the repository dependency graph +# https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on + +numpy >= 1.15 +pandas >= 0.25