Skip to content

Commit

Permalink
switch to OhMyCards.jl (unregistered for now) (#261)
Browse files Browse the repository at this point in the history
* Use OhMyCards

* Add more examples

* Fix CI

* Fix the make script

* Remove GeoMakieDocumenterBlocks

* Expand all examples first

* fix expandfirst

* Add more examples back

* Don't build `multiple_crs`
  • Loading branch information
asinghvi17 committed Jul 17, 2024
1 parent a8599e7 commit 3a5f3e0
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 500 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
# PackageSpec(name = "MakieCore", rev = "master"),
# PackageSpec(name = "CairoMakie", rev = "master"),
PackageSpec(name = "Rasters", rev = "la/compacts"),
PackageSpec(name = "ArchGDAL", rev = "master")
PackageSpec(name = "ArchGDAL", rev = "master"),
PackageSpec(url = "https://github.com/asinghvi17/OhMyCards.jl", rev = "main"),
])
Pkg.instantiate()'
env:
Expand Down
9 changes: 0 additions & 9 deletions GeoMakieDocumenterBlocks/Project.toml

This file was deleted.

21 changes: 0 additions & 21 deletions GeoMakieDocumenterBlocks/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions GeoMakieDocumenterBlocks/src/GeoMakieDocumenterBlocks.jl

This file was deleted.

10 changes: 0 additions & 10 deletions GeoMakieDocumenterBlocks/src/ast_utils.jl

This file was deleted.

32 changes: 0 additions & 32 deletions GeoMakieDocumenterBlocks/src/build_step.jl

This file was deleted.

176 changes: 0 additions & 176 deletions GeoMakieDocumenterBlocks/src/cardmeta.jl

This file was deleted.

Loading

2 comments on commit 3a5f3e0

@asinghvi17
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/111200

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.3 -m "<description of version>" 3a5f3e0f8c5a2dd867aa463ea672fb229bd1ab70
git push origin v0.7.3

Please sign in to comment.