-
Notifications
You must be signed in to change notification settings - Fork 1
#94: Moved the documentation from md to rst #95
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: main
Are you sure you want to change the base?
Conversation
# Conflicts: # exasol/ai/mcp/server/meta_query.py # test/unit/test_meta_query.py
doc/user_guide/server_setup.rst
Outdated
|
|
||
| The environment variables can be divided into three groups. | ||
|
|
||
| * `OpenID settings <open_id_setup.rst>`__ |
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.
These internal references to the rst files must be replaced with cross-references.
https://www.sphinx-doc.org/en/master/usage/referencing.html#ref-role
When I click on the link in the generated HTML, this gives a 404.
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.
Done
|
|
||
| The MCP server can be deployed in two ways: locally or as a remote HTTP server. | ||
| In the latter case, the server works in the multiple-user mode, and its tools must be | ||
| protected with OAuth2 authorization. Please refer to [OpenID Setup](open_id_setup.md) |
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.
in line 9:
[OpenId Setup]](open_id_setup.md)
should be replaced with
:doc:open_id_setup
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.
Well spotted, thanks.
closes #94