ecFlow's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

A manual page allows documentation in a ecf script to be viewable in ecflowview.

The manual page is the concatenation of all the text within the %manual and %end directives.

Modify t2.ecf to have the following:

%manual
   Manual for task t2
   Operations: if this task fails, set it to complete and report next working day
   Analyst:    Check something ?
%end

%include "../head.h"
echo "I am part of a suite that lives in %ECF_HOME%"
%include "../tail.h"

%manual

   There can be multiple manual pages in the same file.
   When viewed they are simply concatenated.
%end

What to do:

  1. Modify $HOME/course/test/t2.ecf script
  2. View the manual page for task t2 in ecflowview

 

 

 

  • No labels