From 006a5a3e532ad8c4804d73dd8894b52d2d847573 Mon Sep 17 00:00:00 2001 From: DanielPuthawala Date: Tue, 26 Mar 2024 12:00:48 -0400 Subject: [PATCH 1/3] test add introduction.rst --- docs/source/introduction.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/source/introduction.rst diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst new file mode 100644 index 0000000..282af01 --- /dev/null +++ b/docs/source/introduction.rst @@ -0,0 +1,5 @@ +Introduction +!!!!!!!!!!!! + + +Introduction text goes here. \ No newline at end of file From 810ef7b8ee44273529072673d662146d861a106a Mon Sep 17 00:00:00 2001 From: DanielPuthawala Date: Tue, 26 Mar 2024 12:21:19 -0400 Subject: [PATCH 2/3] undo add file. just add one word --- docs/source/index.rst | 2 ++ docs/source/introduction.rst | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 docs/source/introduction.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index 87525fb..ba1b6b7 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,6 +3,8 @@ Categorical Variation Representation Specification .. Short Problem statement. +blah + The Categorical Variation Study Group is developing a data framework and specification for a computable model of categorical variants. This is related to broader GA4GH efforts to streamline genomic knowledge standards across disparate genomic knowledge repositories. A categorical variation representation specification is required to facilitate the needs for storing, searching, and interpreting knowledge related to both individual genomic variants and the categories of variation to which they belong. .. Variant interpretation diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst deleted file mode 100644 index 282af01..0000000 --- a/docs/source/introduction.rst +++ /dev/null @@ -1,5 +0,0 @@ -Introduction -!!!!!!!!!!!! - - -Introduction text goes here. \ No newline at end of file From 8cf2d553d2e23951f96475a155c3a42c2c0e1646 Mon Sep 17 00:00:00 2001 From: DanielPuthawala Date: Tue, 26 Mar 2024 13:26:12 -0400 Subject: [PATCH 3/3] changed required sphinx version --- docs/source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 7557efe..75231ed 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1,3 +1,3 @@ -sphinx ~= 4.2 +sphinx ~= 7.2 jinja2 == 3.1.3 sphinx-rtd-theme == 1.3.0 \ No newline at end of file