Skip to content

Commit 3259785

Browse files
committed
feat: added page for community packages, not linked from menu yet
1 parent 6565910 commit 3259785

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

_layouts/page.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>

community/packages.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+

0 commit comments

Comments
 (0)