-
Notifications
You must be signed in to change notification settings - Fork 4
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
Docs #78
Docs #78
Conversation
README.md
Outdated
@@ -66,7 +77,7 @@ configuration shown above). This will create a file called web-users.json in the | |||
|
|||
Additionally, the web service provides a RESTful API which can be used by other applications. Full documentation for | |||
the API is available on | |||
[Readthedocs](https://volttron.readthedocs.io/en/main/platform-features/web-api/introduction.html). | |||
[Readthedocs](https://volttron.readthedocs.io/en/modular/external-docs/volttron-lib-web/docs/source/index.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.
point to eclipse-volttron.readthedocs.io
@@ -19,7 +19,7 @@ packages = [ {include="volttron", from = "src" } ] | |||
jinja2-cli = ">=0.7.0" | |||
passlib = "^1.7.4" | |||
PyJWT = "==1.7.1" | |||
python = ">=3.8,<4.0" | |||
python = ">=3.10,<4.0" | |||
treelib = ">=1.6.1" | |||
volttron = ">=10.0.2rc0,<11.0" | |||
|
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.
Include sphinx and sphinx-rtd theme in pyproject.toml to build docs locally
"name": "<wheel_name>", | ||
"uuid": "<uuid>", | ||
"tag": "<tag>", | ||
"priority": "<int>", |
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.
The below code block doesn't display right on html . the symbols < > and | show up in red. please escape
.. code-block:: json | ||
|
||
{ | ||
"status": true|false |
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.
The value of "status" doesn't display right in the generated html. Please see if the | symbol can be escape for rst to be happy
Updates to documentation.