Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r4a80a67 r4c24eb0a  
    394394            is a filter that takes a directed graph as input and outputs a
    395395            copy of the graph with sufficient edges reversed to make the
    396             graph acyclic.
     396            graph acyclic
    397397          </para>
    398398          <indexterm zone="graphviz acyclic">
     
    407407          <para>
    408408            decomposes graphs into their biconnected components,
    409             printing the components to standard output.
     409            printing the components to standard output
    410410          </para>
    411411          <indexterm zone="graphviz bcomps">
     
    420420          <para>
    421421            decomposes graphs into their connected components,
    422             printing the components to standard output.
     422            printing the components to standard output
    423423          </para>
    424424          <indexterm zone="graphviz ccomps">
     
    432432        <listitem>
    433433          <para>
    434             draws graphs using a circular layout.
     434            draws graphs using a circular layout
    435435          </para>
    436436          <indexterm zone="graphviz circo">
     
    445445          <para>
    446446            takes as input a graph in DOT format, finds node clusters
    447             and augments the graph with this information.
     447            and augments the graph with this information
    448448          </para>
    449449          <indexterm zone="graphviz cluster">
     
    460460            generates an image where each pixel is the
    461461            difference between the corresponding pixel in
    462             each of the two source images.
     462            each of the two source images
    463463          </para>
    464464          <indexterm zone="graphviz diffimg">
     
    473473          <para>
    474474            reads a stream of graphs and for each computes the distance of
    475             every node from sourcenode.
     475            every node from sourcenode
    476476          </para>
    477477          <indexterm zone="graphviz dijkstra">
     
    488488            that can be drawn as hierarchies. It reads attributed graph files and
    489489            writes drawings. By default, the output format dot is the input file
    490             with layout coordinates appended.
     490            with layout coordinates appended
    491491          </para>
    492492          <indexterm zone="graphviz dot">
     
    504504            <command>gxl2dot</command> will deduce the type of conversion from
    505505            the suffix of the input file, a
    506             <filename class='extension'>.dot</filename> suffix causing a
     506            <filename class="extension">.dot</filename> suffix causing a
    507507            conversion from DOT to GXL, and a
    508             <filename class='extension'>.gxl</filename> suffix causing a
    509             conversion from GXL to DOT.
     508            <filename class="extension">.gxl</filename> suffix causing a
     509            conversion from GXL to DOT
    510510          </para>
    511511          <indexterm zone="graphviz dot2gxl">
     
    521521            is a graph editor for the X Window System. It may be run as a
    522522            standalone editor, or as a front end for applications that use
    523             graphs. It can control multiple windows viewing different graphs.
     523            graphs. It can control multiple windows viewing different graphs
    524524          </para>
    525525          <indexterm zone="graphviz dotty">
     
    533533        <listitem>
    534534          <para>
    535             performs edge coloring to disambiguate crossing edges.
     535            performs edge coloring to disambiguate crossing edges
    536536          </para>
    537537          <indexterm zone="graphviz edgepaint">
     
    547547            draws undirected graphs using a <quote>spring</quote> model. It
    548548            relies on a force-directed approach in the spirit of Fruchterman
    549             and Reingold.
     549            and Reingold
    550550          </para>
    551551          <indexterm zone="graphviz fdp">
     
    562562            to standard output the number of nodes, edges, connected components
    563563            or clusters contained in the input files. It also prints a total
    564             count for all graphs if more than one graph is given.
     564            count for all graphs if more than one graph is given
    565565          </para>
    566566          <indexterm zone="graphviz gc-graphviz">
     
    575575          <para>
    576576            converts a graph specified in the GML format to
    577             a graph in the GV (formerly DOT) format.
     577            a graph in the GV (formerly DOT) format
    578578          </para>
    579579          <indexterm zone="graphviz gml2gv">
     
    588588          <para>
    589589            converts a graph specified in the GRAPHML format to a graph in
    590             the GV (formerly DOT) format.
     590            the GV (formerly DOT) format
    591591          </para>
    592592          <indexterm zone="graphviz graphml2gv">
     
    600600        <listitem>
    601601          <para>
    602             converts a graph specified in the GV format to a graph in the GML format.
     602            converts a graph specified in the GV format to a graph in the GML format
    603603          </para>
    604604          <indexterm zone="graphviz gv2gml">
     
    612612        <listitem>
    613613          <para>
    614             converts a graph specified in the GV format to a graph in the GXL format.
     614            converts a graph specified in the GV format to a graph in the GXL format
    615615          </para>
    616616          <indexterm zone="graphviz gv2gxl">
     
    626626            is a filter that sets node colors from initial seed values.
    627627            Colors flow along edges from tail to head, and are averaged (as HSB
    628             vectors) at nodes.
     628            vectors) at nodes
    629629          </para>
    630630          <indexterm zone="graphviz gvcolor">
     
    640640            provides a simple graph editor and viewer. It allows many
    641641            graphs to be viewed at the same time. The text of each
    642             graph is displayed in its own text window.
     642            graph is displayed in its own text window
    643643          </para>
    644644          <indexterm zone="graphviz gvedit">
     
    653653          <para>
    654654            generates a variety of simple, regularly-structured
    655             abstract graphs.
     655            abstract graphs
    656656          </para>
    657657          <indexterm zone="graphviz gvgen">
     
    668668            clusters and produces a rendering of the graph as
    669669            a geographic-style map, with clusters highlighted,
    670             in xdot format.
     670            in xdot format
    671671          </para>
    672672          <indexterm zone="graphviz gvmap">
     
    680680        <listitem>
    681681          <para>
    682             is a pipeline for running gvmap.
     682            is a pipeline for running gvmap
    683683          </para>
    684684          <indexterm zone="graphviz gvmap.sh">
     
    693693          <para>
    694694            reads in a stream of graphs, combines the graphs into a single layout,
    695             and produces a single graph serving as the union of the input graphs.
     695            and produces a single graph serving as the union of the input graphs
    696696          </para>
    697697          <indexterm zone="graphviz gvpack">
     
    708708            copies input graphs to its output, possibly transforming their
    709709            structure and attributes, creating new graphs, or printing arbitrary
    710             information.
     710            information
    711711          </para>
    712712          <indexterm zone="graphviz gvpr">
     
    724724            <command>gxl2dot</command> will deduce the type of conversion from
    725725            the suffix of the input file, a
    726             <filename class='extension'>.dot</filename> suffix causing a
     726            <filename class="extension">.dot</filename> suffix causing a
    727727            conversion from DOT to GXL, and a
    728             <filename class='extension'>.gxl</filename> suffix causing a
    729             conversion from GXL to DOT.
     728            <filename class="extension">.gxl</filename> suffix causing a
     729            conversion from GXL to DOT
    730730          </para>
    731731          <indexterm zone="graphviz gxl2dot">
     
    740740          <para>
    741741            converts between graphs represented in GXL and in
    742             the GV language.
     742            the GV language
    743743          </para>
    744744          <indexterm zone="graphviz gxl2gv">
     
    752752        <listitem>
    753753          <para>
    754             is a two-view graphics editor for technical pictures.
     754            is a two-view graphics editor for technical pictures
    755755          </para>
    756756          <indexterm zone="graphviz lefty">
     
    766766            is a graph editor for the X Window System. It may be run as a
    767767            standalone editor, or as a front end for applications that use
    768             graphs. It can control multiple windows viewing different graphs.
     768            graphs. It can control multiple windows viewing different graphs
    769769          </para>
    770770          <indexterm zone="graphviz lneato">
     
    779779          <para>
    780780            converts a sparse matrix of the Matrix Market format
    781             to a graph in the GV (formerly DOT) format.
     781            to a graph in the GV (formerly DOT) format
    782782          </para>
    783783          <indexterm zone="graphviz mm2gv">
     
    794794            files must be formatted in the <command>dot</command>  attributed
    795795            graph language. By default, the output of <command>neato</command>
    796             is the input graph with layout coordinates appended.
     796            is the input graph with layout coordinates appended
    797797          </para>
    798798          <indexterm zone="graphviz neato">
     
    807807          <para>
    808808            reads a stream of graphs and prints each in pretty-printed (canonical)
    809             format on stdout. If no files are given, it reads from stdin.
     809            format on stdout. If no files are given, it reads from stdin
    810810          </para>
    811811          <indexterm zone="graphviz nop">
     
    820820          <para>
    821821            draws clustered graphs. As input, it takes any
    822             graph in the DOT format.
     822            graph in the DOT format
    823823          </para>
    824824          <indexterm zone="graphviz osage">
     
    833833          <para>
    834834            draws clustered graphs using a squarified treemap layout.
    835             As input, it takes any graph in the DOT format.
     835            As input, it takes any graph in the DOT format
    836836          </para>
    837837          <indexterm zone="graphviz patchwork">
     
    847847            reads directed graphs in the same format used by
    848848            <command>dot</command> and removes subgraphs rooted at nodes
    849             specified on the command line via options.
     849            specified on the command line via options
    850850          </para>
    851851          <indexterm zone="graphviz prune">
     
    862862            auxiliary map of the relationship between components. In this map,
    863863            each component is collapsed into a node. The resulting graphs are
    864             printed to stdout.
     864            printed to stdout
    865865          </para>
    866866          <indexterm zone="graphviz sccmap">
     
    876876            draws undirected graphs using the <quote>spring</quote> model,
    877877            but it uses a multi-scale approach to produce layouts of large
    878             graphs in a reasonably short time.
     878            graphs in a reasonably short time
    879879          </para>
    880880          <indexterm zone="graphviz sfdp">
     
    891891            prints the resulting graphs to standard output. This removes edges
    892892            implied by transitivity. Nodes and subgraphs are not otherwise
    893             affected.
     893            affected
    894894          </para>
    895895          <indexterm zone="graphviz tred">
     
    906906            chosen as the center and put at the origin. The remaining nodes are
    907907            placed on a sequence of concentric circles centered about the origin,
    908             each a fixed radial distance from the previous circle.
     908            each a fixed radial distance from the previous circle
    909909          </para>
    910910          <indexterm zone="graphviz twopi">
     
    920920            is a preprocessor to <command>dot</command> that is used to
    921921            improve the aspect ratio of graphs having many leaves or disconnected
    922             nodes. The usual layout for such a graph is generally very wide or tall.
     922            nodes. The usual layout for such a graph is generally very wide or tall
    923923          </para>
    924924          <indexterm zone="graphviz unflatten">
     
    934934            is a simple script which launches the <command>gvim</command>
    935935            or <command>vim</command> editor along with a GUI window
    936             showing the <command>dot</command> output of the edited file.
     936            showing the <command>dot</command> output of the edited file
    937937          </para>
    938938          <indexterm zone="graphviz vimdot">
     
    948948            manages run-time dictionaries using standard container data
    949949            types: unordered set/multiset, ordered set/multiset, list, stack,
    950             and queue.
     950            and queue
    951951          </para>
    952952          <indexterm zone="graphviz libcdt">
     
    962962            supports graph programming by maintaining graphs in memory and
    963963            reading and writing graph files. Graphs are composed of nodes,
    964             edges, and nested subgraphs.
     964            edges, and nested subgraphs
    965965          </para>
    966966          <indexterm zone="graphviz libcgraph">
     
    976976            provides a context for applications wishing to manipulate
    977977            and render graphs. It provides a command line parsing,
    978             common rendering code, and a plugin mechanism for renderers.
     978            common rendering code, and a plugin mechanism for renderers
    979979          </para>
    980980          <indexterm zone="graphviz libgvc">
     
    989989          <para>
    990990            contains functions to find the shortest path between two points
    991             in a simple polygon.
     991            in a simple polygon
    992992          </para>
    993993          <indexterm zone="graphviz libpathplan">
     
    10021002          <para>
    10031003            provides support for parsing and deparsing graphical
    1004             operations specificed by the xdot language.
     1004            operations specificed by the xdot language
    10051005          </para>
    10061006          <indexterm zone="graphviz libxdot">
Note: See TracChangeset for help on using the changeset viewer.