Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Python documentation

Hi,

we are targetting to implement python code completions during the next months. As we are also planning to implement pep 302 support (using import statements to load EASE modules), we want to add documentation to the imported modules. Now it seems the python world is somehow divided into the

google style:
https://google.github.io/styleguide/pyguide.html#Comments

and sphinx
https://pythonhosted.org/an_example_pypi_project/sphinx.html


It seems that pydev simply displays the docstring in its help hovers.

What would you prefer?

Christian



Back to the top