diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst index 1c0576a..11c52b8 100644 --- a/docs/getting_started/index.rst +++ b/docs/getting_started/index.rst @@ -12,4 +12,4 @@ Getting started how-to-host how-to-manage troubleshooting - glossary + diff --git a/docs/glossary/index.rst b/docs/glossary/index.rst deleted file mode 100644 index f47f0e5..0000000 --- a/docs/glossary/index.rst +++ /dev/null @@ -1,54 +0,0 @@ -======== -Glossary -======== - - -.. glossary:: - - .. _admin: - - administrator - - *A session administrator can manage users (kick) and hold write access on - each datablock. They can also init a dedicated server repository.* - - .. _session-status: - - session status - - *Located in the title of the multi-user panel, the session status shows - you the connection state.* - - All possible connection states are listed here with their meaning:* - - +--------------------+---------------------------------------------------------------------------------------------+ - | State | Description | - +--------------------+---------------------------------------------------------------------------------------------+ - | WARMING UP DATA | Commiting local data | - +--------------------+---------------------------------------------------------------------------------------------+ - | FETCHING | Dowloading snapshot from the server | - +--------------------+---------------------------------------------------------------------------------------------+ - | AUTHENTICATION | Initial server authentication | - +--------------------+---------------------------------------------------------------------------------------------+ - | ONLINE | Connected to the session | - +--------------------+---------------------------------------------------------------------------------------------+ - | PUSHING | Init the server repository by pushing ours | - +--------------------+---------------------------------------------------------------------------------------------+ - | INIT | Initial state | - +--------------------+---------------------------------------------------------------------------------------------+ - | QUITTING | Exiting the session | - +--------------------+---------------------------------------------------------------------------------------------+ - | LAUNCHING SERVICES | Launching local services. Services are spetialized daemons running in the background. ) | - +--------------------+---------------------------------------------------------------------------------------------+ - | LOBBY | The lobby is a waiting state triggered when the server repository hasn't been initiated yet | - | | | - | | Once initialized, the server will automatically launch all client in the **LOBBY**. | - +--------------------+---------------------------------------------------------------------------------------------+ - - - .. _common-right: - - common right - - When a data block is under common right, it is available to everyone for modification. - The rights will be given to the user that selects it first. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 549e1e1..0a84a29 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -89,5 +89,4 @@ Sections hosting_internet/index.rst troubleshooting/index.rst ways_to_contribute/index.rst - glossary/index.rst