Skip to content

Commit 4b5bca1

Browse files
committed
update
1 parent 70894f6 commit 4b5bca1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PortPy
1+
PortPy
22

33
> Modern Portfolio Optimization in Python
44

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
# ---- Site metadata shown in the browser and used for SEO --------
77

8-
site_name: PortPy
8+
#site_name: PortPy
9+
site_name: ""
910
site_description: Open-source Python library for radiation therapy planning and optimization.
1011
site_author: PortPy Contributors
1112
repo_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

0 commit comments

Comments
 (0)