From 315414c22ff601736ab3c13199e4e36c5acd586f Mon Sep 17 00:00:00 2001 From: xin-huang Date: Sat, 12 Oct 2024 15:26:14 +0200 Subject: [PATCH] Update --- .gitignore | 1 + README.md | 2 +- mkdocs.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 07f708f..c0fcdae 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ examples/snakepipe/.snakemake/* examples/snakepipe/logs_slurm/* .coverage tests/results/simulation +site diff --git a/README.md b/README.md index 7b6b87d..a39b1fe 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ [![codecov](https://codecov.io/gh/xin-huang/sstar/branch/main/graph/badge.svg?token=71r46xjWnU)](https://codecov.io/gh/xin-huang/sstar) [![Documentation Status](https://readthedocs.org/projects/sstar/badge/?version=latest)](https://sstar.readthedocs.io/en/latest/?badge=latest) -The manual can be found [here](https://sstar.readthedocs.io/en/latest/). +The manual can be found [here](https://xin-huang.github.io/sstar). diff --git a/mkdocs.yml b/mkdocs.yml index 5bf03fd..a73f022 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: sstar -site_url: "https://sstar.readthedocs.io" +site_url: "https://xin-huang.github.io/sstar" repo_url: "https://github.com/xin-huang/sstar" edit_uri: "" docs_dir: 'docs'