Skip to content

Commit 1a5e093

Browse files
Update meta info with forum link (#492)
1 parent 894f984 commit 1a5e093

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ We appreciate your understanding.
2121

2222

2323
.. _Business Source License: https://github.com/sdv-dev/CTGAN/blob/main/LICENSE
24-
.. _file an issue: https://github.com/sdv-dev/CTGAN/issues
24+
.. _file an issue: https://forum.datacebo.com/

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![Unit Tests](https://github.com/sdv-dev/CTGAN/actions/workflows/unit.yml/badge.svg)](https://github.com/sdv-dev/CTGAN/actions/workflows/unit.yml)
1010
[![Downloads](https://pepy.tech/badge/ctgan)](https://pepy.tech/project/ctgan)
1111
[![Coverage Status](https://codecov.io/gh/sdv-dev/CTGAN/branch/main/graph/badge.svg)](https://codecov.io/gh/sdv-dev/CTGAN)
12+
[![Forum](https://img.shields.io/badge/Forum-Join%20now!-36C5F0)](https://forum.datacebo.com)
1213

1314
<div align="left">
1415
<br/>
@@ -25,23 +26,22 @@
2526

2627
CTGAN is a collection of Deep Learning based synthetic data generators for single table data, which are able to learn from real data and generate synthetic data with high fidelity.
2728

28-
| Important Links | |
29-
| --------------------------------------------- | -------------------------------------------------------------------- |
29+
| Important Links | |
30+
| --------------------------------------------- | ------------------------------------------------------------------------------------------|
3031
| :computer: **[Website]** | Check out the SDV Website for more information about our overall synthetic data ecosystem.|
31-
| :orange_book: **[Blog]** | A deeper look at open source, synthetic data creation and evaluation.|
32-
| :book: **[Documentation]** | Quickstarts, User and Development Guides, and API Reference. |
33-
| :octocat: **[Repository]** | The link to the Github Repository of this library. |
34-
| :keyboard: **[Development Status]** | This software is in its Pre-Alpha stage. |
35-
| [![][Slack Logo] **Community**][Community] | Join our Slack Workspace for announcements and discussions. |
32+
| :orange_book: **[Blog]** | A deeper look at open source, synthetic data creation and evaluation. |
33+
| :book: **[Documentation]** | Quickstarts, User and Development Guides, and API Reference. |
34+
| :octocat: **[Repository]** | The link to the Github Repository of this library. |
35+
| :keyboard: **[Development Status]** | This software is in its Pre-Alpha stage. |
36+
| :busts_in_silhouette: **[DataCebo Forum]** | Discuss CTGAN features, ask questions, and receive help. |
3637

3738
[Website]: https://sdv.dev
3839
[Blog]: https://datacebo.com/blog
3940
[Documentation]: https://bit.ly/sdv-docs
4041
[Repository]: https://github.com/sdv-dev/CTGAN
4142
[License]: https://github.com/sdv-dev/CTGAN/blob/main/LICENSE
4243
[Development Status]: https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha
43-
[Slack Logo]: https://github.com/sdv-dev/SDV/blob/stable/docs/images/slack.png
44-
[Community]: https://bit.ly/sdv-slack-invite
44+
[DataCebo Forum]: https://forum.datacebo.com
4545

4646
Currently, this library implements the **CTGAN** and **TVAE** models described in the [Modeling Tabular data using Conditional GAN](https://arxiv.org/abs/1907.00503) paper, presented at the 2019 NeurIPS conference.
4747

@@ -111,7 +111,7 @@ Irvine, CA: University of California, School of Information and Computer Science
111111

112112
# Join our community
113113

114-
Join our [Slack channel](https://bit.ly/sdv-slack-invite) to discuss more about CTGAN and synthetic data. If you find a bug or have a feature request, you can also [open an issue](https://github.com/sdv-dev/CTGAN/issues) on our GitHub.
114+
Join our [forum](https://forum.datacebo.com/) to discuss more about CTGAN, ask questions, and receive help.
115115

116116
**Interested in contributing to CTGAN?** Read our [Contribution Guide](CONTRIBUTING.rst) to get started.
117117

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"Issue Tracker" = "https://github.com/sdv-dev/CTGAN/issues"
4848
"Changes" = "https://github.com/sdv-dev/CTGAN/blob/main/HISTORY.md"
4949
"Twitter" = "https://twitter.com/sdv_dev"
50-
"Chat" = "https://bit.ly/sdv-slack-invite"
50+
"Chat" = "https://forum.datacebo.com/"
5151

5252
[project.entry-points]
5353
ctgan = { main = 'ctgan.cli.__main__:main' }

0 commit comments

Comments
 (0)