File: index.rst

package info (click to toggle)
python-cogent 2024.5.7a1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 74,600 kB
  • sloc: python: 92,479; makefile: 117; sh: 16
file content (57 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
####
apps
####

Pre-defined "apps" simplify complex tasks. They provide capabilities that can be used by themselves, or added together to define a pipeline. Find out more about apps below!

.. grid::

    .. grid-item-card::
        :link: index-app.html
        :link-type: url
        :class-header: bg-info

        App Overview
        ^^^^^^^^^^^^

        An overview of the basic usage of apps. 
        
    .. grid-item-card::
        :link: index-cookbook.html
        :link-type: url
        :class-header: bg-info

        App Cookbook
        ^^^^^^^^^^^^

        Short "how-to" code recipes solving specific problems using apps.

.. grid::

    .. grid-item-card::
        :link: index-tutorials.html
        :link-type: url
        :class-header: bg-info

        App Tutorials
        ^^^^^^^^^^^^^

        Using apps to solve more extensive problems.

    .. grid-item-card::
        :link: index-custom.html
        :link-type: url
        :class-header: bg-info

        Custom Apps
        ^^^^^^^^^^^
        Writing and publishing you own apps.
        
.. toctree::
    :maxdepth: 2
    :hidden:
    
    index-app
    index-cookbook
    index-tutorials
    index-custom