Skip to content

Commit 50faba0

Browse files
committed
make doc more readable
1 parent 8de9cc2 commit 50faba0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/src/structure.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
QGIS-Server-Light is made of three subparts.
22

3-
- **exporter** => export necesary data from a qgis project to a simple json (has deps to pyqgis)
4-
- **interface** => defines all entities shipped around and may be used in 3rd party software (no deps to pyqgis)
5-
- **worker** => the actual rendering system which you can spawn
3+
| name | description | depends on pyqgis |
4+
|---------------|---------------------------------------------------------------------------|-------------------|
5+
| **exporter** | export necesary data from a qgis project to a simple json ||
6+
| **interface** | defines all entities shipped around and may be used in 3rd party software ||
7+
| **worker** | the actual rendering system which you can spawn ||

0 commit comments

Comments
 (0)