Skip to content

Commit

Permalink
move link to image.sc to conf.py and fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 20, 2024
1 parent 54e62e7 commit 4efd00e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
.. _PyPI: https://pypi.org
.. _Conda: https://docs.conda.io/en/latest/
.. _PyTables: http://pytables.org
.. _image.sc: https://forum.image.sc/
.. |SSH| replace:: :abbr:`SSH (Secure Shell)`
.. |VM| replace:: :abbr:`VM (Virtual Machine)`
Expand Down
4 changes: 2 additions & 2 deletions docs/jekyll.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Jekyll-hosted websites
======================

The main `OME website <https://www.openmicroscopy.org/>`_ is produced using `Jekyll <https://jekyllrb.com/>`_.
The main `Open Microscopy Environment`_ website is produced using `Jekyll <https://jekyllrb.com/>`_.

Installing Jekyll
-----------------
Expand Down Expand Up @@ -37,7 +37,7 @@ source files, and will override any `baseurl` defined in `_config.yml`.
Editing the website
-------------------

The source for the `OME website <https://www.openmicroscopy.org>`_ is
The source for the `Open Microscopy Environment`_ website is
on GitHub at https://github.com/ome/www.openmicroscopy.org.
The website uses the ‘master’ branch, PRs should be opened directly against
it. Most of the files are written in html but the announcements and blog posts
Expand Down
3 changes: 1 addition & 2 deletions docs/omero-release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ OMERO.server release
.. _OMERO Server Docker: https://github.com/ome/omero-server-docker
.. _OMERO Documentation: https://github.com/ome/omero-documentation/
.. _Read The Docs: https://readthedocs.org/projects/omero/builds/
.. _image.sc: https://forum.image.sc/

This document describes the release process for OMERO_ server.
The release process uses GitHub actions, make sure that the actions are active before pushing any tag.
Expand Down Expand Up @@ -106,6 +105,6 @@ An hourly cron job runs on our virtual machine and deploys the website.

Finally
- Add an entry in https://docs.google.com/spreadsheets/d/1K7ab1UpuiE3FmAq3et7OpyxFwumrT7z8tGrDDBSDxsk/edit#gid=908994883
- Announce the release on `image.sc <https://forum.image.sc/>`_ using the ``Announcements`` category after checking that the website has been deployed.
- Announce the release on `image.sc`_ using the ``Announcements`` category after checking that the website has been deployed.


3 changes: 1 addition & 2 deletions docs/omero-web-release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ OMERO.web release

.. _OMERO Web: https://github.com/ome/omero-web/
.. _OMERO Web Docker: https://github.com/ome/omero-web-docker/
.. _image.sc: https://forum.image.sc/

This document describes the release process for `OMERO Web`_.
The release process uses GitHub actions, make sure that the actions are **active** before pushing any tag.
Expand Down Expand Up @@ -54,4 +53,4 @@ Both the `master` branch as well as the tag must be pushed upstream::
An hourly cron job runs on our virtual machine and deploys the website.

Finally
- Announce the release on `image.sc <https://forum.image.sc/>`_ using the ``Announcements`` category after checking that the website has been deployed.
- Announce the release on `image.sc`_ using the ``Announcements`` category after checking that the website has been deployed.

0 comments on commit 4efd00e

Please sign in to comment.