Publish oop
1 open thread
1 open thread
OOP can still be embraced in the code. But for now the basics of publish are implemented in OOP-style.
Merge request reports
Activity
changed milestone to %Version 0.2
added improvement oop labels
requested review from @m.hock
assigned to @hannes.mayr
78 Attributes 79 ---------- 80 src_datapath : string 81 Path to data that should be published. 82 dst_path : string 83 Path to the destination directory. 84 figure : figure object 85 Figure that was tagged and now should be saved as picture. 86 plot_name: string 87 Name for the exported plot. 88 data_storage: string 89 Method how the data should be stored. Available options: 90 centralized: The raw data will copied only once. All other plots 91 will reference this data via sym link. 92 individual: The complete raw data will be copied to a folder for 93 every plot, respectively. This is the default value. I believe the comma is correctly used: https://www.advancedenglishediting.com/blog/respectively-how-to-use-it-in-your-writing
But the word "respectively" makes no sense here, so I leave it out and also adjust the term of "raw data" in the next commit.added 7 commits
-
eff0b1af...0f141aae - 6 commits from branch
dev
- fc5adde9 - Merge branch 'dev' into 'publish-oop'
-
eff0b1af...0f141aae - 6 commits from branch
mentioned in commit ed0e2fea
mentioned in issue #55 (closed)
Please register or sign in to reply