From 9e2e86c449af89b487e3e622249e9a848910e73f Mon Sep 17 00:00:00 2001 From: Stephan Hoyer Date: Tue, 2 Aug 2016 10:37:36 -0700 Subject: [PATCH] Fix "Internals" link in What's New Fixes GH932 --- doc/index.rst | 2 +- doc/internals.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 2cb30ad0cf4..c2e3abaa7b5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -37,6 +37,7 @@ Documentation whats-new why-xarray + faq examples installing data-structures @@ -51,7 +52,6 @@ Documentation dask plotting api - faq internals See also diff --git a/doc/internals.rst b/doc/internals.rst index b66430fb152..c3127ec70ec 100644 --- a/doc/internals.rst +++ b/doc/internals.rst @@ -1,4 +1,4 @@ -.. +.. _internals: xarray Internals ================