You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the readme.md file gives a basic idea of the project layout, I would prefer to use Sphinx to generate the documentation to the Github Pages based on the docstring of each class/method.
To do so, we will need to create a gh-pages branch, then commit the Sphinx-generated HTML to that branch.
Create a gh-pages branch.
Update all __docstring__'s within the project to the appropriate format.
The text was updated successfully, but these errors were encountered:
#3). Fixed a bug in URL formatting where the logic allowed appending the '&format=<name>' multiple times. Updated test_core.py to test the content-type returned in the header of the request. This will make sure that we are getting the correct response type for XML, JSON, and VDF requests (Issue #4).
While the readme.md file gives a basic idea of the project layout, I would prefer to use Sphinx to generate the documentation to the Github Pages based on the docstring of each class/method.
To do so, we will need to create a gh-pages branch, then commit the Sphinx-generated HTML to that branch.
gh-pages
branch.__docstring__
's within the project to the appropriate format.The text was updated successfully, but these errors were encountered: