[Avida-cvs] [avida-svn] r919 - in development: Avida.xcodeproj documentation

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Thu Aug 31 20:56:27 PDT 2006


Author: brysonda
Date: 2006-08-31 23:56:27 -0400 (Thu, 31 Aug 2006)
New Revision: 919

Added:
   development/documentation/main.css
Modified:
   development/Avida.xcodeproj/project.pbxproj
   development/documentation/actions.html
   development/documentation/analyze.html
   development/documentation/analyze_samples.html
   development/documentation/code_c++_intro.html
   development/documentation/code_death_birth.html
   development/documentation/code_environment.html
   development/documentation/code_genome.html
   development/documentation/code_instruction.html
   development/documentation/code_life_cycle.html
   development/documentation/code_standards.html
   development/documentation/code_task.html
   development/documentation/config.html
   development/documentation/cpu_tour.html
   development/documentation/environment.html
   development/documentation/events.html
   development/documentation/index.html
   development/documentation/inst_set.html
   development/documentation/print_data.html
   development/documentation/structure.html
   development/documentation/svn.html
Log:
Add stub Cascading Style Sheet, update all documentation files to include it.

Modified: development/Avida.xcodeproj/project.pbxproj
===================================================================
--- development/Avida.xcodeproj/project.pbxproj	2006-09-01 03:32:53 UTC (rev 918)
+++ development/Avida.xcodeproj/project.pbxproj	2006-09-01 03:56:27 UTC (rev 919)
@@ -551,6 +551,7 @@
 		70731663097C6DF500815164 /* cASLibrary.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cASLibrary.cc; sourceTree = "<group>"; };
 		70731668097C6E0C00815164 /* cASSymbol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cASSymbol.h; sourceTree = "<group>"; };
 		70731669097C6E0C00815164 /* cASSymbol.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = cASSymbol.cc; sourceTree = "<group>"; };
+		707415C70AA7E4100064A546 /* main.css */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = main.css; sourceTree = "<group>"; };
 		707AEEEF09E80725001AEA89 /* cAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cAction.h; sourceTree = "<group>"; };
 		707AEEFE09E83381001AEA89 /* cActionLibrary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cActionLibrary.h; sourceTree = "<group>"; };
 		707AEF8C09EA8B2D001AEA89 /* cAnalyzeCommandAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cAnalyzeCommandAction.h; sourceTree = "<group>"; };
@@ -1113,6 +1114,7 @@
 		70920C1A0A9CCE2C00757CDB /* Documentation */ = {
 			isa = PBXGroup;
 			children = (
+				707415C70AA7E4100064A546 /* main.css */,
 				704D57210AA53F8600207FC1 /* code_standards.html */,
 				707CE7500AA334120022D19C /* analyze.html */,
 				707CE7490AA333060022D19C /* actions.html */,

Modified: development/documentation/actions.html
===================================================================
--- development/documentation/actions.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/actions.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : List of Actions</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/analyze.html
===================================================================
--- development/documentation/analyze.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/analyze.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : The Analyze File</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/analyze_samples.html
===================================================================
--- development/documentation/analyze_samples.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/analyze_samples.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : Sample Programs from Analyze Mode</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/code_c++_intro.html
===================================================================
--- development/documentation/code_c++_intro.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_c++_intro.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : A Conceptual Introduction to C++</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 
@@ -54,7 +55,7 @@
 </table>
 </div>
 
-<pre style="margin-left: 10px">
+<pre>
 class <span style="color: #880000">cOrganism</span>
 {
 private:                     <span style="color: #886600">// Data in this class cannot be directly accessed from outside.</span>

Modified: development/documentation/code_death_birth.html
===================================================================
--- development/documentation/code_death_birth.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_death_birth.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : Guide to the Death/Birth Cycle</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/code_environment.html
===================================================================
--- development/documentation/code_environment.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_environment.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : The Environment Source Code</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/code_genome.html
===================================================================
--- development/documentation/code_genome.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_genome.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : The Building Blocks of the Virtual CPU</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/code_instruction.html
===================================================================
--- development/documentation/code_instruction.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_instruction.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : Instruction Implementation Checklist</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/code_life_cycle.html
===================================================================
--- development/documentation/code_life_cycle.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_life_cycle.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : Guide to an Avidian Life Cycle</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/code_standards.html
===================================================================
--- development/documentation/code_standards.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_standards.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : Coding Standards</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/code_task.html
===================================================================
--- development/documentation/code_task.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/code_task.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : Environment Task Implementation Checklist</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/config.html
===================================================================
--- development/documentation/config.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/config.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : The Avida Configuration File</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/cpu_tour.html
===================================================================
--- development/documentation/cpu_tour.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/cpu_tour.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
 	<title>Avida : A Guided Tour of an Ancestor and its Gardware</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/environment.html
===================================================================
--- development/documentation/environment.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/environment.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : The Environment File</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/events.html
===================================================================
--- development/documentation/events.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/events.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : The Events File</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/index.html
===================================================================
--- development/documentation/index.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/index.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
 	<title>Avida : Index of Documentation</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/inst_set.html
===================================================================
--- development/documentation/inst_set.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/inst_set.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : The Instruction Set File</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Added: development/documentation/main.css
===================================================================
--- development/documentation/main.css	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/main.css	2006-09-01 03:56:27 UTC (rev 919)
@@ -0,0 +1,3 @@
+pre {
+  margin-left: 10px;
+}

Modified: development/documentation/print_data.html
===================================================================
--- development/documentation/print_data.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/print_data.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
   <title>Avida : PrintData Options</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/structure.html
===================================================================
--- development/documentation/structure.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/structure.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
 	<title>Avida : Directory and File Structure</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 

Modified: development/documentation/svn.html
===================================================================
--- development/documentation/svn.html	2006-09-01 03:32:53 UTC (rev 918)
+++ development/documentation/svn.html	2006-09-01 03:56:27 UTC (rev 919)
@@ -1,6 +1,7 @@
 <html>
 <head>
 	<title>Avida : Using Subversion to Obtain Avida</title>
+	<link rel="stylesheet" type="text/css" href="main.css" />
 </head>
 <body>
 




More information about the Avida-cvs mailing list