Skip to content

Commit

Permalink
Merge pull request #14 from quant-aq/dmcc/add-poster/sc-15280
Browse files Browse the repository at this point in the history
Add SciPy 2024 poster and thumbnail
  • Loading branch information
dmcc authored Jun 28, 2024
2 parents 3926518 + fad1f9b commit 3694a03
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,25 @@ we said it was opinionated)
- **Python Package Manager**: [pdm](https://pdm.fming.dev)
- **Revision Control**: [Git](https://git-scm.com/)

**Note:** As is likely obvious, Aeromancy documentation is in a very early
state. As this is a pre-release support may be limited. For now, we include a
couple pointers for how to setup your environment for Aeromancy.
## Aeromancy at SciPy 2024

Check out our [abstract](docs/docs/scipy_abstract.md) and [poster](https://raw.githubusercontent.com/quant-aq/aeromancy/main/docs/docs/Aeromancy_SciPy_2024_poster.pdf):

[![SciPy 2024 poster](https://raw.githubusercontent.com/quant-aq/aeromancy/main/docs/docs/Aeromancy_SciPy_2024_poster_thumb.png)](https://raw.githubusercontent.com/quant-aq/aeromancy/main/docs/docs/Aeromancy_SciPy_2024_poster.pdf)

## Documentation

- If you're new to Aeromancy, [start here](docs/docs/quick_start.md)! Or
check out our [SciPy 2024](docs/docs/scipy_abstract.md) abstract for a high
level overview.
- If you're new to Aeromancy, [start here](docs/docs/quick_start.md)!
- In the Developer Reference section of the documentation, we include some
design docs which provide an [architectural overview](docs/docs/scaffolding.md) and a
[glossary](docs/docs/tasks.md) of terms.
- To see autogenerated docs for code from this repo, you'll need to start a
local doc server (`pdm doc`).
- Want to get involved? We have starting points in our [Contributor Guidelines](docs/docs/contributing.md).

**Note:** Aeromancy documentation is in a very early state. As this is a
pre-release support may be limited.

## Common development commands

- `pdm lint`: Run pre-commit linters
Expand Down
Binary file added docs/docs/Aeromancy_SciPy_2024_poster.pdf
Binary file not shown.
Binary file added docs/docs/Aeromancy_SciPy_2024_poster_thumb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ we said it was opinionated)
- **Python Package Manager**: [pdm](https://pdm.fming.dev)
- **Revision Control**: [Git](https://git-scm.com/)

!!! note
Aeromancy documentation is still in a very early state. As this is a
pre-release, support may be limited.
## Aeromancy at SciPy 2024

Check out our [abstract](scipy_abstract.md) and [poster](https://raw.githubusercontent.com/quant-aq/aeromancy/main/docs/docs/Aeromancy_SciPy_2024_poster.pdf):

[![SciPy 2024 poster](https://raw.githubusercontent.com/quant-aq/aeromancy/main/docs/docs/Aeromancy_SciPy_2024_poster_thumb.png)](https://raw.githubusercontent.com/quant-aq/aeromancy/main/docs/docs/Aeromancy_SciPy_2024_poster.pdf)

## Documentation overview

Expand All @@ -42,3 +44,7 @@ we said it was opinionated)
Guidelines](docs/docs/contributing.md).
- Lastly, we have autogenerated documentation in [Code
Reference](reference/aeromancy/index.md).

!!! note
Aeromancy documentation is still in a very early state. As this is a
pre-release, support may be limited.
4 changes: 4 additions & 0 deletions docs/docs/scipy_abstract.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Aeromancy has been accepted at [SciPy 2024](https://www.scipy2024.scipy.org/),
July 8-14, 2024.

## Poster

[![Aeromancy SciPy 2024 poster](Aeromancy_SciPy_2024_poster_thumb.png)](Aeromancy_SciPy_2024_poster.pdf)

## Abstract

We present Aeromancy, an opinionated philosophy and open-sourced framework that
Expand Down

0 comments on commit 3694a03

Please sign in to comment.