From a36f2048218f37f774a7cf264ef32179f7d3431a Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 7 May 2025 17:48:38 -0700 Subject: [PATCH] Start mystmd website --- .gitignore | 2 ++ index.md | 10 ++++++++++ myst.yml | 19 +++++++++++++++++++ packages.md | 26 ++++++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 .gitignore create mode 100644 index.md create mode 100644 myst.yml create mode 100644 packages.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eac0968 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# MyST build outputs +_build diff --git a/index.md b/index.md new file mode 100644 index 0000000..79b053d --- /dev/null +++ b/index.md @@ -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 diff --git a/myst.yml b/myst.yml new file mode 100644 index 0000000..c63746b --- /dev/null +++ b/myst.yml @@ -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 diff --git a/packages.md b/packages.md new file mode 100644 index 0000000..e75a43c --- /dev/null +++ b/packages.md @@ -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 +... +::: +::::