diff --git a/docs/api/silo.md b/docs/api/silo.md index 66e8910..306a47b 100644 --- a/docs/api/silo.md +++ b/docs/api/silo.md @@ -1,3 +1,5 @@ # sr2silo.silo -:::sr2silo.silo.submit +:::sr2silo.silo.LapisClient +:::sr2silo.silo.Submission +:::sr2silo.silo.wrangle_for_transformer diff --git a/docs/index.md b/docs/index.md index e69de29..583a047 100644 --- a/docs/index.md +++ b/docs/index.md @@ -0,0 +1,16 @@ +--- +title: Home +nav_order: 1 +--- + +# Welcome to the Documentation + +This is the main page of the documentation. + +``` + _ __ __ __ +| | / /__ / /________ ____ ___ ___ / / +| | /| / / _ \/ / ___/ __ \/ __ `__ \/ _ \ / / +| |/ |/ / __/ / /__/ /_/ / / / / / / __/ /_/ +|__/|__/\___/_/\___/\____/_/ /_/ /_/\___/ (_) +``` diff --git a/mkdocs.yml b/mkdocs.yml index 5e476f1..346942f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,7 +41,7 @@ plugins: nav: - Home: index.md - Contributing: contributing.md - - API: api/index.md + - API: api/silo.md watch: diff --git a/pyproject.toml b/pyproject.toml index cbdbe6c..e7128e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,10 +23,10 @@ pre-commit = "^3.1.0" interrogate = "^1.5.0" pyright = "^1.1.391" mkdocs-material = "^9.1.6" -mkdocstrings = { extras = ["python"], version = "^0.21.2" } mkdocs-gen-files = "^0.4.0" mkdocs-literate-nav = "^0.6.0" setuptools = "^74.1.2" +mkdocstrings-python = "^1.13.0" [tool.coverage.report] fail_under = 85.0