Re: Documentation and Docstring Format

2014-04-18 Thread Kamil Paral
> I'm +1 to using sphinx-style docstrings but could likely be persuaded > to use something different as long as it doesn't require too much > custom code. We have enough custom tools as it is and I'd rather use > something standard for api docs. Yes, let's try use sphinx syntax in docstrings. ___

Re: Documentation and Docstring Format

2014-04-17 Thread Kamil Paral
> > https://pythonhosted.org/an_example_pypi_project/sphinx.html#auto-directives > > > > > > I'm not suggesting that we drop everything and fix all the docstrings > > right now but I am suggesting that we start following the sphinx > > docstring format for new code and fix other-formatted docstri

Re: Documentation and Docstring Format

2014-04-17 Thread Josef Skladanka
> https://pythonhosted.org/an_example_pypi_project/sphinx.html#auto-directives > > > I'm not suggesting that we drop everything and fix all the docstrings > right now but I am suggesting that we start following the sphinx > docstring format for new code and fix other-formatted docstrings as we >