Changeset 3672


Ignore:
Timestamp:
Aug 16, 2007, 11:01:42 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Removed obsolete links and information.

Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/admin/index.html

    r3114 r3672  
    4848  <b>Contents</b><br>
    4949  <ol>
    50   <li><a href="../installation.html">Installing BASE 2</a>
    5150  <li><a href="plugin_configuration/coreplugins.html">List of core
    5251      plug-in (with configurations) and tools</a>
  • trunk/doc/development/index.html

    r3671 r3672  
    4545    <b>Contents</b><br>
    4646    <ol>
    47     <li><a href="#startingpoints">Where to start</a>
    48     <li><a href="../api/index.html">API Javadoc</a>
    4947    <li><a href="#specifications">Specifications</a>
    5048    <li><a href="#overview">Implementation overview</a>
     
    6462  </div>
    6563
    66  
    67   <a name="startingpoints">
    68   <h2>1. Where to start</h2>
    69   </a>
    70 
    71   <a name="javadoc">
    72   <h2>2. API Javadoc </h2>
    73   </a>
    74 
    75   <p>
    76     <a href="../api/index.html">API Javadoc is here.</a>
    77   </p>
    78  
    7964  <a name="specifications">
    8065  <h2>3. Specifications</h2>
     
    279264  </dd>
    280265 
    281   <dt>f) Example plug-ins with source code
    282   <dd>
    283     <p>
    284     Contains the following example plug-ins:
    285     </p>
    286    
    287     <ul>
    288     <li>ExampleImporter: Pretends to import samples. It will ask for a file
    289       and if existing samples should be updated or not, but doesn't
    290       actually import anything.
    291 
    292     <li>ExampleAnalyzer: Asks for a multiplication factor and a cut-off value.
    293       It will create a child bioassay set by multiplying the original intensities
    294       with the given factor and filter out those with original intensities less than
    295       the cut-off. It works for any number of channels.
    296    
    297     </ul>
    298     <br>
    299     <p>
    300     <a href="plugins/exampleplugins.tar.gz">Download</a> a tar file with the source
    301     and compiled code.
    302     </p>
    303    
    304   </dd>
    305  
    306266  </dl>
    307267
Note: See TracChangeset for help on using the changeset viewer.