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

Makes docs generation work on my computer (basically) #19

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

localhostdotdev
Copy link

@localhostdotdev localhostdotdev commented Mar 22, 2019

  • --verbose, --target and --tags flags (--help is provided for free by optparse)
  • Changes from all the other PRs combined into one PR basically
  • rake test pass
  • rake test:all pass because doc_generator_test.rb is in "Pending." state :)

So this is mostly to give a higher level view of all the changes and it quite nicely lets me do:

bin/generate_docs.rb -t checkout/ -v --tags=v5.2.0

And then python3 -m http.server lets me see the generated docs.

The main thing is I'm waiting for some high-level approval on this PR before writing tests for the three new flags. Maybe trying to revive the old tests too.

(Obviously I just want to fix the links thing on the generated docs and it's related to rdoc but might be much more complicated to have something merged in rdoc than here)

(And this PR could use a good rebase too)

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.

1 participant