-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More documentation and visualisation fixes (#214)
* docs: Improve documentation and add simple <200LOC cornerflow example * docs: Add output figure for cornerflow example * fix: Fix voigt averaging to use new stiffness tensors API * docs: Add PyPI and GitHub buttons to docs homepage and comment CSS file * dev: Migrate from Makefile to justfile The [just](https://github.com/casey/just) build command runner is "just" a better `make`, for our purposes. In particular, it properly terminates the documentation build if `setuptools-scm` is not installed. I'm sure there is a way to cast spells at `make` to make it do that, but why? Whenever there's a big .PHONY line in a Makefile, it means that `make` is probably the wrong tool. Also, the old Makefile I provided was only valid for GNU make (make portability is a bit gross). Also, `just` has binaries built for every major platform so installing is not a hassle. * dev: Fix docs action to use just instead of make * test: Remove alpha kwarg which is not supported by streamplot * dev: Use github actions to setup just instead of relying on apt * fix: Add enstatite CPO component to standalone example * fix: Typo and wording --------- Co-authored-by: Thomas Duvernay <td75013@hotmail.fr>
- Loading branch information
1 parent
fb3628c
commit fb44b02
Showing
13 changed files
with
410 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.