Skip to content

Commit 9a7fef8

Browse files
committed
DOC Update documentation
Instances of outdated docs identified with the help of codex
1 parent 9a2a78f commit 9a7fef8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ in C++ for speed) operating over numpy arrays.
1212
[![Conda Downloads](https://anaconda.org/conda-forge/mahotas/badges/downloads.svg)](https://anaconda.org/conda-forge/mahotas)
1313
[![Install with conda](https://img.shields.io/badge/install%20with-conda-brightgreen.svg?style=flat)](https://anaconda.org/conda-forge/mahotas)
1414

15-
Python versions 2.7, 3.4+, are supported.
15+
Python versions 3.7+, are supported.
1616

1717
Notable algorithms:
1818

docs/source/faq.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ commands::
1616
Who uses mahotas?
1717
~~~~~~~~~~~~~~~~~
1818

19-
In June 2016, there were `34 papers
19+
As of July 2025, `320 papers
2020
<https://scholar.google.com/scholar?as_sdt=1,5&hl=en&sciodt=0,5&cites=18199654681754783804&scipsc=>`__
21-
citing the `mahotas paper
22-
<https://dx.doi.org/10.5334/jors.ac>`__
21+
cite the `mahotas paper
22+
<https://dx.doi.org/10.5334/jors.ac>`__. Many more use it without citing it. It
23+
is used in a wide variety of applications, from astronomy to medicine.
2324

2425
Why did you not simply contribute to ``scipy.ndimage`` or ``scikits.image``?
2526
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Mahotas is available for FreeBSD as `graphics/mahotas
8787
MacPorts
8888
~~~~~~~~
8989

90-
For Macports, mahotas is available as `py27-mahotas
90+
For Macports, mahotas is available as `py-mahotas
9191
<https://trac.macports.org/browser/trunk/dports/python/py-mahotas/Portfile>`__.
9292

9393
conda

0 commit comments

Comments
 (0)