Skip to content

Commit ab9da09

Browse files
committed
Updated docs
1 parent 6d50eeb commit ab9da09

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
html_context = {
3838
"display_github": True, # Integrate GitHub
39-
"github_user": "PauBadiaM",
39+
"github_user": "scverse",
4040
"github_repo": project_name,
4141
"github_version": "main",
4242
"conf_py_path": "/docs/",

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Python package to perform enrichment analysis from omics data."
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111
maintainers = [
12-
{ name = "Pau Badia i Mompel", email = "pau.badia@uni-heidelberg.de" },
12+
{ name = "Pau Badia i Mompel", email = "paubim@stanford.edu" },
1313
]
1414
authors = [
1515
{ name = "Pau Badia i Mompel" },
@@ -72,8 +72,8 @@ optional-dependencies.test = [
7272
]
7373
# https://docs.pypi.org/project_metadata/#project-urls
7474
urls.Documentation = "https://decoupler.readthedocs.io/"
75-
urls.Homepage = "https://github.com/PauBadiaM/decoupler"
76-
urls.Source = "https://github.com/PauBadiaM/decoupler"
75+
urls.Homepage = "https://github.com/scverse/decoupler"
76+
urls.Source = "https://github.com/scverse/decoupler"
7777

7878
[tool.hatch.envs.default]
7979
installer = "uv"

0 commit comments

Comments
 (0)