Skip to content
Open
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 docs/config/scientific-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 1

site:
template: book-theme
parts:
footer: footer.md
options:
hide_toc: false
hide_footer_links: true
Expand Down
38 changes: 38 additions & 0 deletions docs/footer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!-- rumdl-disable MD041 -->

% 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

<!-- Project description -->

::::{div}

# Scientific Python Development Guide

This guide is maintained by the scientific Python community for the benefit of
fellow scientists and research software engineers.
::::

<!-- Spacer between description and links -->

::::{div}
::::

<!-- Links -->

::::{div}

- [Scientific Python](https://scientific-python.org)
- [Learn](https://learn.scientific-python.org)
- [Source on GitHub](https://github.com/scientific-python/cookie)
::::

:::::
Loading