File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout: default
3+ ---
4+
5+ < div class ="container ">
6+ < div class ="row ">
7+ < div class ="col-md-12 ">
8+ < div class ="bs-docs-section ">
9+ < div class ="post-header ">
10+ < h1 > {{ page.title }}</ h1 >
11+ {% if page.title %}
12+ < div class ="post-authors text-muted "> {{ page.authors | default: site.authors | array_to_sentence_string }}</ div >
13+ {% endif %}
14+ < div class ="post-time "> < time class ="text-muted "> {{ page.date | date_to_string: "ordinal", "US" }}</ time > </ div >
15+ </ div >
16+
17+ {{ content | redir_docs }}
18+ </ div >
19+ </ div >
20+ </ div >
21+ </ div >
Original file line number Diff line number Diff line change 1+ ---
2+ layout : page
3+ mainheader : Community Packages
4+ lead : Third-party interfaces and packages maintained by the community
5+ ---
6+
7+ ## Third-party interfaces
8+
9+ * [ matlab-igraph] ( https://davidrconnell.github.io/matlab-igraph/ ) - a Matlab interface for igraph
10+
11+ * [ Igraphs.jl] ( https://github.com/JuliaGraphs/IGraphs.jl ) - Julia wrapper around igraph
12+
13+ ## Related projects
14+
15+
You can’t perform that action at this time.
0 commit comments