Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit d906ccd

Browse files
committed
api and reports
1 parent 870d2ad commit d906ccd

File tree

8 files changed

+5
-29
lines changed

8 files changed

+5
-29
lines changed

cvx/cook.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def f(source, target):
4343
f("templates/book/sphinx/conf.py", "book/sphinx/conf.py")
4444
f("templates/book/docs/api.md", "book/docs/api.md")
4545
f("templates/book/docs/reports.md", "book/docs/reports.md")
46+
f("templates/book/docs/index.md", "book/docs/index.md")
4647
f("templates/readme/readmeTemplate.md", "README2.md")
4748

4849

cvx/templates/book/_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ execute:
1111

1212
parse:
1313
myst_enable_extensions:
14-
- substitution
14+
#- substitution
1515
- linkify
1616
- dollarmath
17-
myst_substitutions:
18-
book_url: {{ homepage }}
17+
#myst_substitutions:
18+
# book_url: {{ homepage }}
1919

2020
# needed for plotly
2121
sphinx:

cvx/templates/book/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# {{ title }}
1+
# {{ name }}

cvx/templates/book/docs/notebooks/data/.gitkeep

Whitespace-only changes.

cvx/templates/book/sphinx/_static/custom.css

-1
This file was deleted.
-4.56 KB
Binary file not shown.

cvx/templates/book/sphinx/index.rst

-20
This file was deleted.

cvx/templates/book/sphinx/license.rst

-4
This file was deleted.

0 commit comments

Comments
 (0)