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

Add JS docs for Sphinx documentation #331

Closed
wants to merge 7 commits into from
Closed

Conversation

benjaoming
Copy link
Contributor

Fixes #254

We use ``sphinx-js`` to add support for JSDoc markup to sphinx. In order
to actually run the JSDoc parser we also add ``ǹodeenv`` to the project
to create convenient node virtual envs in which we can install
``jsdoc``.

Note:
    This commit does include any documentation itself but just the
    machinery.

Ref.: #254
This commit adds the autogenerated jsdoc output to our sphinx
documentation. Its main purpose is to serve as a proof of concept for
the new jsdoc-sphinx setup.
As part of this, the jsdoc markup within ``stuff.js`` had to be fixed as
the previous version was invalid.

Ref.: #257
@benjaoming benjaoming self-assigned this Apr 30, 2020
@benjaoming
Copy link
Contributor Author

I can't finish this, I find it a bit over the top to need nodeenv, npm and finally jsdoc to build the documentation.

Since this is largely an abandoned PR and we are trying to sort out the develop branch and prune branches in this repo that were personal, I'm closing this.

@benjaoming benjaoming closed this Jul 22, 2020
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.

integrate JSDoc docstrings into sphinx docs
2 participants