Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up epydocs formatting #41

Open
phillbaker opened this issue Oct 14, 2020 · 1 comment
Open

Clean up epydocs formatting #41

phillbaker opened this issue Oct 14, 2020 · 1 comment

Comments

@phillbaker
Copy link
Member

Most of the codebase is formatted to use epydocs-style docs for functions and classes. This is largely translated to sphinx style formatting for the readthedocs doc generation process at generation time time here:

suds/docs/source/conf.py

Lines 28 to 29 in 6117f17

# Convert from epydocs to Sphinx style docstrings
os.system('../migrate_docstrings.sh ../../suds/')

We should commit these changes to code as a permanent change.

@emezeta
Copy link
Member

emezeta commented Oct 14, 2020

It's Ok, clearly improves style consistency.

There is also a few py2to3 compat in the code.
I am not aware on suds-comunity's compatibility expects. So I guess it would be nice a new issue on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants