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

fixing doc build issues, errors, and providing docstring decorator #258

Merged
merged 3 commits into from
May 22, 2023
Merged

fixing doc build issues, errors, and providing docstring decorator #258

merged 3 commits into from
May 22, 2023

Conversation

dlyssenko
Copy link
Contributor

fixed some doc build issues and errors
provided docstring decorator:

  • Docstrings cannot be interpolated. However, it's better to refer in the docstrings to defined constants by names rather than by values, so this decorator provides that functionality - it interpolates enumerated symbols. That way the docstrings in the source will refer to the constants by names, while upon building it will resolve and interpolate the values.

@dlyssenko dlyssenko requested a review from mharista May 21, 2023 11:48
@mharista mharista merged commit 7161583 into arista-eosplus:develop May 22, 2023
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.

2 participants