Skip to content
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

Merged
merged 6 commits into from
Oct 4, 2023
Merged

Docs #78

merged 6 commits into from
Oct 4, 2023

Conversation

davidraker
Copy link
Contributor

Updates to documentation.

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).

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"

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>",

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

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

@schandrika schandrika merged commit c72582d into eclipse-volttron:develop Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants