From b06232512d0aabee11bec6dc3115ea0a6b1be493 Mon Sep 17 00:00:00 2001 From: hannah Date: Tue, 28 Nov 2023 00:01:45 -0500 Subject: [PATCH] added version guarded admonishment --- doc/devel/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/devel/index.rst b/doc/devel/index.rst index 95572aa661cf..5bb1d240611e 100644 --- a/doc/devel/index.rst +++ b/doc/devel/index.rst @@ -4,6 +4,15 @@ Contribute ########## +.. ifconfig:: releaselevel != 'dev' + + .. important:: + + If you plan to contribute to Matplotlib, please read the + `development version `_ + of this document as it will have the most up to date installation + instructions, workflow process, and contributing guidelines. + Thank you for your interest in helping to improve Matplotlib! There are various ways to contribute: optimizing and refactoring code, detailing unclear documentation and writing new examples, reporting and fixing bugs and requesting