Author: echatellier Date: 2012-08-06 14:56:06 +0200 (Mon, 06 Aug 2012) New Revision: 426 Url: http://nuiton.org/repositories/revision/nuiton-matrix/426 Log: Fix site g?\195?\169n?\195?\169ration Modified: trunk/src/site/rst/Serializable.rst trunk/src/site/rst/gui-matrixpanelviewer.rst trunk/src/site/rst/importexport.rst trunk/src/site/rst/index.rst trunk/src/site/site_fr.xml Modified: trunk/src/site/rst/Serializable.rst =================================================================== --- trunk/src/site/rst/Serializable.rst 2012-08-06 12:47:29 UTC (rev 425) +++ trunk/src/site/rst/Serializable.rst 2012-08-06 12:56:06 UTC (rev 426) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + ============================= La serialization des matrices ============================= Modified: trunk/src/site/rst/gui-matrixpanelviewer.rst =================================================================== --- trunk/src/site/rst/gui-matrixpanelviewer.rst 2012-08-06 12:47:29 UTC (rev 425) +++ trunk/src/site/rst/gui-matrixpanelviewer.rst 2012-08-06 12:56:06 UTC (rev 426) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + MatrixPanelViewer component =========================== Modified: trunk/src/site/rst/importexport.rst =================================================================== --- trunk/src/site/rst/importexport.rst 2012-08-06 12:47:29 UTC (rev 425) +++ trunk/src/site/rst/importexport.rst 2012-08-06 12:56:06 UTC (rev 426) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + Matrix CSV Import/Export ======================== @@ -75,7 +76,7 @@ - dimensions semantics - value for each dimension -For example, importing a 2*2*2 matrix: +For example, importing a 2*2*2 matrix:: [2, 2, 2] java.lang.String:2009,2010 @@ -95,7 +96,8 @@ Previous example was using only "String" to lookup for semantics. You can use an additional SemanticMapper to use custom object. -For example: +For example:: + [2, 2, 2] Year:2009,2010 City:Nantes,Lille Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2012-08-06 12:47:29 UTC (rev 425) +++ trunk/src/site/rst/index.rst 2012-08-06 12:56:06 UTC (rev 426) @@ -22,6 +22,7 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - + NuitonMatrix ============ Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2012-08-06 12:47:29 UTC (rev 425) +++ trunk/src/site/site_fr.xml 2012-08-06 12:56:06 UTC (rev 426) @@ -29,19 +29,9 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> </skin> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <googleSearch/> - <sideBarEnabled>false</sideBarEnabled> - <searchEnabled>true</searchEnabled> - <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> - </fluidoSkin> - </custom> - <bannerLeft> <name>${project.name}</name> <href>index.html</href>