sdoc-merge
RDoc generator to build searchable HTML documentation for Ruby code
Install
- All systems
-
curl cmd.cat/sdoc-merge.sh
- Debian
-
apt-get install ruby-sdoc
- Ubuntu
-
apt-get install ruby-sdoc
- Kali Linux
-
apt-get install ruby-sdoc
- Fedora
-
dnf install rubygem-sdoc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-sdoc
- Raspbian
-
apt-get install ruby-sdoc
- Dockerfile
- dockerfile.run/sdoc-merge
ruby-sdoc
RDoc generator to build searchable HTML documentation for Ruby code
This package provides extra generators and templates for the RDoc documentation tool for Ruby. Generated HTML documentation has a javascript search index, so the documentation is searchable without any server-side requirements other than a web server.