From 7580b93262367d08616ac6dc14f8e5be93cd1c8b Mon Sep 17 00:00:00 2001 From: Remy Liu <36778645+RemyLau@users.noreply.github.com> Date: Mon, 9 May 2022 22:26:41 -0400 Subject: [PATCH] Add explicit links to doc (#137) --- README.md | 1 + setup.cfg | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 4e3a840..70b5bd3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A Python package of the GenePlexus analysis pipeline. * The [GenePlexus paper](https://academic.oup.com/bioinformatics/article/36/11/3457/5780279) * The [repository](https://github.com/krishnanlab/GenePlexus) for reproducing the experiments * The [webserver](https://www.geneplexus.net/) +* [Documentation](https://pygeneplexus.readthedocs.io) * Data [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6383205.svg)](https://doi.org/10.5281/zenodo.6383205) # Quick start diff --git a/setup.cfg b/setup.cfg index 01924f4..fcd8205 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,11 @@ version = 1.0.0-dev.3 description = Network based gene classification long_description = file: README.md long_description_content_type = text/markdown + +# Links url = https://github.com/krishnanlab/PyGenePlexus +project_urls = + Documentation = https://pygeneplexus.readthedocs.io # Authors author = Remy Liu and Christopher A. Mancuso