This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
RUDE: RUby Documentation Effort #4
Labels
has candidate
Somebody tries to start the work
idea
Idea of the project
site
Ruby-related website rendering
Project
The idea is pretty rough yet clean: parse docs from Ruby's official Repo (and from all tags, starting from 2.0) and format it in one informative static site (published with GitHub pages), auto-updated on new versions. Proposed differences from existing projects (say, ruby-doc.org):
.../2.4.2/Enumerable.html
, have/Enumerable.html
and effectively render all version-dependent differences there);doc/*.rdoc
files of language repo);Plan
ruby/ruby
repo as a submodule of docs repo, and, switching between version tags, generate YAML from each version;core/Enumerable.html
), with version tags besides methods and JS switches to "show only version X".Importance
Current existing Ruby docs (docs.ruby-lang.org and ruby-doc.org) are not Googlable in a good way, due to conflicting versions:
Also, it is unclear from docs of some method, whether it is present in your Ruby version, so typical online browsing of some doc is like "Google for
<class>
<method>
→ go to URL → manually replace/2.5.0/
in URL with/2.3.1/
→ ...)Finally, really detailed and good written base Ruby docs (like Syntax guide) is not really visible and navigable through documentation sites.
Skills and domains
You'll do a lot of text parsing, preprocessing and formatting, probably hacking with RDoc and/or YARD internals, some basic UI design.
The text was updated successfully, but these errors were encountered: