Skip to content

Commit

Permalink
docs: update sdk reference images ulr
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamspsantos committed Oct 24, 2023
1 parent fb295b7 commit ddd8dc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sdk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,27 @@ YData SDK is currently composed by the following main modules:
## Supported data formats

=== "Tabular"
![Tabular data synthesizer](assets/500x330/single_table.png){ align=right }
![Tabular data synthesizer](../assets/500x330/single_table.png){ align=right }
The **RegularSynthesizer** is perfect to synthesize high-dimensional data, that is time-indepentent with high quality results.

[Know more](#){ .md-button .md-button--ydata}

=== "Time-Series"
![Timeseries Synthesizer](assets/500x330/time_series.png){ align=left }
![Timeseries Synthesizer](../assets/500x330/time_series.png){ align=left }
The **TimeSeriesSynthesizer** is perfect to synthesize both regularly and not evenly spaced time-series, from smart-sensors to stock.

[Know more](#){ .md-button .md-button--ydata}

=== "Transactional"
![Transactional data synthesizer](assets/500x330/time_series.png){ align=right }
![Transactional data synthesizer](../assets/500x330/time_series.png){ align=right }
The **TimeSeriesSynthesizer** supports transactional data, known to have highly irregular time intervals between records and directional relations between entities.

<span style="color:grey">*Coming soon*</span>

[Know more](#){ .md-button .md-button--ydata}

=== "Relational databases"
![Relational databases synthesizer](assets/500x330/multi_table.png){ align=left }
![Relational databases synthesizer](../assets/500x330/multi_table.png){ align=left }
The **MultiTableSynthesizer** is perfect to learn how to replicate the data within a relational database schema.

<span style="color:grey">*Coming soon*</span>
Expand Down

0 comments on commit ddd8dc7

Please sign in to comment.