Angus Hollands

Results 221 issues of Angus Hollands

On this hub climaterisk.opensci.2i2c.cloud

documentation

This will align with future plans to add a `kind` to all node types.

enhancement

This PR attempts to clarify the different ways that a MyST site can be deployed (and why you'd pick one over the other). Closes https://github.com/executablebooks/mystmd/issues/927 There's more to cover here,...

blocked

This PR adds a glossary handler to the `myst-to-typst` package. I would like to have used the existing `definitionList` handling logic, but it's not possible to naively label the keys....

blocked

## Proposal We should add a transform to convert URLs that are declared in the `myst.yml` references section into `xref` links. E.g. links to page `https://.../foo.md` become xref-s to the...

enhancement
good first issue

An example: ````markdown We can then list the contents of this book (see [](#legacy-contents)), ```{code} shell :caption: Contents of a {term}`Legacy Book` created using the `jupyter book create` command. :name:...

bug
good first issue

It's not clear how to write MyST notebooks to work with jupytext. We should probably expand our documentation to talk about block breaks, etc.

documentation
good first issue

1. This would allow us to have multiple kinds of local execution with unique IDs. 2. Allow frontmatter to specify execution strategy e.g. per page. 3. Allow CLI to override...

enhancement

E.g. On my website ```yaml name: Angus github: ... ``` or via a GitHub / ORCID ID? How do we deal with "time of snapshot" here?

enhancement

## Proposal We already read this configuration for Thebe, so let's also use it for local execution where it is given.

enhancement