Minor doc improvements (code org)

This commit is contained in:
Rafa de la Torre 2016-04-13 17:13:04 +02:00
parent bc584f810a
commit e37f5afdab

View File

@ -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