Skip to content
Snippets Groups Projects

Resolve "Publish destination directory"

Merged Mayr, Hannes requested to merge 70-publish-destination-directory into main
3 files
+ 16
22
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -46,6 +46,6 @@ FIGS_AND_IDS = tagplot(FIGS_AS_LIST, 'matplotlib', location='west',
# %% Publish
publish(FIGS_AND_IDS, ['../README.md', '../docs', '../LICENSE'],
'./data', 'my_plot')
'data', 'my_plot')
# Required arguments: publish(output of tagplot(), list of files,
# path to destination folder, name(s) for the resulting images)
Loading