-
Notifications
You must be signed in to change notification settings - Fork 704
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
[improve docs]: Timestamp pallet #1435
Conversation
proc macro crate, but often will no longer function when these proc macros are re-exported elsewhere in your project. | ||
The exception is doc links to _other proc macros_ which will function just fine if they are also being re-exported. It | ||
The exception is doc links to *other proc macros* which will function just fine if they are also being re-exported. It |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering why the preference of * over _
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about a particular reason but it's defined in: https://github.com/paritytech/polkadot-sdk/blob/master/.github/.markdownlint.yaml
Co-authored-by: Juan <juangirini@gmail.com>
…itytech/polkadot-sdk into sl/timestamp-pallet-refactor
Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
This PR improves the docs for the Timestamp pallet by following our [Documentation Guidelines](https://github.com/paritytech/polkadot-sdk/blob/master/docs/DOCUMENTATION_GUIDELINE.md) more closely. --------- Co-authored-by: Juan <juangirini@gmail.com> Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
This PR improves the docs for the Timestamp pallet by following our Documentation Guidelines more closely.