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 +... +::: +::::