-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from German-BioImaging/xtnd_support_kvpairs
Key-value pair scripts enhancement
- Loading branch information
Showing
11 changed files
with
3,220 additions
and
664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Annotation scripts | ||
============== | ||
|
||
Convert KeyVal namespace | ||
------------ | ||
|
||
.. automodule:: Convert_KeyVal_namespace | ||
:members: | ||
|
||
Export to CSV | ||
----------------- | ||
|
||
.. automodule:: Export_to_csv | ||
:members: | ||
|
||
Import from CSV | ||
------------ | ||
|
||
.. automodule:: Import_from_csv | ||
:members: | ||
|
||
Remove KeyVal | ||
----------------- | ||
|
||
.. automodule:: Remove_KeyVal | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.