-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Host a documentation sprint #48
Comments
Example of documentation from Philip Hallstrom in Rails Link Slack: Challenges described:
|
Reviewing Yard's own documentation, some consistencies:
Some examples: |
The guidelines I wrote for the IPFS folks a couple years ago when consulting on their original docs site might be helpful or relevant here: https://github.com/ipfs/community/blob/master/DOCS_STYLEGUIDE.md#linguistic-rules |
Suggested improvements to: Optimize queues, threads, and processes section of Readme
|
|
Two working ways (see step 2 for where they differ) I could find to add custom markup, which it seems like you need to do. Neither seems lovely, but lsegal/yard#1157 strongly implies there’s no getting around the hardcoded list of available markdown parsers without monkeypatching in some form or another. These both use Kramdown + kramdown-parser-gfm, but there's also Commonmarker. Hopefully it’s clear here how you’d use it instead:
|
@Mr0grog thanks for digging into those. My preference is to add the provider instead of monkey-patching. And for future me, this is necessary for Github Flavored Markdown rendering of the Readme by Yard, for example tables and fenced code blocks. |
Method for defining custom YARD tags which could be useful when building a Rails engine in #50: https://stackoverflow.com/questions/38744959/documentation-of-rails-controllers-using-yard |
Goal
Achieve a critical mass of of exemplary documentation that eases future documentation quality and maintenance.
Objectives and activities
bundle exec yard stats --list-undoc
Decisions
Outside of sprint scope, parking lot:
The text was updated successfully, but these errors were encountered: