Sumanth Ratna
Sumanth Ratna
It'd be convenient if RTD could automatically install dev dependencies relating to click. For example, I have `sphinx-click` in my dev dependencies, but I still need to add a `requirements.txt`...
`sphinx-click` is in the dev dependencies section of my `pyproject.toml` (I don't have a `setup.py`). I think RTD detects if it's installing from a `pyproject.toml`, and if so, install dev...
IMO a slider indicating the level of smoothness would be pretty cool
I had a lot of those questions and was planning on bringing them up to you. The docs have a pretty significant error—the types of parameters get combined with the...
Yup, the docs were built with sphinx. To build the docs: ```sh cd docs make html ``` I'm working on writing a Makefile for development files right now, I'll add...
I'll need to look into this more, but https://docs.dask.org/en/latest/caching.html might help. It might also help if we daskify the entire model, so we don't need to `compute` inputs from the...