From a74158be125248392f97e41d06553ee16c28e825 Mon Sep 17 00:00:00 2001 From: Karl Gordon Date: Mon, 9 Sep 2024 11:47:47 -0400 Subject: [PATCH] fixing doc error --- docs/index.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 07e10f2..6e5c5f3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -50,21 +50,16 @@ trace if it is necessary. Contributing ============ -Like the `Astropy`_ project, the ``measure_extinction`` is made both by and for its +Like the `Astropy`_ project, ``dust_extinction`` is made both by and for its users. We accept contributions at all levels, spanning the gamut from fixing a typo in the documentation to developing a major new feature. We welcome contributors who will abide by the `Python Software Foundation Code of Conduct `_. -``measure_extinction`` follows the same workflow and coding guidelines as -`Astropy`_. The following pages will help you get started with contributing -fixes, code, or documentation (no git or GitHub experience necessary): - -* `How to make a code contribution `_ - -* `Coding Guidelines `_ - -* `Developer Documentation `_ +``dust_extinction`` follows the same workflow and coding guidelines as +`Astropy`_. Take a look at the astropy +`developer `_ documentation for +guidelines. For the complete list of contributors please see the `measure_extinction contributors page on Github