Global-Layer-Renaming: rearrange directories

backend -> vault
proc -> steam
gui -> stage
This commit is contained in:
Fischlurch 2018-11-15 23:28:03 +01:00
parent 9e951e1eeb
commit 6261779531
720 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
Lumiera Design Documents
========================
// Menu : prepend child design/backend
// Menu : prepend child design/lowlevel
// Menu : prepend child engine
// Menu : prepend child model
// Menu : prepend child design/gui
@ -79,8 +79,8 @@ The Vault Layer attaches to the low-level model and the _render jobs_ generated
It actually conducts the rendering operations and makes heavy use of the
Input/Output System for accessing media content and sending generated data to
the screen or to external output. +
-> link:backend/index.html[Backend design level documents] +
-> link:{ldoc}/technical/backend/index.html[technical documentation] +
-> link:lowlevel/index.html[Backend design level documents] +
-> link:{ldoc}/technical/vault/index.html[technical documentation] +
Extra Components

View file

@ -2,9 +2,9 @@ Technical Documentation
=======================
// Menu : prepend child library
// Menu : prepend child backend
// Menu : prepend child proc
// Menu : prepend child gui
// Menu : prepend child vault
// Menu : prepend child steam
// Menu : prepend child stage
// Menu : prepend child howto
// Menu : prepend child overview
@ -20,11 +20,11 @@ main layers of Lumiera. You may want to read the
link:../design/index.html[Design Documents] first to get an overview of all the
components.
* link:gui/index.html[*Stage Layer*] : Documents related to the GTK based Lumiera GUI
* link:stage/index.html[*Stage Layer*] : Documents related to the GTK based Lumiera GUI
* link:proc/index.html[*Steam Layer*] : Documents regarding Session, models and the engine structure
* link:steam/index.html[*Steam Layer*] : Documents regarding Session, models and the engine structure
* link:backend/index.html[*Vault Layer*] : Documents about the data and processing backend
* link:vault/index.html[*Vault Layer*] : Documents about the data and processing backend
== Tools

Some files were not shown because too many files have changed in this diff Show more