File tree Expand file tree Collapse file tree 4 files changed +57
-0
lines changed Expand file tree Collapse file tree 4 files changed +57
-0
lines changed Original file line number Diff line number Diff line change
1
+ # MyST build outputs
2
+ _build
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+ ::::
You can’t perform that action at this time.
0 commit comments