-
Notifications
You must be signed in to change notification settings - Fork 1
Home
![Alt text](http://g.gravizo.com/g? digraph G { /* use comments to let the graph code breath / rankdir="LR"; bgcolor="transparent"; / * Define Repos / node[shape=plaintext]; JB [label="Jeckyll-bootstrap"]; JBTheme [label="JB-Theme"]; JB4S [label="Jeckyll-bootstrap-4-scholars"]; JBThemeI2cvb [label="JB-I2Cvb-Theme"]; I2CvbMain [label="I2Cvb.github.io"]; / * Indicate forks / edge[style=dasehed, label=fork]; JB -> JB4S; JBTheme -> JBThemeI2cvb; / * Branche labels / node[shape=box]; JB4S_master [label="master"]; JB4S_ghpage [label="gh-page"]; JB_fork [label="fork-ref"]; JB4S_i2cvb_theme_applied [label="i2cvb_theme_applied"]; JBThemeI2cvb_master [label="master"]; JBThemeI2cvb_ghpage [label="gh-page"]; I2CvbMain_master [label="master"]; I2CvbMain_first_i2cvb [label ="first_i2cvb"]; I2CvbMain_JB4Scholars_i2cvb_content [label ="JB4Scholars-i2cvb-content"]; I2CvbMain_JB4Scholars_no_theme [label ="JB4Scholars-no-theme"]; I2CvbMain_JB4Scholars_clone [label ="JB4Sscholars-clone"]; / * Other */ node[width=0.15, height=0.15, shape=point]; edge[weight=2, arrowhead=none]; JB4S --> A; A -> AA0 -> AA1; JB4S_master --> A; JB4S_ghpage --> A; JB_fork --> A; JB4S_i2cvb_theme_applied --> A; JBThemeI2cvb --> B; JBThemeI2cvb_master --> B; JBThemeI2cvb_ghpage --> B; I2CvbMain --> C; I2CvbMain_master --> C; I2CvbMain_first_i2cvb --> C; I2CvbMain_JB4Scholars_i2cvb_content --> C; I2CvbMain_JB4Scholars_no_theme --> C; I2CvbMain_JB4Scholars_clone --> C; } )