From 5c485e5866cc51ce78627263be7258b14eac45fe Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 27 Nov 2024 15:27:32 +1100 Subject: [PATCH 1/2] Update docs/source/contributing.rst Co-authored-by: Daisuke Oyama --- docs/source/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index a158a0d8..3e14adc7 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -7,7 +7,7 @@ a good place to start is the `project issue tracker `_ is that it is +One of the advantages of the `Anaconda Python environment `_ is that it is cheap to set up (and discard) Python environments for development versions of packages and populate them with your favorite scientific tools. From b6008fb2be502849719b91936d081542ffc73d5e Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 27 Nov 2024 15:27:54 +1100 Subject: [PATCH 2/2] Update docs/source/contributing.rst Co-authored-by: Daisuke Oyama --- docs/source/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index 3e14adc7..9d241823 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -28,7 +28,7 @@ Write documentation We try to maintain a simple and consistent format for inline documentation, known in the Python world as docstrings. -The format we use is known as `numpydoc `_. +The format we use is known as `numpydoc `_. It was developed by the numpy and scipy teams and is used in many popular packages.