-
Notifications
You must be signed in to change notification settings - Fork 0
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
API Documentation #3
Comments
So one of the things that I found making up the example in the JWK repo is that it it's really inconvenient to duplicate (and potentially update) API documentation appearing in the code and in the README... Is there anyway to automate this? Suggestions? |
I wonder if there's a way to generate something like an API summary from jsdoc? |
A few general observations:
|
We need to discuss ways for us to publish documentation of our libraries. Currently how we have been doing this is by commenting our code in the
jsdoc
standard syntax and generating API documentation from it. Such API documentation should be available athttps://anvilresearch.github.io/examplelib
(published via gh-pages branch).Things that we need to make this work would probably be something like a standardised, branded template design for the documentation pages and a root website (
https://anvilresearch.github.io
) with links to all of the other documentation pages.The text was updated successfully, but these errors were encountered: