-
Notifications
You must be signed in to change notification settings - Fork 63
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
documentation fixes #409
documentation fixes #409
Conversation
@@ -286,7 +286,8 @@ | |||
# texinfo_no_detailmenu = False | |||
|
|||
# Example configuration for intersphinx: refer to the Python standard library. | |||
intersphinx_mapping = {'http://docs.python.org/': None} | |||
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
esto como en la que hice de toolium-telefonica es por una evolución de sphinx que va a deprecar el formato anterior
assert param == '7.50' | ||
param = replace_param('[ROUND:3.33333333::3]', infer_param_type=False) | ||
assert param == '3.333' | ||
@pytest.mark.parametrize('in_param, number_of_digits_in_fractional_part, out_param', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
completé estos tests para entender mejor cómo funcionaba [ROUND:XXX] para documentarlo. Poyaque...
Siguiendo con la tarea de mover la documentación de data tags de toolium-telefonica a toolium, donde está ahora la funcionalidad. Como primer paso he revisado la generación de documentación de toolium para corregir los problemas que se reportaban como warnings en la generación de la documentación
Básicamente es todo formateos. También he añadido algún unit-test mas