Sébastien Celles
Sébastien Celles
This is probably the first issue to tackle. So you will be able to notice (when fixing others issues) if you (or anyone submitting a PR) don't decrease code quality
Hi @scott-zockoll , Maybe we should consider having doc as Github pages. Anyway you can first have a look at Sphinx and build documentation (using [ReStructuredText](https://en.wikipedia.org/wiki/ReStructuredText) ) locally. https://www.google.fr/search?q=sphinx+python+example can...
I want to use Sphinx to create documentation (you can try locally) and host this documentation using Github pages (like for example https://bryanwweber.github.io/thermostate/ )
Hi @cmarqu Glad to see someone ready to tackle this task! I personally have no preference between Google and Numpy docstring as long as it's consistent. Kind regards
I've just merged #49 but noticed later that documentation folder is often named `docs` (not `documentation`). Some work is still required to have this documentation available online using Github pages...
I'm just the guy who packaged in an more recent way `python-constraint`, add unit tests, continuous integration, Python 3 support, code coverage... but I'm not sure I can help on...
For numerical intensive calculations, maybe Python is not the best tool... (especially as we are not using cython, numba...) An other approach could be to create and or use such...
What is your opinion @niemeyer about this?
Hi @Enzoupi Thanks according https://matplotlib.org/api/_as_gen/matplotlib.pyplot.legend.html `fontsize` seems to be keyword argument of `pyplot.legend` https://github.com/python-windrose/windrose/blob/a06c57de02d7067c4eab9cf68d4435dbf7fb3fa6/windrose/windrose.py#L246 Maybe https://github.com/python-windrose/windrose/blob/a06c57de02d7067c4eab9cf68d4435dbf7fb3fa6/windrose/windrose.py#L246-L251 could be changed to (untested) ```python def set_legend(self, **pyplot_arguments): if "borderaxespad" not in pyplot_arguments:...
Hi @cqcn1991 I'm really impressed by [your work](https://github.com/cqcn1991/Wind-Speed-Analysis) ! Sorry but I don't know what it will happen with Matplotlib update... If no cmap argument is passed it might be...