We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The wiki Home is displayed one level higher up than other pages.
Normalize page name links to using dashes, not spaces.
Make ./fixup generate an outline on the Home page automatically.
Fix anchors to compensate for new github munging (annoying).
Consistently use spaces, not dashes in file names.
Updated Home (markdown)
Update the Home > Resources section.
Add links to Constructors; make footers link to missing pages.
Rearrange Intro list; add link from Intro back to Home.
Reinstate the original tagline.
Change tagline to "The language of science"
Add a documentation link to Resources.
Same banner as README.
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
Switch all headings to using the ## style instead of underlining.
Add a note about the manual not being complete yet.
Add an Overview section to Home.
Factor Conversion and Promotion into its own section.
Add wiki page on Variables and Scoping.
Separate Numerics into three sections.
Move some of the introductory content from Home to Introduction.
Github markdown bug shows <li> numbers modulo 10.
Edits to Home: various links and improvements.
Add unlinked TOC with sections from the manual.
New mark-down based version of the wiki, to be the new manual.
Updated Home (markdown => mediawiki)
Initial Commit