Skip to content
jaanos edited this page Oct 22, 2015 · 8 revisions

Welcome

This is the GraphZOO Wiki. It uses the Markdown syntax. See the following pages for information on particular parts of the project.

  • [Database interface for Sage](Database interface for Sage)
  • [Class organization](Class organization)

Some examples

$ git clone https://katjabercic@bitbucket.org/katjabercic/graphzoo.git/wiki

Wiki pages are normal files, with the .md extension. You can edit them locally, as well as creating new ones. You can also highlight snippets of text (we use the excellent Pygments library).

Here's an example of some Python code:

#!python

def wiki_rocks(text):
    formatter = lambda t: "funky"+t
    return formatter(text)

You can check out the source of this page to see how that's done, and make sure to bookmark [the vast library of Pygment lexers][lexers], we accept the 'short name' or the 'mimetype' of anything in there. [lexers]: http://pygments.org/docs/lexers/

Clone this wiki locally