-
Notifications
You must be signed in to change notification settings - Fork 362
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
Updates on ipyleaflet documentation #953
Conversation
Thanks a lot! This is great. The ReadTheDocs build fails because it's missing yarn, you should probably remove the name: ipyleaflet-docs
channels:
- conda-forge
dependencies:
- yarn
- jupyterlab
- jupyter-packaging
- jupyter-sphinx
- scipy
- netcdf4
- geopandas
- xarray
- branca
- shapely
- pip:
- . |
9ab90dd
to
e5d406d
Compare
You will also need to change the readthedocs config file according to https://docs.readthedocs.io/en/latest/guides/conda.html#making-builds-faster-with-mamba in order to use mamba |
6dfaf26
to
7be3a90
Compare
774755b
to
1d535d5
Compare
use autodoc to replace the attributes and methods tables of the documentation by the autogeneration using docstrings write the docstrings of velocity.Velocity class add a page named API reference page for the leaflet module add changes to homogenize the structure/names of the sections of the different pages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great thanks!
use autodoc to replace the attributes and methods tables of the documentation by the autogeneration using docstrings
write the docstrings of velocity.Velocity class
add a page named API reference page for the leaflet module
add changes to homogenize the structure/names of the sections of the different pages
Fix #915