Skip to content

Commit 659029e

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Update README.md
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent 137e29d commit 659029e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pkg> add MultilayerGraphs
4747

4848
## Usage
4949

50-
Here we are going to synthetically illustrate some of the main features of MultilayerGraphs.jl. For a more comprehensive exploration of the package features and functionalities we strongly recommend consulting the package [documentation](https://juliagraphs.org/MultilayerGraphs.jl).
50+
Here we are going to synthetically illustrate some of the main features of MultilayerGraphs.jl. For a more comprehensive exploration of the package functionalities we strongly recommend consulting the package [documentation](https://juliagraphs.org/MultilayerGraphs.jl).
5151

5252
Let's begin by importing the necessary dependencies and setting the relevant constants.
5353

@@ -63,7 +63,7 @@ const node_list = [Node("node_$i") for i in 1:n_nodes]
6363

6464
### Layers and Interlayers
6565

66-
We will instantiate layers and interlayers with randomly-selected edges and vertices adopting a variety of techniques. Layers and Interlayers are not immutable, and mostly behave like normal graphs. It is strongly recommended to consult the [API](https://juliagraphs.org/MultilayerGraphs.jl/stable/API/) for further details.
66+
We will instantiate layers and interlayers with randomly-selected edges and vertices adopting a variety of techniques. Layers and Interlayers are not immutable, and mostly behave like normal graphs. The user is invited to consult the [API](https://juliagraphs.org/MultilayerGraphs.jl/stable/API/) for further details.
6767

6868
Here we define a layer with an underlying simple directed graph using a graph generator-like (or "configuration model"-like) constructor which allows us to specify both the **indegree** and the **outdegree sequences**. Before instantiating each layer we sample the number of its vertices and, optionally, of its edges.
6969

0 commit comments

Comments
 (0)