From d78ff1dc7c15020fe1e658ce795b3e735f034ff0 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Thu, 15 Dec 2016 16:22:18 -0500 Subject: [PATCH] DOC: Remove explicit link to source file. In Sphinx 1.5, the naming of the reST source files has changed, so it's not possible to make an explicit link that works across versions. And users can just follow the "Show Source" link mentioned in the text anyway. --- doc/faq/howto_faq.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/faq/howto_faq.rst b/doc/faq/howto_faq.rst index ab548d9b63ef..4e7ea7f5def7 100644 --- a/doc/faq/howto_faq.rst +++ b/doc/faq/howto_faq.rst @@ -596,8 +596,7 @@ matplotlib is documented using the `sphinx extensible python framework for documentation projects which generates HTML and PDF, and is pretty easy to write; you can see the source for this document or any page on this site by clicking on the *Show Source* link -at the end of the page in the sidebar (or `here -<../_sources/faq/howto_faq.txt>`_ for this document). +at the end of the page in the sidebar. The sphinx website is a good resource for learning sphinx, but we have put together a cheat-sheet at :ref:`documenting-matplotlib` which