Skip to content

Commit 052744f

Browse files
committed
updated readme and project name on NetBeans
1 parent 23c1ee5 commit 052744f

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

docs/README.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= Gephi Tutorials
2+
Clément Levallois <clementlevallois@gmail.com>
3+
2017-03-01
4+
5+
last modified: {docdate}
6+
7+
This repo hosts the web pages of the gephi tutorials website.
8+
9+
The website itsef can be visited here: https://seinecle.github.io/gephi-tutorials/
10+
11+
Maintained by https://www.clementlevallois.net[Clement Levallois]

docs/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>English</h3>
110110

111111
</ul>
112112
</li>
113-
<li><b>Learn how to use plugins for Gephi:</b>
113+
<li><b>Learn how to use plugins for Gephi</b>
114114
<ul>
115115
<li>
116116
A plugin to work with K-partite and bi-partite graphs (
@@ -150,7 +150,7 @@ <h3>English</h3>
150150
</ul>
151151
</li>
152152

153-
<li><b>Dynamic networks:</b>
153+
<li><b>Dynamic networks</b>
154154
<ul>
155155
<li>
156156
Creating a simple dynamic network (

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>net.clementlevallois</groupId>
7-
<artifactId>docs</artifactId>
7+
<artifactId>gephi-tutorials-source</artifactId>
88
<version>1.0</version>
99
<packaging>jar</packaging>
1010
<properties>
@@ -255,4 +255,5 @@
255255
</plugin>
256256
</plugins>
257257
</build>
258+
<name>gephi-tutorials-source</name>
258259
</project>

0 commit comments

Comments
 (0)