Skip to content

Commit

Permalink
Add makefile command to get unique gallery tags
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Feb 28, 2024
1 parent 89c9f9b commit 72cd7e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ clean-build:
find . -name '*.egg-info' -exec rm -fr {} +
find . -name '*.egg' -exec rm -f {} +

gallery-tags: ## List of unique tags gallery worthy output
@grep -Ehrao "# Gallery, \w+" plotnine_examples | sort | uniq

examples: ## Run notebooks in plonine/examples/
export PYDEVD_DISABLE_FILE_VALIDATION=1; \
export PYTHONWARNINGS="ignore::FutureWarning::,ignore::DeprecationWarning::"; \
Expand Down

0 comments on commit 72cd7e0

Please # to comment.