You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the format of our docstrings is not consistent. I'd suggest following the format in ResidualLSTMEncoder, as it seems to be the most thoroughly documented. We should also add the documentation style to the README.md or some other coding style document.
Update: To be more clear -- This means "use double quotes for docstrings" and "mark parameters as @param"
The text was updated successfully, but these errors were encountered:
Currently the format of our docstrings is not consistent. I'd suggest following the format in ResidualLSTMEncoder, as it seems to be the most thoroughly documented. We should also add the documentation style to the README.md or some other coding style document.
Update: To be more clear -- This means "use double quotes for docstrings" and "mark parameters as
@param
"The text was updated successfully, but these errors were encountered: