Skip to content

Commit

Permalink
Merge pull request #216 from German-BioImaging/xtnd_support_kvpairs
Browse files Browse the repository at this point in the history
Key-value pair scripts enhancement
  • Loading branch information
jburel authored Dec 17, 2024
2 parents 312afbe + ffb4a2b commit 7c487d3
Show file tree
Hide file tree
Showing 11 changed files with 3,220 additions and 664 deletions.
26 changes: 26 additions & 0 deletions docs/annotation_scripts.rst
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:
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ def compare(list1, list2):


# List of directories to scan and add the path.
directories = ['../omero/analysis_scripts', '../omero/export_scripts',
'../omero/figure_scripts', '../omero/import_scripts',
'../omero/util_scripts']
directories = ['../omero/annotation_scripts', '../omero/analysis_scripts',
'../omero/export_scripts', '../omero/figure_scripts',
'../omero/import_scripts', '../omero/util_scripts']

scripts = []
entries = []
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ collection of Python scripts available in this repository.
:maxdepth: 1

analysis_scripts
annotation_scripts
export_scripts
figure_scripts
import_scripts
util_scripts


Indices and tables
==================
Expand Down
Loading

0 comments on commit 7c487d3

Please sign in to comment.