diff --git a/astro.config.mjs b/astro.config.mjs
index 12e6f67..02a2e2d 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -10,7 +10,7 @@ export default defineConfig({
site: 'https://socnetv.org',
base: '/',
redirects: {
- '/docs/formats.html': '/docs/formats'
+ '/docs/formats.html': '/manual/formats'
},
integrations: [
starlight({
@@ -48,16 +48,16 @@ export default defineConfig({
{
label: 'Manual',
items: [
- { label: 'Introduction', slug: 'docs/intro' },
- { label: 'User Interface', slug: 'docs/gui' },
- { label: 'Formats', slug: 'docs/formats' },
- { label: 'Generate', slug: 'docs/generate' },
- { label: 'Analysis', slug: 'docs/analysis' },
- { label: 'Visualization', slug: 'docs/visualization' },
- { label: 'Credits', slug: 'docs/credits' },
- { label: 'References', slug: 'docs/references' },
- { label: 'License', slug: 'docs/license' },
- { label: 'Bugs', slug: 'docs/bugs' },
+ { label: 'Introduction', slug: 'manual/intro' },
+ { label: 'User Interface', slug: 'manual/gui' },
+ { label: 'Formats', slug: 'manual/formats' },
+ { label: 'Generate', slug: 'manual/generate' },
+ { label: 'Analysis', slug: 'manual/analysis' },
+ { label: 'Visualization', slug: 'manual/visualization' },
+ { label: 'Credits', slug: 'manual/credits' },
+ { label: 'References', slug: 'manual/references' },
+ { label: 'License', slug: 'manual/license' },
+ { label: 'Bugs', slug: 'manual/bugs' },
],
},
{ label: 'Downloads', slug: 'downloads' },
diff --git a/public/annotation-src/header.html b/public/annotation-src/header.html
index 9c64909..ffb855f 100644
--- a/public/annotation-src/header.html
+++ b/public/annotation-src/header.html
@@ -6,9 +6,9 @@
-
$projectname code annotation: $title
+$title | SocNetV Code Documentation
$title
-
+
diff --git a/public/annotation-src/index.md b/public/annotation-src/index.md
index b4c8f4d..d67cba5 100644
--- a/public/annotation-src/index.md
+++ b/public/annotation-src/index.md
@@ -1,7 +1,15 @@
# Welcome
-These pages host the annotated code of our project, SocNetV.
+Welcome to the **Social Network Visualizer** code documentation. This documentation provides detailed annotations of the **SocNetV** source code, generated using **Doxygen**. It serves as a reference for developers working with or contributing to the project.
-Select what you want to see from the sidebar.
+## What You'll Find Here
+
+- **Source code documentation**: In-depth descriptions of classes, functions, methods, and variables, including their parameters, return values, and usage.
+- **API reference**: A comprehensive listing of the project's public API, enabling developers to understand how to interact with the core functionality.
+- **Class and function diagrams**: Visual representations of class hierarchies and function relationships within the code.
+- **Code navigation**: Links to relevant code files, helping you easily locate specific parts of the project.
+
+This documentation is generated directly from the **source code annotations** and reflects the current state of the codebase.
+
+For the **user manual** and more details on how to use SocNetV, please visit the official manual at [socnetv.org](https://socnetv.org).
-Visit our website at: [Social Network Visualizer](https://socnetv.org)
diff --git a/public/docs/annotated.html b/public/docs/annotated.html
index 87ad628..a91604c 100644
--- a/public/docs/annotated.html
+++ b/public/docs/annotated.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Data Structures
-
+Data Structures | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -150,7 +150,7 @@
diff --git a/public/docs/bug.html b/public/docs/bug.html
index 46cd85b..a41e8eb 100644
--- a/public/docs/bug.html
+++ b/public/docs/bug.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Bug List
-
+Bug List | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -129,7 +129,7 @@
diff --git a/public/docs/chart_8cpp.html b/public/docs/chart_8cpp.html
index 083c9f9..5ab7d3e 100644
--- a/public/docs/chart_8cpp.html
+++ b/public/docs/chart_8cpp.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: /home/dimitris/socnetv/app/src/chart.cpp File Reference
-
+/home/dimitris/socnetv/app/src/chart.cpp File Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -187,7 +187,7 @@
diff --git a/public/docs/chart_8h.html b/public/docs/chart_8h.html
index 96895d5..e37654f 100644
--- a/public/docs/chart_8h.html
+++ b/public/docs/chart_8h.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: /home/dimitris/socnetv/app/src/chart.h File Reference
-
+/home/dimitris/socnetv/app/src/chart.h File Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -161,7 +161,7 @@
diff --git a/public/docs/chart_8h_source.html b/public/docs/chart_8h_source.html
index 2c261b7..e6b29bf 100644
--- a/public/docs/chart_8h_source.html
+++ b/public/docs/chart_8h_source.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: /home/dimitris/socnetv/app/src/chart.h Source File
-
+/home/dimitris/socnetv/app/src/chart.h Source File | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -259,7 +259,7 @@
diff --git a/public/docs/classChart.html b/public/docs/classChart.html
index f5b02c2..1ed89c9 100644
--- a/public/docs/classChart.html
+++ b/public/docs/classChart.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Chart Class Reference
-
+Chart Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -1126,7 +1126,7 @@ Chart
diff --git a/public/docs/classCompareActors.html b/public/docs/classCompareActors.html
index fa4515d..94f5691 100644
--- a/public/docs/classCompareActors.html
+++ b/public/docs/classCompareActors.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: CompareActors Class Reference
-
+CompareActors Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -177,7 +177,7 @@ CompareActors
diff --git a/public/docs/classGraph.html b/public/docs/classGraph.html
index 08fa642..51aea63 100644
--- a/public/docs/classGraph.html
+++ b/public/docs/classGraph.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Graph Class Reference
-
+Graph Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -19732,7 +19732,7 @@ Graph
diff --git a/public/docs/classGraphDistance.html b/public/docs/classGraphDistance.html
index ead92fa..add0962 100644
--- a/public/docs/classGraphDistance.html
+++ b/public/docs/classGraphDistance.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphDistance Class Reference
-
+GraphDistance Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -214,7 +214,7 @@ GraphDistance
diff --git a/public/docs/classGraphDistancesCompare.html b/public/docs/classGraphDistancesCompare.html
index 99ff2e3..fd7fa04 100644
--- a/public/docs/classGraphDistancesCompare.html
+++ b/public/docs/classGraphDistancesCompare.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphDistancesCompare Class Reference
-
+GraphDistancesCompare Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -177,7 +177,7 @@ GraphDistancesCompare
diff --git a/public/docs/classGraphVertex.html b/public/docs/classGraphVertex.html
index 026b569..a9feba4 100644
--- a/public/docs/classGraphVertex.html
+++ b/public/docs/classGraphVertex.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphVertex Class Reference
-
+GraphVertex Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -6117,7 +6117,7 @@ GraphVertex
diff --git a/public/docs/classGraphicsEdge.html b/public/docs/classGraphicsEdge.html
index 4b74daf..80af339 100644
--- a/public/docs/classGraphicsEdge.html
+++ b/public/docs/classGraphicsEdge.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsEdge Class Reference
-
+GraphicsEdge Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -2162,7 +2162,7 @@ GraphicsEdge
diff --git a/public/docs/classGraphicsEdgeLabel.html b/public/docs/classGraphicsEdgeLabel.html
index 61aeb70..94dfbd9 100644
--- a/public/docs/classGraphicsEdgeLabel.html
+++ b/public/docs/classGraphicsEdgeLabel.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsEdgeLabel Class Reference
-
+GraphicsEdgeLabel Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -282,7 +282,7 @@ GraphicsEdgeLabel
diff --git a/public/docs/classGraphicsEdgeWeight.html b/public/docs/classGraphicsEdgeWeight.html
index a928c36..dc02d32 100644
--- a/public/docs/classGraphicsEdgeWeight.html
+++ b/public/docs/classGraphicsEdgeWeight.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsEdgeWeight Class Reference
-
+GraphicsEdgeWeight Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -282,7 +282,7 @@ GraphicsEdgeWeight
diff --git a/public/docs/classGraphicsGuide.html b/public/docs/classGraphicsGuide.html
index 0baef8b..355b1a3 100644
--- a/public/docs/classGraphicsGuide.html
+++ b/public/docs/classGraphicsGuide.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsGuide Class Reference
-
+GraphicsGuide Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -633,7 +633,7 @@ GraphicsGuide
diff --git a/public/docs/classGraphicsNode.html b/public/docs/classGraphicsNode.html
index a1cf6ba..d6e3938 100644
--- a/public/docs/classGraphicsNode.html
+++ b/public/docs/classGraphicsNode.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsNode Class Reference
-
+GraphicsNode Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -2096,7 +2096,7 @@ GraphicsNode
diff --git a/public/docs/classGraphicsNodeLabel.html b/public/docs/classGraphicsNodeLabel.html
index c057513..5dc9a69 100644
--- a/public/docs/classGraphicsNodeLabel.html
+++ b/public/docs/classGraphicsNodeLabel.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsNodeLabel Class Reference
-
+GraphicsNodeLabel Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -386,7 +386,7 @@ GraphicsNodeLabel
diff --git a/public/docs/classGraphicsNodeNumber.html b/public/docs/classGraphicsNodeNumber.html
index 7962daa..5fab433 100644
--- a/public/docs/classGraphicsNodeNumber.html
+++ b/public/docs/classGraphicsNodeNumber.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsNodeNumber Class Reference
-
+GraphicsNodeNumber Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -386,7 +386,7 @@ GraphicsNodeNumber
diff --git a/public/docs/classGraphicsWidget.html b/public/docs/classGraphicsWidget.html
index bddeb3b..6e0f020 100644
--- a/public/docs/classGraphicsWidget.html
+++ b/public/docs/classGraphicsWidget.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: GraphicsWidget Class Reference
-
+GraphicsWidget Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -4496,7 +4496,7 @@ GraphicsWidget
diff --git a/public/docs/classMainWindow.html b/public/docs/classMainWindow.html
index 866433a..eb1c394 100644
--- a/public/docs/classMainWindow.html
+++ b/public/docs/classMainWindow.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: MainWindow Class Reference
-
+MainWindow Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -17137,7 +17137,7 @@ MainWindow
diff --git a/public/docs/classMatrix.html b/public/docs/classMatrix.html
index a3aa793..e7516b4 100644
--- a/public/docs/classMatrix.html
+++ b/public/docs/classMatrix.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Matrix Class Reference
-
+Matrix Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -2278,7 +2278,7 @@ Matrix
diff --git a/public/docs/classMatrixRow.html b/public/docs/classMatrixRow.html
index 745a56a..2d24fc2 100644
--- a/public/docs/classMatrixRow.html
+++ b/public/docs/classMatrixRow.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: MatrixRow Class Reference
-
+MatrixRow Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -449,7 +449,7 @@ MatrixRow
diff --git a/public/docs/classMyEdge.html b/public/docs/classMyEdge.html
index e383e37..0bafb03 100644
--- a/public/docs/classMyEdge.html
+++ b/public/docs/classMyEdge.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: MyEdge Class Reference
-
+MyEdge Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -357,7 +357,7 @@ MyEdge
diff --git a/public/docs/classPairVF.html b/public/docs/classPairVF.html
index 5d61a8b..18c8e8e 100644
--- a/public/docs/classPairVF.html
+++ b/public/docs/classPairVF.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: PairVF Class Reference
-
+PairVF Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -209,7 +209,7 @@ PairVF
diff --git a/public/docs/classPairVFCompare.html b/public/docs/classPairVFCompare.html
index 7891242..547f80d 100644
--- a/public/docs/classPairVFCompare.html
+++ b/public/docs/classPairVFCompare.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: PairVFCompare Class Reference
-
+PairVFCompare Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -172,7 +172,7 @@ PairVFCompare
diff --git a/public/docs/classParser.html b/public/docs/classParser.html
index d29ee0c..616a980 100644
--- a/public/docs/classParser.html
+++ b/public/docs/classParser.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Parser Class Reference
-
+Parser Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -3922,7 +3922,7 @@ Parser
diff --git a/public/docs/classTextEditor.html b/public/docs/classTextEditor.html
index 8903306..ca7d844 100644
--- a/public/docs/classTextEditor.html
+++ b/public/docs/classTextEditor.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: TextEditor Class Reference
-
+TextEditor Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -1132,7 +1132,7 @@ TextEditor
diff --git a/public/docs/classWebCrawler.html b/public/docs/classWebCrawler.html
index d363ed0..5ce7360 100644
--- a/public/docs/classWebCrawler.html
+++ b/public/docs/classWebCrawler.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: WebCrawler Class Reference
-
+WebCrawler Class Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -1119,7 +1119,7 @@ WebCrawler
diff --git a/public/docs/classes.html b/public/docs/classes.html
index 979f5c5..58a4b0c 100644
--- a/public/docs/classes.html
+++ b/public/docs/classes.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Data Structure Index
-
+Data Structure Index | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -145,7 +145,7 @@
diff --git a/public/docs/dir_96c3c9330b52078cf3faa0db4c430ff2.html b/public/docs/dir_96c3c9330b52078cf3faa0db4c430ff2.html
index 8b79963..3fed887 100644
--- a/public/docs/dir_96c3c9330b52078cf3faa0db4c430ff2.html
+++ b/public/docs/dir_96c3c9330b52078cf3faa0db4c430ff2.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: annotation-src Directory Reference
-
+annotation-src Directory Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -122,7 +122,7 @@
diff --git a/public/docs/dir_a8f641299cfea9f7461c2df1141b7786.html b/public/docs/dir_a8f641299cfea9f7461c2df1141b7786.html
index 83520b3..75d71c9 100644
--- a/public/docs/dir_a8f641299cfea9f7461c2df1141b7786.html
+++ b/public/docs/dir_a8f641299cfea9f7461c2df1141b7786.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: /home/dimitris/socnetv/app/src Directory Reference
-
+/home/dimitris/socnetv/app/src Directory Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -231,7 +231,7 @@
diff --git a/public/docs/dir_d422163b96683743ed3963d4aac17747.html b/public/docs/dir_d422163b96683743ed3963d4aac17747.html
index 7f67791..74b2693 100644
--- a/public/docs/dir_d422163b96683743ed3963d4aac17747.html
+++ b/public/docs/dir_d422163b96683743ed3963d4aac17747.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: /home/dimitris/socnetv/app Directory Reference
-
+/home/dimitris/socnetv/app Directory Reference | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -128,7 +128,7 @@
diff --git a/public/docs/files.html b/public/docs/files.html
index 3e50d5a..cf14fde 100644
--- a/public/docs/files.html
+++ b/public/docs/files.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: File List
-
+File List | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -162,7 +162,7 @@
diff --git a/public/docs/functions.html b/public/docs/functions.html
index db22550..fc88b51 100644
--- a/public/docs/functions.html
+++ b/public/docs/functions.html
@@ -6,8 +6,8 @@
-Social Network Visualizer code annotation: Data Fields
-
+Data Fields | SocNetV Code Documentation
+
@@ -46,9 +46,9 @@
|
- Social Network Visualizer 3.1
+ Code Documentation 3.1
- Source code annotation
+ Social Network Visualizer
|
@@ -176,7 +176,7 @@ - a -