Skip to content

Commit

Permalink
Merge pull request #56 from mdtanker:dev
Browse files Browse the repository at this point in the history
fixed gallery and tutorial thumbnails
  • Loading branch information
mdtanker committed Sep 7, 2022
2 parents 10a1e62 + 7fc15b3 commit db1ac2a
Show file tree
Hide file tree
Showing 38 changed files with 818 additions and 201 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ flake8:

run_doc_files:
jupyter nbconvert --execute --inplace docs/*.ipynb
jupyter nbconvert --execute --inplace docs/*/*.ipynb

build_docs:
@echo
Expand All @@ -64,6 +65,9 @@ build_docs:
# html-noplot:
# $(SPHINXBUILD) -D plot_gallery=0 -b html $(ALLSPHINXOPTS) $(SOURCEDIR) $(BUILDDIR)/html

test_publish:
poetry publish --build -r test-pypi

publish:
poetry publish --build

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Feel free to use, share, modify, and contribute to this project. I've mostly mad

## Project goals

Below is a list of some feature I hope to eventually include. Feel free to make a feature request through [Github Issues](https://github.com/mdtanker/antarctic_plots/issues/new/choose).
Below is a list of some features I hope to eventually include. Feel free to make a feature request through [Github Issues](https://github.com/mdtanker/antarctic_plots/issues/new/choose).
* Interactively choose profile locations by clicking on a map (See [Issue #1](https://github.com/mdtanker/antarctic_plots/issues/1))
* Create 3D interactive models to help visualize data.
* Plot data in 3D
Expand Down
Binary file modified docs/_build/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/_build/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 76edc120b8b1d47ff502bf00f12f4b4f
config: 84695543a63b5e83d59c849c37bbf152
tags: 645f666f9bcd5a90fca523b33c5a78b7
54 changes: 54 additions & 0 deletions docs/_build/html/_sources/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# Changelog

## Release v0.0.4

### πŸ’« Highlights
* New mapping function `antarctic_plots.maps`
* Pre-set regions for commonly plotted areas
* Added Gallery examples
* Created a Binder environment
* More datasets included in `fetch`

### πŸš€ Features

#### New module `Maps`

* plot_grd

#### New datasets in `Fetch`

* bedmachine
* geothermal

#### New functions in `Utils`

* alter_region
* coherency
* grd_compare
* grd_trend
* make_grid
* raps
* set_proj

### πŸ“– Documentation

* Added `Tutorials` and `Gallery examples` to the docs
* Added tutorial for modules `fetch` and `region`

### β›” Maintenance

* Closed [Issue #9](https://github.com/mdtanker/antarctic_plots/issues/9): Code formating
* Closed [Issue #13](https://github.com/mdtanker/antarctic_plots/issues/13): Specify dependency version
* Closed [Issue #15](https://github.com/mdtanker/antarctic_plots/issues/15): Add inset map of Antarctica
* Closed [Issue #16](https://github.com/mdtanker/antarctic_plots/issues/16): Add Welcome Bot message to first time contributors
* Closed [Issue #20](https://github.com/mdtanker/antarctic_plots/issues/20): Add options to use the package online
* Closed [Issue #25](https://github.com/mdtanker/antarctic_plots/issues/25): Add GHF data to fetch module
* Closed [Issue #26](https://github.com/mdtanker/antarctic_plots/issues/26): Add BedMachine Data to fetch
* Closed [Issue #27](https://github.com/mdtanker/antarctic_plots/issues/27): fetch.bedmap2 issue with xarray
* Closed [Issue #28](https://github.com/mdtanker/antarctic_plots/issues/28): Set region strings for commonly plotted areas
* Closed [Issue #22](https://github.com/mdtanker/antarctic_plots/issues/22): Create Zenodo DOI

### πŸ§‘β€πŸ€β€πŸ§‘ Contributors

[@mdtanker](https://github.com/mdtanker)

---

## Release v0.0.3

### πŸ’« Highlights
Expand Down
Loading

0 comments on commit db1ac2a

Please sign in to comment.