From 21c0a35f779f0c5f4e4abc2bd9e442f505484590 Mon Sep 17 00:00:00 2001 From: grossmj Date: Tue, 27 Nov 2018 18:30:16 +0700 Subject: [PATCH] Use project instead of topology where appropriate. --- docs/glossary.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index 2260eb45..8ecf9cf4 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -1,10 +1,15 @@ Glossary ======== +Project +-------- + +A project contains everything that is needed to save and restore a virtual network in GNS3 (the topology, virtual disks, settings etc.) + Topology -------- -Contains everything to represent a virtual network (nodes, visual elements, links...) +A topology represents a virtual network (nodes, visual elements, links...). A topology is often used to refer to a project. Node ----