Niket Agrawal
Niket Agrawal
It appears nbconvert is already installed to latest version in my case ``` $ conda install nbconvert Collecting package metadata (current_repodata.json): ...working... done Solving environment: ...working... done ==> WARNING: A...
Ok, I did think of `jupyter` as the probable prefix to the command but wanted to be sure. The command fails to execute with the below error. An output format...
No problem :) This time it does succeed. As a result, a new notebook with the same content as test.ipynb is created. ``` $ jupyter nbconvert --execute test.ipynb --to ipynb...
Implementation in [WIP/extract-docs-from-python-modules](https://github.com/tudat-team/tudatpy/tree/WIP/extract-docs-from-python-modules) - Python modules from which docstrings are to be extracted as documentation must be mentioned in index.rst either directly or by referencing to another file where the...
Work on this issue will be resumed after #146
Python native modules which need to rendered together with the API docs - https://github.com/tudat-team/tudatpy/tree/develop/tudatpy/numerical_simulation/environment_setup/gravity_field - https://github.com/tudat-team/tudatpy/tree/develop/tudatpy/numerical_simulation/environment_setup/ephemeris
## Proof of concept for rendering the docstrings for Python native code (for the two modules listed above) alongside that of the bindings - Check out the branch [144-render-python-native-docs](https://github.com/tudat-team/tudatpy/tree/PoC/render-python-native-api-docs-together) -...
Changes in branch [144-render-python-native-docs](https://github.com/tudat-team/tudatpy/tree/144-render-python-native-docs)
### Developer notes on the current implementation: - To create a new metric, inherit from the metric class and implement the computemetric() method in metrics.py - In order to use...