Skip to content
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

Add yardoc documentation #602

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add yardoc documentation #602

wants to merge 1 commit into from

Conversation

ellnix
Copy link
Collaborator

@ellnix ellnix commented Jan 25, 2025

Pull Request

This contains preliminary work on #596 to address the lack of anything more than surface-level documentation on this gem.

Related issue

Fixes #596

How to view documentation

  1. gem install yardoc
  2. yardoc doc
  3. yardoc server
  4. Visit localhost:8808

With live updates:
requires entr

  • In terminal 1: ls lib/**/*.rb | entr -c yardoc doc
  • In terminal 2: yardoc server -r

Steps

  • Wait for input on yardoc documentation #596
  • Write documentation for other files
  • Add documentation check to Github actions
  • Publish documentation

@ellnix ellnix mentioned this pull request Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

yardoc documentation
1 participant