Skip to content

Commit

Permalink
Merge pull request #17 from jburel/testing
Browse files Browse the repository at this point in the history
Testing
  • Loading branch information
jburel authored Aug 26, 2024
2 parents 5bd35fb + 26d0eba commit c1fa113
Show file tree
Hide file tree
Showing 512 changed files with 23,766 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
imagesc_root = 'https://forum.image.sc'

extlinks = {
'modeldoc': (oo_site_root + '/support/ome-model/%s', None),
'team_plone' : (oo_site_root + '/team/%s', None),
# image.sc
'imagesc': (imagesc_root + '/%s', '#%s'),
# Trac links
Expand All @@ -100,6 +102,7 @@
'security': (oo_root + '/security/%s', None),
'presentations': (downloads_root + '/presentations/%s', None),
# Doc links
'omerodoc': (docs_root + '/omero/latest/%s', None),
'model_doc': (docs_root + '/latest/ome-model/%s', None),
'devs_doc': (docs_root + '/contributing/%s', None),
'schema': (oo_root + '/Schemas/%s', None),
Expand Down Expand Up @@ -217,6 +220,8 @@
.. |deploy-doc| replace:: Runs :ref:`scc deploy` to update
"""

rst_epilog += '.. |C| replace:: **Check**'

# -- Options for LaTeX output -------------------------------------------------

# Grouping the document tree into LaTeX files. List of tuples
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ be valuable to a wider audience.
data-model-schema
schema-changes
components-release
testing_scenarios/index

Information specific to developing OMERO, the OME Data Model and file formats,
and Bio-Formats can be found in their respective developer documentation
Expand Down
Loading

0 comments on commit c1fa113

Please sign in to comment.