File: thumbspage/examples/2.0-upgrades/_generate.sh

#!/bin/bash
# =========================================================================
# Run this bash script in this folder to make just this folder's galleries:
#
#   ~/.../thumbspage/examples/2.0-upgrades$ bash _generate.sh
#
# To make all examples, run the script ../../build/generate-examples.py,
# which runs this script and all others like it.  This automates console 
# inputs, but requires a Unix-style bash shell; extrapolate for other 
# shells or run thumbspage manually elsewhere per _HOW-MADE.txt here. 
#
# [3.0] Removed the former "3" number-columns second input line - it's not
# asked for the now-default dynamic (responsive) index-layout mode.  This 
# is better avoided by setting input* config options in file or cmd args.
# =========================================================================

# folder+subfolder galleries

python3 ../../thumbspage.py . <<-EOF



	EOF

python3 ../../thumbspage.py MORE-INFO-POPUP <<-EOF



	EOF



[Home page] Books Code Blog Python Author Train Find ©M.Lutz