[Commits] r1364 - core/trunk/docsrc/tutorials
commits at geoext.org
commits at geoext.org
Thu Sep 17 08:23:19 CEST 2009
Author: fredj
Date: 2009-09-17 08:23:19 +0200 (Thu, 17 Sep 2009)
New Revision: 1364
Modified:
core/trunk/docsrc/tutorials/mappanel-tutorial.rst
Log:
fix note block indent
Modified: core/trunk/docsrc/tutorials/mappanel-tutorial.rst
===================================================================
--- core/trunk/docsrc/tutorials/mappanel-tutorial.rst 2009-09-17 06:11:31 UTC (rev 1363)
+++ core/trunk/docsrc/tutorials/mappanel-tutorial.rst 2009-09-17 06:23:19 UTC (rev 1364)
@@ -11,8 +11,9 @@
or Virtual Earth. In this tutorial, we explore ways that developers can
customize the MapPanel.
-.. note:: It is recommended that you follow the :doc:`quickstart` tutorial
-before moving on to this one. It really is quick; we'll wait for you.
+.. note::
+ It is recommended that you follow the :doc:`quickstart` tutorial
+ before moving on to this one. It really is quick; we'll wait for you.
A Basic MapPanel
================
@@ -96,8 +97,9 @@
API documentation
<http://extjs.com/deploy/dev/docs/?class=Ext.grid.GridPanel>`_.
-.. note:: This code is only meant as an example to demonstrate the map panel's
-integration with Ext. An :class:`Ext.tree.TreePanel` with
-:class:`GeoExt.tree.LayerNode`\ s is a a much nicer way to display the layers in
-a map, with optional support for hiding/showing layers and reordering. The
-TreePanel approach is discussed in the :doc:`layertree-tutorial`.
+.. note::
+ This code is only meant as an example to demonstrate the map panel's
+ integration with Ext. An :class:`Ext.tree.TreePanel` with
+ :class:`GeoExt.tree.LayerNode`\ s is a a much nicer way to display the layers in
+ a map, with optional support for hiding/showing layers and reordering. The
+ TreePanel approach is discussed in the :doc:`layertree-tutorial`.
More information about the Commits
mailing list