Skip to content

Commit

Permalink
simplified book construction
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Sep 28, 2023
1 parent ee9bc0f commit dad4f31
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Sphinx

{{ '[API]({url}/sphinx/)'.format(url=book_url) }}
[API](https://www.cvxgrp.org/cvxmarkowitz/sphinx/)
4 changes: 2 additions & 2 deletions book/docs/reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions book/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"autoapi.extension",
]


source_dir = "cvx"
autoapi_type = "python"
autoapi_dirs = [f"../../{source_dir}"]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dad4f31

Please sign in to comment.