diff --git a/book/docs/api.md b/book/docs/api.md index 9312eeab..6f92bbfd 100644 --- a/book/docs/api.md +++ b/book/docs/api.md @@ -2,4 +2,4 @@ ## Sphinx -{{ '[API]({url}/sphinx/)'.format(url=book_url) }} +[API](https://www.cvxgrp.org/cvxmarkowitz/sphinx/) diff --git a/book/docs/reports.md b/book/docs/reports.md index fd00952e..cfa9e35d 100644 --- a/book/docs/reports.md +++ b/book/docs/reports.md @@ -2,8 +2,8 @@ ## Timing -{{ '[Report]({url}/tests/html-report/report.html)'.format(url=book_url) }} +[Report](https://www.cvxgrp.org/cvxmarkowitz/tests/html-report/report.html) ## Coverage -{{ '[Coverage]({url}/tests/html-coverage/index.html)'.format(url=book_url) }} +[Coverage](https://www.cvxgrp.org/cvxmarkowitz/tests/html-coverage/index.html) diff --git a/book/sphinx/conf.py b/book/sphinx/conf.py index feee0741..dd70a514 100644 --- a/book/sphinx/conf.py +++ b/book/sphinx/conf.py @@ -16,6 +16,7 @@ "autoapi.extension", ] + source_dir = "cvx" autoapi_type = "python" autoapi_dirs = [f"../../{source_dir}"] diff --git a/pyproject.toml b/pyproject.toml index 35d171a7..da5b81e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Thomas Schmelzer", "Kasper Johansson", "Philipp Schiele", "Stephen B readme = "README.md" repository = "https://github.com/cvxgrp/cvxmarkowitz" packages = [{include = "cvx"}] +homepage = "https://www.cvxgrp.org/cvxmarkowitz" [tool.poetry.dependencies] python = ">=3.9,<3.12"