-
Notifications
You must be signed in to change notification settings - Fork 233
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
Doxygen documentation for lib/substitutions
#1339
base: master
Are you sure you want to change the base?
Conversation
… into repo-refactor
Finish implementing `compiler`
The high level style here looks pretty good. My only general concern is that some of the docstrings are on the long side--there are many cases in which this is fine (and the explanations generally look pretty good), but remember that all documentation we write now has to be maintained throughout code changes, so while it is important that docstrings include details that help users understand the code beyond the function names and prototypes, it's equally important that they be as short and focused as they can while still being clear. It would be a good idea for you to do a quick pass through and see if there are any parts of the docstrings that you feel aren't critical and can be removed without losing much--not saying there are (as I haven't had time to do a super in-depth read), but it's worth an additional check. I'm handing this PR off to @wmdi as she's better equipped to do fine-grained checking that everything is correct as she's more familiar with this code. Of course feel free to tag me in if there are any questions on the overall style/structure of the documentation 🙂 |
Currently waiting on #1394 to get merged, and then needs to be updated with the new |
Description of changes:
Created documentation for core functions and structs in the substitution library lib/substitutions. Previous PR closed by accident; created a new one.
For reference, previous PR: #1309
Change made on April 3rd: add tutorial markdown file in the substitution folder
Related Issues:
Linked Issues:
lib/substitutions
#1294lib/substitutions
#1295Issues closed by this PR:
lib/substitutions
#1294lib/substitutions
#1295This change is