From 8675f518ee9ef42c5ba3ac8f8f098353c281f4b8 Mon Sep 17 00:00:00 2001 From: Tom Eulenfeld Date: Thu, 19 Sep 2024 14:14:02 +0200 Subject: [PATCH] try to fix double indexing on RTD --- docs/src/{cli.rst => anchorna.cli.rst} | 0 docs/src/{core.rst => anchorna.core.rst} | 0 docs/src/{io.rst => anchorna.io.rst} | 0 docs/src/{util.rst => anchorna.util.rst} | 0 docs/src/index.rst | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename docs/src/{cli.rst => anchorna.cli.rst} (100%) rename docs/src/{core.rst => anchorna.core.rst} (100%) rename docs/src/{io.rst => anchorna.io.rst} (100%) rename docs/src/{util.rst => anchorna.util.rst} (100%) diff --git a/docs/src/cli.rst b/docs/src/anchorna.cli.rst similarity index 100% rename from docs/src/cli.rst rename to docs/src/anchorna.cli.rst diff --git a/docs/src/core.rst b/docs/src/anchorna.core.rst similarity index 100% rename from docs/src/core.rst rename to docs/src/anchorna.core.rst diff --git a/docs/src/io.rst b/docs/src/anchorna.io.rst similarity index 100% rename from docs/src/io.rst rename to docs/src/anchorna.io.rst diff --git a/docs/src/util.rst b/docs/src/anchorna.util.rst similarity index 100% rename from docs/src/util.rst rename to docs/src/anchorna.util.rst diff --git a/docs/src/index.rst b/docs/src/index.rst index be223a0..762eee8 100644 --- a/docs/src/index.rst +++ b/docs/src/index.rst @@ -14,7 +14,7 @@ AnchoRNA's functionality is provided through the following modules: :hidden: self - core - util - io - cli + anchorna.core + anchorna.util + anchorna.io + anchorna.cli