From 4c5929a54ef3671ba7fcbd3ec053e4b474e9ef82 Mon Sep 17 00:00:00 2001 From: floledermann Date: Tue, 29 Nov 2011 00:42:40 -0800 Subject: [PATCH] Updated GettingStarted (markdown) --- GettingStarted.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GettingStarted.md b/GettingStarted.md index 0933c60..f8e63bd 100644 --- a/GettingStarted.md +++ b/GettingStarted.md @@ -1,5 +1,9 @@ Mapnik can be used in a variety of ways. The most widely used options are using XML config files, using the Python bindings or using the API directly in C++. +## General Concepts + +[TODO] + [[Getting started using XML|GettingStartedInXML]] [[Getting started using Python|GettingStartedInPython]]