← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4114: rearranged indentation of examplarily folder structure for yade complation

 

------------------------------------------------------------
revno: 4114
committer: Alexander Eulitz <alexander.eulitz@xxxxxxxxxxxxxxxx>
timestamp: Wed 2014-07-23 14:23:17 +0200
message:
  rearranged indentation of examplarily folder structure for yade complation
  
  this commit improves revno: 4101.
  
  Signed-off-by: Alexander Eulitz <alexander.eulitz@xxxxxxxxxxxxxxxx>
modified:
  doc/sphinx/installation.rst


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/installation.rst'
--- doc/sphinx/installation.rst	2014-07-22 11:43:37 +0000
+++ doc/sphinx/installation.rst	2014-07-23 12:23:17 +0000
@@ -179,12 +179,12 @@
 ^^^^^^^^^^^
 
 You should create a separate build-place-folder, where Yade will be configured 
-and where the source code will be compiled. Here is an example for a folderstructure:
+and where the source code will be compiled. Here is an example for a folder structure::
 
-	myYade/       ## base directory
-		trunk/      ## folder for sourcecode in which you use github
-		build/      ## folder in which sources will be compiled; build-directory; use cmake here
-		install/    ## installfolder
+	myYade/       		## base directory
+		trunk/		## folder for sourcecode in which you use github
+		build/		## folder in which sources will be compiled; build-directory; use cmake here
+		install/	## installfolder
 
 Then inside this build-directory you should start cmake to configure the compilation process::