diff --git a/docs/config/scientific-python.yml b/docs/config/scientific-python.yml index 00bf1391..f819f6e1 100644 --- a/docs/config/scientific-python.yml +++ b/docs/config/scientific-python.yml @@ -2,6 +2,8 @@ version: 1 site: template: book-theme + parts: + footer: footer.md options: hide_toc: false hide_footer_links: true diff --git a/docs/footer.md b/docs/footer.md new file mode 100644 index 00000000..9ccb1096 --- /dev/null +++ b/docs/footer.md @@ -0,0 +1,38 @@ + + +% This defines the site-wide footer; it is not parsed as a regular "page". +% It is wired up in `config/scientific-python.yml`: +% site: +% parts: +% footer: footer.md +% The column layout is controlled by `.footer .outer-grid` in +% `assets/css/site.css` (grid-template-columns: 3fr 3fr 4fr). + +:::::{grid} 1 1 3 3 +:class: outer-grid col-screen + + + +::::{div} + +# Scientific Python Development Guide + +This guide is maintained by the scientific Python community for the benefit of +fellow scientists and research software engineers. +:::: + + + +::::{div} +:::: + + + +::::{div} + +- [Scientific Python](https://scientific-python.org) +- [Learn](https://learn.scientific-python.org) +- [Source on GitHub](https://github.com/scientific-python/cookie) + :::: + +:::::