Skip to content

Commit

Permalink
Add WIP docs tutorial for creating templates
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Aug 13, 2024
1 parent 71883a8 commit b12156e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/gallery/tutorials/templates.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""
Creating Classification Diagrams
==================================
* Create JSON files
* Add util.classification
* Add plot.templates file
"""
#######################################################################################
# First let's pull in a simple dataset to use throughout these examples:
#
from pyrolite.util.synthetic import normal_frame

0 comments on commit b12156e

Please sign in to comment.