Convention / notation for declaring a page's docs type #26
bennuttall
started this conversation in
Ideas
Replies: 1 comment
-
I think this is a really good idea, especially of using a URL. Also while:
is probably OK, generally it's better to put rST comments on a separate line, in case something decides to interpret the first word it finds as a directive - so:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wondered if anyone had any suggestions for a convention or notation to declare what "type" a docs page is (tutorial, how-to, reference, explanation) - perhaps a comment at the top of the file:
maybe:
or just:
The intention would be to hint to editors which type of documentation the page is aiming to be, so that they don't inadvertently start adding explanation to a reference page. Or it could inform/remind people of the documentation system itself.
Maybe it doesn't need to be an agreed convention, just something someone decides to do of their own accord (maybe I will).
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions