Blazing-fast static site generator for React, Just write Markdown file.
rdoc theme ---
rdoc dev utils
Embedded Template (ERB, EJS) grammar for tree-sitter
Inserts badges into GitHub READMEs
JS lib with TS typings to manipulate strings according to the word parsing rules of the UNIX Bourne shell.
Embeddable RDocumentation widget
mktmpdir creates a temporary directory
StringScanner performs lexical scanning operations on a string.
A partial implementation of Ruby's Pathname class for Node.js.
Module to sign urls to allow access to resources in the S3
node based scaffolding tool
Inserts badges into GitHub READMEs
raw tree replace loader module for webpack
Ruby's stdlib shellwords porting to JS.
Replaces the specified path file contents.
Create npm package and git repo. + travis-ci
Opinionated Yeoman Generator for AngularJS applications with an Express Sever and a MongoDB backend
Embedded Template (ERB, EJS) grammar for tree-sitter
File icons in Brackets' file tree.
easy couchdb data binding with mustache syntax
Stringscanner performs lexical scanning operations on a string.
File icons in Brackets' file tree.
Performs lexical scanning operations on a string
A simple rustc plugin to host documentation for your items in a separate file.
Code Documentation Made Simple
an library to handle ipv4 and ipv6 numbers
A Ruby package manager
Multi-Language Documentation & Code MCP Server - Fast documentation access for Rust, Python, and Node.js
Code Documentation Made Simple
Simple module for adding a RenderDoc application capture hook to Bevy apps.
Library used to validate, parse and format brazilian documents.
Generate terse, one-sentence documentation for files; plus Nushell-style directory viewers (dls, dtree) that surface .dirdocs.nu descriptions.
Generic RenderDoc integration used by gfx-rs backends
A small program to handle external pluggable screens with hyprland and acpid
Automatic PDF transcription and classification via OpenAI
RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
Core ri data for use with RDoc 2.5 or newer. This gem is required to use ri from RDoc 2.5 and newer with Ruby 1.8.7. ri data for Ruby 1.9.2, 1.9.3 and 2.0.0 are also included for use with JRuby but are not needed for typical installs of C Ruby. Includes data for 2.3, 2.2, 1.9, 2.1, 1.8, 2.0
A TAGS file generator that builds both vim and emacs style tags files. Vim tags are based on http://ctags.sourceforge.net/FORMAT). rdoc-tags is compatible with Exuberant Ctags for merging tag definitions. rdoc-tags includes a Hoe plugin +:rdoc_tags+ making it easy to add tag support to your ruby project. If you don't use Hoe you can instead use RDoc::TagsTask to add rake tasks for building TAGS to your ruby project.
Realtime RDoc viewer with WebSocket.
RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
A Microsoft Compiled HTML Help generator for {RDoc}[http://rdoc.rubyforge.org/].
Babel is an RDoc formatter producing HTML documentation. The default template is +ruby-lang+: - Look and feel inspired from https://www.ruby-lang.org/. - Dual-frame output, with indexes on the left. - Search boxes for classes and methods. - Links to undocumented classes/methods are grayed. - Highlights target methods, attributes and constants. - Adds links to ancestor methods/attributes.
RDoc plugin to generate markdown documentation and search index as sqlite database for entire content.
A(nother) HTML(5) generator for RDoc. It uses {Twitter Bootstrap}[http://twitter.github.com/bootstrap/] for the pretty, doesn't take up valuable horizontal real estate space with indexes and stuff, and has a QuickSilver-like incremental searching.
Extract high-level RDoc for use in a README file
RDocF95 is an improved RDoc for generation of documents of Fortran 90/95 programs. Differences to the original one are given below. <b>Enhancement of "parser/f95.rb"</b> :: The Fortran 90/95 parse script "parser/f95.rb" (In rdoc-f95, old name "parsers/parse_f95.rb" is used yet) is modified in order to parse almost all entities of the Fortran 90/95 Standard. <b>Addition of <tt>--ignore-case</tt> option </b> :: In the Fortran 90/95 Standard, upper case letters are not distinguished from lower case letters, although original RDoc produces case-dependently cross-references of Class and Methods. When this options is specified, upper cases are not distinguished from lower cases. <b>Cross-reference of file names</b> :: Cross-reference of file names is available as well as modules, subroutines, and so on. <b>Modification of <tt>--style</tt> option</b> :: Original RDoc can not treat relative path stylesheet. Application of this patch modifies this function. <b>Conversion of TeX formula into MathML</b>:: TeX formula can be converted into MathML format with --mathml option, if <b>MathML library for Ruby version 0.6b -- 0.8</b> is installed. This library is available from {Bottega of Hiraku (only JAPANESE)}[http://www.hinet.mydns.jp/~hiraku/]. See {RDocF95::Markup::ToXHtmlTexParser}[link:classes/RDocF95/Markup/ToXHtmlTexParser.html] about format. <b>*** Caution ***</b> Documents generated with "--mathml" option are not displayed correctly according to browser and/or its setting. We have been confirmed that documents generated with "--mathml" option are displayed correctly with {Mozilla Firefox}[http://www.mozilla.org/products/firefox/] and Internet Explorer (+ {MathPlayer}[http://www.dessci.com/en/products/mathplayer/]). See {MathML Software - Browsers}[http://www.w3.org/Math/Software/mathml_software_cat_browsers.html] for other browsers. Some formats of comments in HTML document are changed to improve the analysis features. See {parse_f95.rb}[link:files/lib/rdoc-f95/parsers/parse_f95_rb.html]
Syntax highlighting for RDoc using the pygments friendly Rouge.