We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The edx-platform repo already generates API documentation via make api-docs. This will generate new API docs at docs/api/_build/html/index.html
make api-docs
docs/api/_build/html/index.html
edx-platform
/edx-platform/docs/api
api-doc-tools
dry-yasg
drf-yasg
drf-spectactular
The content you are editing has changed. Please copy your edits and refresh the page.
sw2sphinxopenapi.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
The edx-platform repo already generates API documentation via
make api-docs
. This will generate new API docs atdocs/api/_build/html/index.html
edx-platform
to generate RST from an Open API 2.0 spec./edx-platform/docs/api
sphinx project.api-doc-tools
- An openedx github repo that abstracts away some ofdry-yasg
Open API and drf-yasg
drf-yasg
only supports Open API 2.0 and has no plans for supporting Open API 3.0drf-spectactular
to replacedrf-yasg
.drf-spectactular
supports Open API 3.0Tasks
Tasks
The text was updated successfully, but these errors were encountered: