Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scripted Logo Generation, take two (#3935)
* Added logo generation Python script. * Replace lambda scale_func.n * Matched current logo appearance. * Simplified gradient code. * Renamed land_mask to land_clip. * Make new svg instead of faffing with reformatting existing. * Refactor out 'style' in attributes. * File header. * Integrated logo generation script into Sphinx docs generation. * Environment variable logo names. * Removed banner width calculation to avoid font dependency. * Refactored to also generate rotating logos. * Replace plt.tightlayout with plt.subplots_adjust. * Replaced OrderedDicts with dicts (not needed >=Py3.6). * Numpy standard import form. * Replaced animated SVG with precusor files for animated GIF. * Corrected logo URL to source from ReadTheDocs site. * Changes to better match 'hand-created' logo. * Fixed logo rotate zip title. * Relocated logo generation script to SciTools/marketing. * update links (#3942) * update links * added s to http * Added logo generation Python script. * Replace lambda scale_func.n * Matched current logo appearance. * Simplified gradient code. * Renamed land_mask to land_clip. * Make new svg instead of faffing with reformatting existing. * Refactor out 'style' in attributes. * File header. * Integrated logo generation script into Sphinx docs generation. * Environment variable logo names. * Removed banner width calculation to avoid font dependency. * Refactored to also generate rotating logos. * Replace plt.tightlayout with plt.subplots_adjust. * Replaced OrderedDicts with dicts (not needed >=Py3.6). * Numpy standard import form. * Replaced animated SVG with precusor files for animated GIF. * Corrected logo URL to source from ReadTheDocs site. * Changes to better match 'hand-created' logo. * Fixed logo rotate zip title. * Relocated logo generation script to SciTools/marketing. * Include version string in logo generation. * Reference official logo generation code. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix README docs reference. * Include the logos, don't generate on the fly. Co-authored-by: Ruth Comer <ruth.comer@metoffice.gov.uk> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information