Skip to content

Commit cd3b95a

Browse files
Start mystmd website (#1)
1 parent b82df4f commit cd3b95a

File tree

4 files changed

+57
-0
lines changed

4 files changed

+57
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# MyST build outputs
2+
_build

index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Welcome to Statistical Python
3+
site:
4+
hide_outline: true
5+
hide_toc: true
6+
hide_title_block: true
7+
hide_footer_links: true
8+
---
9+
10+
Welcome to Statistical Python

myst.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# See docs at: https://mystmd.org/guide/frontmatter
2+
version: 1
3+
project:
4+
id: bf322807-9323-4e51-a6fd-6ab2ee729fcd
5+
title: Statistical Python
6+
# description:
7+
# keywords: []
8+
# authors: []
9+
# github: https://github.com/statistical-python/statistical-python.org
10+
# To autogenerate a Table of Contents, run "myst init --write-toc"
11+
site:
12+
template: book-theme
13+
#nav:
14+
# - title: Packages
15+
# url: /packages
16+
options:
17+
logo_text: Statistical Python
18+
# favicon: favicon.ico
19+
# logo: statistical-python_logo.png

packages.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Packages
3+
site:
4+
hide_outline: true
5+
hide_toc: true
6+
hide_title_block: true
7+
hide_footer_links: true
8+
---
9+
10+
::::{grid} 1 1 2 3
11+
12+
:::{card}
13+
:header: Package 1
14+
...
15+
:::
16+
17+
:::{card}
18+
:header: Package 2
19+
...
20+
:::
21+
22+
:::{card}
23+
:header: Package 3
24+
...
25+
:::
26+
::::

0 commit comments

Comments
 (0)