Skip to content

Start mystmd website #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# MyST build outputs
_build
10 changes: 10 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Welcome to Statistical Python
site:
hide_outline: true
hide_toc: true
hide_title_block: true
hide_footer_links: true
---

Welcome to Statistical Python
19 changes: 19 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: bf322807-9323-4e51-a6fd-6ab2ee729fcd
title: Statistical Python
# description:
# keywords: []
# authors: []
# github: https://github.com/statistical-python/statistical-python.org
# To autogenerate a Table of Contents, run "myst init --write-toc"
site:
template: book-theme
#nav:
# - title: Packages
# url: /packages
options:
logo_text: Statistical Python
# favicon: favicon.ico
# logo: statistical-python_logo.png
26 changes: 26 additions & 0 deletions packages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Packages
site:
hide_outline: true
hide_toc: true
hide_title_block: true
hide_footer_links: true
---

::::{grid} 1 1 2 3

:::{card}
:header: Package 1
...
:::

:::{card}
:header: Package 2
...
:::

:::{card}
:header: Package 3
...
:::
::::