[Yt-svn] yt-commit r406 - trunk/yt

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Tue Apr 22 14:06:22 PDT 2008


Author: mturk
Date: Tue Apr 22 14:06:21 2008
New Revision: 406
URL: http://yt.spacepope.org/changeset/406

Log:
Quick update, now that epydoc is coming back online.



Modified:
   trunk/yt/__init__.py

Modified: trunk/yt/__init__.py
==============================================================================
--- trunk/yt/__init__.py	(original)
+++ trunk/yt/__init__.py	Tue Apr 22 14:06:21 2008
@@ -1,21 +1,30 @@
 """
-YT is a package written primarily in python designed to make the task of
-running Enzo  easier.  It contains facilities for creating Enzo data (currently
+YT is a package written primarily in U{http://python.org/ Python} designed to make the task of
+running Enzo easier.  It contains facilities for creating Enzo data (currently
 in prototype form) as well as runnning Enzo simulations, simulating the actions
 of Enzo on various existing data, and analyzing output from Enzo in a
 wide-variety of methods.
 
-The changelog is available in
-U{fancy<http://www.slac.stanford.edu/~mturk/yt_doc/changelog.html>} and
-U{detailed<http://www.slac.stanford.edu/~mturk/yt_doc/changelog.txt>} formats.
-These are automatically regenerated nightly.
-
 An ever-growing HOWTO is also available at
-U{http://www.slac.stanford.edu/~mturk/yt_doc/yt_howto.pdf} .
+U{http://yt.spacepope.org/doc/demo.html}.  Additionally, there is a
+project site at U{http://yt.spacepope.org/} with recipes, a wiki, a subversion
+changelog and a bug-reporting system.
 
 YT is divided into several packages, all named after characters from Snow
 Crash.
 
+Lagos
+=====
+
+    Lagos deals with data structures. It defines things like EnzoGrid, EnzoData,
+    Enzo2DData, EnzoSphere, etc. If you want to handle actual data, use Lagos.
+
+Raven
+=====
+
+    Raven is the plotting interface.  All data plotting goes through
+    Raven.
+
 Enki
 ====
 
@@ -24,6 +33,10 @@
     actually create the data for those problems. Additionally, facilities are
     being developed to use Enki to directly execute runs.
 
+    Right now, Enki is still largely experimental.  It provides some primitive
+    methods for interacting with Enzo, but more work needs to be done before
+    it reaches its vision.
+
 Fido
 ====
 
@@ -33,18 +46,6 @@
     central (user-specific) database is in the works, and Fido will be the
     entity that moves the files in and out of storage.
 
-Lagos
-=====
-
-    Lagos deals with data structures. It defines things like EnzoGrid, EnzoData,
-    Enzo2DData, EnzoSphere, etc. If you want to handle actual data, use Lagos.
-
-Raven
-=====
-
-    Raven is the plotting interface.  All data plotting goes through
-    Raven.
-
 Deliverator
 ===========
 



More information about the yt-svn mailing list