python-microservices / pyms

Library of utils to create REST Python Microservices
https://python-microservices.github.io/home/
GNU General Public License v3.0
265 stars 45 forks source link

Outdated docstrings #196

Closed alexppg closed 3 years ago

alexppg commented 3 years ago

Describe the bug The docstrings on the conf.py file are outdated. It may happen in other files.

It seems difficult to maintain the scheme of the configuration file, since the structure may change over time. Maybe the structure should be defined in only one way and then be referenced around the project. And this can apply to any code on any docstring.

avara1986 commented 3 years ago

@PandyTheBroh i resolved this issue in the PR #220 moving the documentation and docstrings to other repo, is it ok?