Skip to content

Commit

Permalink
Add admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
count0 committed Jun 14, 2024
1 parent 5139646 commit 2628eba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions school.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@ Some of the unique functionalities of `graph-tool` include:
1. Support for writing custom [C++
extensions](https://graph-tool.skewed.de/static/doc/demos/cppextensions/cppextensions.html#cppextensions).

<style>
blockquote.info {
@extend .alert-info;
}
blockquote.info p:before {
content: "ⓘ Important information ";
font-weight:bold;
font-size:16px;
}
</style>

> In this interactive workshop we will briefly cover the basic and some of the
> more advanced functionalities of the library. Participants will be given some
> hand-on exercises which will be discussed during the session.
Expand All @@ -102,6 +113,7 @@ extensions](https://graph-tool.skewed.de/static/doc/demos/cppextensions/cppexten
> [https://hub.skewed.de](https://hub.skewed.de)
>
> and open the notebook from [here](https://hub.skewed.de/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcount0%2Fgt-nascol&urlpath=lab%2Ftree%2Fgt-nascol%2Fgt-workshop.ipynb&branch=master).
{:.info}

### igraph

Expand Down

0 comments on commit 2628eba

Please sign in to comment.