File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- # PortPy
1+ PortPy
22
33> Modern Portfolio Optimization in Python
44
Original file line number Diff line number Diff line change 55
66# ---- Site metadata shown in the browser and used for SEO --------
77
8- site_name : PortPy
8+ # site_name: PortPy
9+ site_name : " "
910site_description : Open-source Python library for radiation therapy planning and optimization.
1011site_author : PortPy Contributors
1112repo_url : https://github.com/PortPy-Project/PortPy # Link to the GitHub repository (shown in top-right corner)
@@ -98,6 +99,7 @@ markdown_extensions: # Adds features to Markd
9899 - footnotes # Enables footnotes in Markdown
99100 - toc : # Table of contents settings
100101 permalink : true
102+ toc_depth : 0
101103 - pymdownx.superfences # Enables nested code blocks
102104 - pymdownx.highlight # Syntax highlighting for code blocks
103105 - pymdownx.details # Expandable details blocks
You can’t perform that action at this time.
0 commit comments