Skip to main content

Preprocessor which generates schemes from metadata

Project description

MetaGraph preprocessor for Foliant

Preprocessor generates Graphviz diagrams of meta sections in the project.

Installation

$ pip install foliantcontrib.metagraph

Config

preprocessors:
    - metagraph:
        natural: false
        directed: false
        draw_all: false

natural : if true — the graph is generated based on "natural" section structure: main sections are connected to the inner sections, which are connected to their child sections and so on. If false — the connections are deretmined by the relates meta section of each chapter. Default: false

directed : If true — draws a directed graph (with arrows). Default: false

draw_all : If true — draws all sections, except those which have meta field draw: false. If false — draws only sections which have meta field draw: true. Default: false

Usage

First set up a few meta sections:

<meta title="Main document" id="main" relates="['first', 'sub']" draw="true"></meta>

# First title
<meta id="first" draw="true"></meta>

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nesciunt, atque.

## Subtitle

<meta id="sub"  draw="true"></meta>

Then add a metagraph tag somewhere in the project:

<metagraph></metagraph>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

foliantcontrib.metagraph-0.1.3.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

foliantcontrib.metagraph-0.1.3-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page