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 code itself is (partially) documented using JSDoc syntax, our acutal sphinx documentation does not support nor use this. This should be fixed.
The text was updated successfully, but these errors were encountered:
Our current way to define classes (using imports.Lang features) is not really compatible with JSDocs automated extraction of class methods/properties. Instead of working around this, this issue will be postponed to 0.11.0 when #257 will refactor the way classes are defined in such a way that should play nice with JSDoc/autodoc.
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
While the code itself is (partially) documented using JSDoc syntax, our acutal sphinx documentation does not support nor use this. This should be fixed.
The text was updated successfully, but these errors were encountered: