-
Notifications
You must be signed in to change notification settings - Fork 358
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
Write down docs styleguide #726
Comments
|
|
|
|
Use "panics" instead of "reverts" or "throws" since it's the appropriate term in Starknet. |
Add |
Always scope IDs by the module name in API Reference. Under the |
Words in html IDs (adoc pages) must be separated by dashes: |
where does this rule come from, if you disagree with it?
what do you mean by scope IDs? is this an ascii doc thing? |
It's just how the old and forthcoming docs are currently written. There's no rule that I'm aware of |
The ID of the HTML section generated from the adoc file, should be scoped by the module name: have this
|
Put |
to do: resolve whether we include return values in API definitions |
Opened the "Consider documenting asserts/guards" discussion separately in its own thread: #745 |
Closing this issue as this is done internally. |
No description provided.
The text was updated successfully, but these errors were encountered: