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

documentation fixes #409

Merged
merged 2 commits into from
Jan 14, 2025
Merged

Conversation

cgarmor
Copy link
Contributor

@cgarmor cgarmor commented Jan 14, 2025

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

@cgarmor cgarmor self-assigned this Jan 14, 2025
@cgarmor cgarmor requested review from rgonalo and pabloge and removed request for rgonalo January 14, 2025 08:26
@@ -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)}
Copy link
Contributor Author

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',
Copy link
Contributor Author

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...

@cgarmor cgarmor requested review from rgonalo and removed request for pabloge January 14, 2025 08:30
@cgarmor cgarmor merged commit 71b4174 into Telefonica:master Jan 14, 2025
14 checks passed
@cgarmor cgarmor deleted the chore/documentation_updates branch January 14, 2025 14:49
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

Successfully merging this pull request may close these issues.

3 participants