From f1c5733d6a11f9f05a7c876a215edad41818519d Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 11 Dec 2011 11:20:59 -0800 Subject: [PATCH] remove table of contents macro --- ExampleCode.md | 2 +- FasterCompiling.md | 2 +- GDAL.md | 2 +- GEOS.md | 2 +- GSOC2010_Ideas.md | 2 +- GSOC2011_Ideas.md | 2 +- InstallationTroubleshooting.md | 2 +- IntegrateWithWxPython.md | 2 +- IntroductionToGIS.md | 2 +- Kismet.md | 2 +- MacInstallation.md | 2 +- MacInstallationSource.md | 2 +- MacInstallation_Homebrew.md | 2 +- MacInstallation_Source.md | 2 +- Mapnik2.md | 2 +- MapnikCodeSprint_MCS01.md | 2 +- MapnikCodeSprint_MCS02.md | 2 +- MapnikRenderers.md | 2 +- Nik2Img.md | 2 +- OCCI.md | 2 +- OGR.md | 2 +- OpenSolarisInstallation.md | 2 +- OpenSuseInstallation.md | 2 +- OptimizeRenderingWithPostGIS.md | 2 +- OsmPlugin.md | 2 +- OutputFormats.md | 2 +- Rasterlite.md | 2 +- SQLite.md | 2 +- ShapeFile.md | 2 +- StyleShare.md | 2 +- Troubleshooting.md | 2 +- UbuntuInstallation.md | 2 +- WindowsInstallation.md | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/ExampleCode.md b/ExampleCode.md index 50cdadd..da1aaa7 100644 --- a/ExampleCode.md +++ b/ExampleCode.md @@ -2,7 +2,7 @@ -[[TOC]] + # Example Code The Mapnik source comes with some example code in the [mapnik/demo](https://trac.mapnik.org/browser/trunk/demo) directory. diff --git a/FasterCompiling.md b/FasterCompiling.md index b686302..0f930e7 100644 --- a/FasterCompiling.md +++ b/FasterCompiling.md @@ -2,7 +2,7 @@ -[[TOC]] + # Compiling Mapnik Faster diff --git a/GDAL.md b/GDAL.md index 223b189..ce223fe 100644 --- a/GDAL.md +++ b/GDAL.md @@ -2,7 +2,7 @@ -[[TOC]] + Mapnik's PluginArchitecture supports the use of different input formats. diff --git a/GEOS.md b/GEOS.md index 3572e8d..94da9f5 100644 --- a/GEOS.md +++ b/GEOS.md @@ -2,7 +2,7 @@ -[[TOC]] + #!html diff --git a/GSOC2010_Ideas.md b/GSOC2010_Ideas.md index c910463..92dc524 100644 --- a/GSOC2010_Ideas.md +++ b/GSOC2010_Ideas.md @@ -2,7 +2,7 @@ -[[TOC]] + # Google Summer of Code Ideas diff --git a/GSOC2011_Ideas.md b/GSOC2011_Ideas.md index 2a2f68b..25e0808 100644 --- a/GSOC2011_Ideas.md +++ b/GSOC2011_Ideas.md @@ -2,7 +2,7 @@ -[[TOC]] + # Google Summer of Code Ideas diff --git a/InstallationTroubleshooting.md b/InstallationTroubleshooting.md index b86352f..37536d3 100644 --- a/InstallationTroubleshooting.md +++ b/InstallationTroubleshooting.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installation Troubleshooting diff --git a/IntegrateWithWxPython.md b/IntegrateWithWxPython.md index 3650456..69e7d96 100644 --- a/IntegrateWithWxPython.md +++ b/IntegrateWithWxPython.md @@ -2,7 +2,7 @@ -[[TOC]] + # How to integrate mapnik with wxPython? diff --git a/IntroductionToGIS.md b/IntroductionToGIS.md index f2b634b..6e4c940 100644 --- a/IntroductionToGIS.md +++ b/IntroductionToGIS.md @@ -2,7 +2,7 @@ -[[TOC]] + As one might guess from [Wikipedia's entry on GIS](http://en.wikipedia.org/wiki/Geographic_information_system), geographic information systems have a long and rich history. diff --git a/Kismet.md b/Kismet.md index e445bfc..5c8a21e 100644 --- a/Kismet.md +++ b/Kismet.md @@ -2,7 +2,7 @@ -[[TOC]] + #!html diff --git a/MacInstallation.md b/MacInstallation.md index ae68e8b..d9eecce 100644 --- a/MacInstallation.md +++ b/MacInstallation.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installing Mapnik Mac OS X diff --git a/MacInstallationSource.md b/MacInstallationSource.md index 3feb070..0eb6509 100644 --- a/MacInstallationSource.md +++ b/MacInstallationSource.md @@ -2,7 +2,7 @@ -[[TOC]] + ## WARNING - this page is out of date diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 04a21b9..d883b5f 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installing Mapnik on OS X with Homebrew diff --git a/MacInstallation_Source.md b/MacInstallation_Source.md index 20d6acb..8906587 100644 --- a/MacInstallation_Source.md +++ b/MacInstallation_Source.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installing Mapnik on OS X from Source diff --git a/Mapnik2.md b/Mapnik2.md index 88ab2a3..90f13bd 100644 --- a/Mapnik2.md +++ b/Mapnik2.md @@ -3,7 +3,7 @@ # Mapnik2 -[[TOC]] + Mapnik2 is current trunk and a new era of the mapnik codebase that uses boost features only available in boost >=1.41, icu >=4.2, and is a testbed for next-generation Mapnik features. diff --git a/MapnikCodeSprint_MCS01.md b/MapnikCodeSprint_MCS01.md index 2a4370d..a8e79b2 100644 --- a/MapnikCodeSprint_MCS01.md +++ b/MapnikCodeSprint_MCS01.md @@ -6,7 +6,7 @@ *Committers and Cartographers* was the name and theme selected for the first Mapnik Code Sprint. Grown from the seed of an idea at the OpenStreetMap State of the Map conference in Girona, Spain, July 2010. It germinated on the Mapnik-Devel list to grow into an event on two continents. -[[TOC]] + ## Date Friday, 24 September 2010 - Sunday, 26 September 2010 diff --git a/MapnikCodeSprint_MCS02.md b/MapnikCodeSprint_MCS02.md index 4d7c481..97f90ed 100644 --- a/MapnikCodeSprint_MCS02.md +++ b/MapnikCodeSprint_MCS02.md @@ -4,7 +4,7 @@ The second Mapnik Code Sprint: Code Name To Be Determined, is in the early planning stages. Do you have hopes and dreams for future Mapnik code sprints? Tell us what you think! -[[TOC]] + ## Details ### Date diff --git a/MapnikRenderers.md b/MapnikRenderers.md index c9e65cc..618b042 100644 --- a/MapnikRenderers.md +++ b/MapnikRenderers.md @@ -2,7 +2,7 @@ -[[TOC]] + # Mapnik Renderers Mapnik supports a variety of rendering backends. See OutputFormats for comparisons of different output formats. diff --git a/Nik2Img.md b/Nik2Img.md index f8e8ee8..a4a60d3 100644 --- a/Nik2Img.md +++ b/Nik2Img.md @@ -2,7 +2,7 @@ -[[TOC]] + # Mapnik Maps on the Command-Line *Nik2img* is a _third-party_ program that allows you to easily generate mapnik graphics from Mapnik xml or Cascadenik mml. diff --git a/OCCI.md b/OCCI.md index bd3d9db..ccdbd57 100644 --- a/OCCI.md +++ b/OCCI.md @@ -2,7 +2,7 @@ -[[TOC]] + Mapnik's PluginArchitecture supports the use of different input formats. diff --git a/OGR.md b/OGR.md index 29cdee0..95e3f77 100644 --- a/OGR.md +++ b/OGR.md @@ -2,7 +2,7 @@ -[[TOC]] + Mapnik's PluginArchitecture supports the use of different input formats. diff --git a/OpenSolarisInstallation.md b/OpenSolarisInstallation.md index 76b335b..4712db1 100644 --- a/OpenSolarisInstallation.md +++ b/OpenSolarisInstallation.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installing Mapnik and Dependencies on Open Solaris diff --git a/OpenSuseInstallation.md b/OpenSuseInstallation.md index 727e876..3437763 100644 --- a/OpenSuseInstallation.md +++ b/OpenSuseInstallation.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installing Mapnik on Suse diff --git a/OptimizeRenderingWithPostGIS.md b/OptimizeRenderingWithPostGIS.md index bc2f0da..db6b1c6 100644 --- a/OptimizeRenderingWithPostGIS.md +++ b/OptimizeRenderingWithPostGIS.md @@ -2,7 +2,7 @@ -[[TOC]] + # Optimize Rendering with PostGIS diff --git a/OsmPlugin.md b/OsmPlugin.md index e878f0c..ee10ce7 100644 --- a/OsmPlugin.md +++ b/OsmPlugin.md @@ -2,7 +2,7 @@ -[[TOC]] + Mapnik's PluginArchitecture supports the use of different input formats. diff --git a/OutputFormats.md b/OutputFormats.md index 15e304f..b5bed5e 100644 --- a/OutputFormats.md +++ b/OutputFormats.md @@ -2,7 +2,7 @@ -[[TOC]] + # Mapnik Output Formats Mapnik supports rendering with both AGG and Cairo (see MapnikRenderers for more detail), and can create maps or map tiles in a variety of formats. diff --git a/Rasterlite.md b/Rasterlite.md index 64e5a06..4c9206c 100644 --- a/Rasterlite.md +++ b/Rasterlite.md @@ -2,7 +2,7 @@ -[[TOC]] + #!html diff --git a/SQLite.md b/SQLite.md index 97b72cb..869e780 100644 --- a/SQLite.md +++ b/SQLite.md @@ -2,7 +2,7 @@ -[[TOC]] + Mapnik's PluginArchitecture supports the use of different input formats. diff --git a/ShapeFile.md b/ShapeFile.md index b37dfba..a35873b 100644 --- a/ShapeFile.md +++ b/ShapeFile.md @@ -4,7 +4,7 @@ # Shapefile Plugin -[[TOC]] + This plugin supports reading shapefiles. They can also be read using the [[OGR]] Plugin, but the *shape* plugin is better tested and more mature. diff --git a/StyleShare.md b/StyleShare.md index ff834c2..8e3173e 100644 --- a/StyleShare.md +++ b/StyleShare.md @@ -2,7 +2,7 @@ -[[TOC]] + # Sharing Map Styles We need a proper app to share styles (Dane has started django code but its not ready yet) diff --git a/Troubleshooting.md b/Troubleshooting.md index a4ae450..a796d3c 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -2,7 +2,7 @@ -[[TOC]] + # Troubleshooting diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index b5f344f..9fe6802 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installing Mapnik on Ubuntu For all versions of Ubuntu make sure you are up to date before starting to install: diff --git a/WindowsInstallation.md b/WindowsInstallation.md index ba5c4dc..c24da82 100644 --- a/WindowsInstallation.md +++ b/WindowsInstallation.md @@ -2,7 +2,7 @@ -[[TOC]] + # Installing Mapnik in Windows