-
Notifications
You must be signed in to change notification settings - Fork 71
add a note about some schedulers having limited support #1164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: latest
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here are two other suggestions: This resource manager is not actively maintained by the Open OnDemand developers, either because it was community-contributed or we no longer have access to a test system. As a result, bug fixes from the core team may be limited, but community patches are encouraged. This resource manager has only limited support from the Open OnDemand developers. In most cases, this is because it was contributed by the community or the development team no longer has access to a live system for testing. As a result, the developers may not be able to troubleshoot or fix bugs that arise. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
.. note:: | ||
This resource manager has limited support from the Open OnDemand | ||
developers. This is because it was either contributed by the | ||
community or the developers no longer have access to a live system | ||
to test against. | ||
|
||
Due to this lack of access, the developers may not be able to fix bugs or | ||
issues. | ||
|
||
However, community patches are always welcome. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any chance we can call this "Limited Support Notice" instead of Note? For more clarity?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if I can change the title from
Note
, though we can use other directives. Note thatnote
is blue while something likewarning
is yellow, so there are a few we can choose from here.Though it appears that
admonition
(grey) is the only one I can re-title.https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's fine then. We can keep Note then. Thanks!