Minor doc improvements (code org)
This commit is contained in:
parent
bc584f810a
commit
e37f5afdab
18
README.md
18
README.md
@ -1,13 +1,21 @@
|
|||||||
# Observatory extension
|
# Observatory extension
|
||||||
|
|
||||||
CartoDB extension that implements the functions needed by the Observatory Service.
|
CartoDB extension that implements the row-level functions needed by the Observatory Service.
|
||||||
|
|
||||||
## Code organization
|
## Code organization
|
||||||
|
|
||||||
* *doc* documentation
|
```
|
||||||
* *src* source code
|
.
|
||||||
* - *src/pg* contains the PostgreSQL extension source code
|
├── doc # documentation
|
||||||
* *release* reseleased versions
|
├── release # released versions
|
||||||
|
└── src # source code
|
||||||
|
└── pg
|
||||||
|
├── sql
|
||||||
|
└── test
|
||||||
|
├── expected
|
||||||
|
├── fixtures
|
||||||
|
└── sql
|
||||||
|
```
|
||||||
|
|
||||||
# Development workflow
|
# Development workflow
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user