← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4101: small corrections of messed up indentations

 

------------------------------------------------------------
revno: 4101
author: Alexander Eulitz <alexander.eulitz@xxxxxxxxxxxxxxxx>
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Tue 2014-07-22 10:52:59 +0200
message:
  small corrections of messed up indentations
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-06-25 18:18:39 +0000
+++ doc/sphinx/installation.rst	2014-07-22 08:52:59 +0000
@@ -181,10 +181,10 @@
 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:
 
-    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::