Skip to content

Revisions

  • Fix anchors to compensate for new github munging (annoying).

    @StefanKarpinski StefanKarpinski committed Jul 24, 2011
  • Add links to Constructors; make footers link to missing pages.

    @StefanKarpinski StefanKarpinski committed Jul 15, 2011
  • Taking a crack at documentation for calling C code

    @ViralBShah ViralBShah committed Jul 8, 2011
  • Updated Metaprogramming (markdown)

    @JeffBezanson JeffBezanson committed Jul 6, 2011
  • Automatically add footer to each page with next & prev links. Everything after the <!-- FOOTER --> comment is considered as a part of the footer and will be replaced by rerunning the ./fixup script. The fixup script takes no options and just regenerates the footer sections of each page.

    @StefanKarpinski StefanKarpinski committed Jun 26, 2011
  • Add anchors to all subsection headings. Accomplished with this perl one-liner: perl -i -ple 'if (/^#+\s*(.*?)\s*$/) { my $name = $1; $name =~ s/\W+/ /g; $name =~ s/^\s+//; $name =~ s/\s+$//; $name =~ s/ /-/g; s{^(#+)\s*(.*?)\s*$}{<a name="$name"/>\n$1 $2} }' *.md

    @StefanKarpinski StefanKarpinski committed Jun 8, 2011
  • Switch all headings to using the ## style instead of underlining.

    @StefanKarpinski StefanKarpinski committed Jun 8, 2011
  • Add a stub for Metaprogramming.

    @StefanKarpinski StefanKarpinski committed Jun 7, 2011