From 0be35266476585ebdbacd61ece3833bc720438ae Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 5 Aug 2025 14:49:25 -0700 Subject: [PATCH] Add social links --- index.md | 9 +++++++++ myst.yml | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/index.md b/index.md index 8fed1bd..032bc4c 100644 --- a/index.md +++ b/index.md @@ -14,3 +14,12 @@ We foster collaboration and knowledge sharing to lower barriers to contribution, As a domain stack within the larger [Scientific Python project](https://scientific-python.org/), Statistical Python leverages the strengths of the scientific Python ecosystem while addressing the unique needs of the statistical community. Our vision is to connect statistical innovation with open-source software engineering, drawing on best practices from both the Python and R communities. We aim to catalyze the growth of a vibrant, cross-disciplinary developer and user base, making Python a premier platform for statistical computing and education. + +:header-rows: 1 +:label: table-frontmatter-social-links +* - Field + - Description +* - `url` + - a string - website or homepage of the author +* - `bluesky` + - scientific-python.org diff --git a/myst.yml b/myst.yml index 600341f..0b7222e 100644 --- a/myst.yml +++ b/myst.yml @@ -7,6 +7,10 @@ project: # keywords: [] # authors: [] github: https://github.com/statistical-python/ + social: + github: statistical-python + discourse: https://discuss.scientific-python.org/ + discord: https://discord.com/invite/vur45CbwMz # To autogenerate a Table of Contents, run "myst init --write-toc" site: template: book-theme