Skip to content

Commit e753d2f

Browse files
PatBall1cursoragent
andcommitted
Add forestmap.ai sponsor visibility across repo, docs, and PyPI
- .github/FUNDING.yml: enables GitHub "Sponsor" button linking to forestmap.ai - docs/source/index.rst: adds forestmap.ai credit and HF demo link - setup.py: adds project_urls for PyPI page (Demo, Sponsor, Docs) Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a78958f commit e753d2f

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
custom:
2+
- https://forestmap.ai

docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Code developed by James Ball, Seb Hickman, Thomas Koay, Oscar Jiang, Luran Wang,
2626
at the University of Cambridge. The Forest Ecology and Conservation Group is led by Professor David Coomes and is part of the University of Cambridge `Conservation Research Institute <https://www.conservation.cam.ac.uk/>`_.
2727
MRes project repo available `here <https://github.com/shmh40/detectreeRGB/>`_.
2828

29+
Supported by `forestmap.ai <https://forestmap.ai>`_.
30+
Try the online demo on `Hugging Face Spaces <https://huggingface.co/spaces/forestmap-ai/Detectree2>`_ — no install needed.
31+
2932
Citation
3033
--------
3134

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
author_email="ball.jgc@gmail.com",
88
description="Detectree packaging",
99
url="https://github.com/PatBall1/detectree2",
10+
project_urls={
11+
"Documentation": "https://patball1.github.io/detectree2/",
12+
"Demo": "https://huggingface.co/spaces/forestmap-ai/Detectree2",
13+
"Sponsor": "https://forestmap.ai",
14+
},
1015
packages=find_packages(),
1116
test_suite="detectree2.tests.test_all.suite",
1217
python_requires=">=3.8",

0 commit comments

Comments
 (0)