Mercurial > pylearn
diff doc/v2_planning/architecture.txt @ 1190:9ff2242a817b
fix rst syntax errors/warnings
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Fri, 17 Sep 2010 21:14:41 -0400 |
parents | f111f8c2a280 |
children | 46527ae6db53 |
line wrap: on
line diff
--- a/doc/v2_planning/architecture.txt Fri Sep 17 20:55:18 2010 -0400 +++ b/doc/v2_planning/architecture.txt Fri Sep 17 21:14:41 2010 -0400 @@ -76,6 +76,9 @@ clarification of what the h*** am I talking about) in the following example: * Linear version: + +.. code-block:: python + my_experiment = pipeline([ data, filter_samples, @@ -86,6 +89,9 @@ ]) * Encapsulated version: + +.. code-block:: python + my_experiment = evaluation( data=PCA(filter_samples(data)), split=k_fold_split,