Skip to content

Commit 3082b14

Browse files
committed
Order of Categories
Changed the order of the categories to be alphabetical
1 parent 89e545a commit 3082b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def retrieve_cards(directory):
5252
# walk the directory looking for 'read.me' files and associated '*.bas' files
5353
root_dir = dirname(script_dir)
5454
root_url='https://github.com/aefarrell/picomite_library/blob/main'
55-
categories = [ 'math', 'art', 'utils', 'toys' ]
55+
categories = [ 'art', 'math', 'toys', 'utils' ]
5656
cards = { cat:retrieve_cards(join(root_dir,cat)) for cat in categories }
5757

5858
# load templates and generate the html files

0 commit comments

Comments
 (0)