Update of /cvsroot/modeling/ProjectModeling/Modeling/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv27433/Modeling/doc
Modified Files:
Tutorial.tex UserGuide.tex
Log Message:
documentation: moved the section on KeyValueCoding and
RelationshipManipulation to an 'advanced techniques' part. Added raw
material about fetching and inheritance. Updated to reflect the API
change.
Index: Tutorial.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/Tutorial.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Tutorial.tex 10 Feb 2003 22:27:57 -0000 1.3
--- Tutorial.tex 4 Jul 2003 17:06:52 -0000 1.4
***************
*** 14,20 ****
\date{February 10, 2003}
%\date{\today}
! \release{0.8.5}
%\setreleaseinfo{5}
! \setshortversion{0.8}
\makeindex
--- 14,20 ----
\date{February 10, 2003}
%\date{\today}
! \release{0.9-pre-8}
%\setreleaseinfo{5}
! \setshortversion{0.9}
\makeindex
Index: UserGuide.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide.tex,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** UserGuide.tex 27 May 2003 20:05:01 -0000 1.21
--- UserGuide.tex 4 Jul 2003 17:06:52 -0000 1.22
***************
*** 50,59 ****
%----
\input{UserGuide/Introduction}
\input{UserGuide/DefiningaModel}
! \input{UserGuide/CustomObject}
\input{UserGuide/ManipulatingGraphOfObjects}
\input{UserGuide/NestedEditingContext}
\input{UserGuide/FrameworkTypicalUsage}
\appendix
\input{UserGuide/EnvironmentVariables}
--- 50,64 ----
%----
\input{UserGuide/Introduction}
+ \part{The essentials\label{part-one-essentials}}
\input{UserGuide/DefiningaModel}
! \input{UserGuide/CodeRequirements}
\input{UserGuide/ManipulatingGraphOfObjects}
\input{UserGuide/NestedEditingContext}
\input{UserGuide/FrameworkTypicalUsage}
+ \part{Advanced techniques\label{part-two-advanced}}
+ \input{UserGuide/CustomObject}
+
+ \part{Appendices\label{appendices}}
\appendix
\input{UserGuide/EnvironmentVariables}
|