We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e545a commit 3082b14Copy full SHA for 3082b14
1 file changed
docs/make_docs.py
@@ -52,7 +52,7 @@ def retrieve_cards(directory):
52
# walk the directory looking for 'read.me' files and associated '*.bas' files
53
root_dir = dirname(script_dir)
54
root_url='https://github.com/aefarrell/picomite_library/blob/main'
55
-categories = [ 'math', 'art', 'utils', 'toys' ]
+categories = [ 'art', 'math', 'toys', 'utils' ]
56
cards = { cat:retrieve_cards(join(root_dir,cat)) for cat in categories }
57
58
# load templates and generate the html files
0 commit comments