Rambaud Pierrick
Rambaud Pierrick
sorry @daquintero for washing away some of your effort I didn't saw you started working on my issue. In short I moved away from cookicutter as it was not allowing...
does this do the trick ? ```python import ipyvuetify as v v.Html(tag="div", children=["test"]) ``` And then you can update the children member as much as you want.
if the plot is not a DOM element you cannot display it using ipyvuetify. usualy i do interactive plots (bqplot, bokeh, plotly) that are DOM elements and can thus directly...
I checked the lib and there is a very small amount of calls to `package_resources` and it's mostly used to access package files. I never used this interface myself, I...
now that I think about it I see a third valid option: stop relying on the ingested data catalog and use directly the STAC from the open json catalog: https://[storage.googleapis.com/earthengine-stac/catalog/COPERNICUS/catalog.json](https://storage.googleapis.com/earthengine-stac/catalog/COPERNICUS/catalog.json)
I see that you updated your code here: https://github.com/justpsychiatry/Clinically-Oriented-Psychology/commit/e56a073231272940ec0202e5fcb4a51d270d98b7 Why do you need the `__version__` for ? Is it still an issue ?
Let me knox when this is merged so I can start playing with the documentation set-up. BTW can you set-up a PR hook as well so we see pre-build when...
Why did you close my issue if the documentation is not build yet ? The Open-source community can clearly help on this topic me included
Within the python community the most used documentation framework is [`Sphinx`](https://github.com/sphinx-doc/sphinx), it's creating from sources that resides usually in the "docs" folder any type of outputs: html, epub, pdf etc......