Skip to content

Commit b304201

Browse files
authored
updating images and CODEOWNERS group (#42)
* updating images and CODEOWNERS group * minor changes
1 parent 79f02ba commit b304201

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @ServiceNow/grasp-platform-team
1+
* @ServiceNow/sygra-platform-team

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors:
1515
given-names: Vipul
1616
- family-names: Gopal
1717
given-names: Sarda
18-
title: "SyGra, an open-source GRAph-oriented Synthetic data generation Pipeline"
18+
title: "SyGra, an open-source Graph-oriented Synthetic data generation Pipeline"
1919
version: "1.0"
2020
date-released: "2025-09-15"
2121
url: "https://servicenow.github.io/sygra"
@@ -28,7 +28,7 @@ license: "Apache-2.0"
2828

2929
preferred-citation:
3030
type: article
31-
title: "SyGra: An open-source GRAph-oriented Synthetic data generation Pipeline"
31+
title: "SyGra: An open-source Graph-oriented Synthetic data generation Pipeline"
3232
authors:
3333
- family-names: Pradhan
3434
given-names: Bidyapati

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img width=30% src="https://raw.githubusercontent.com/ServiceNow/SyGra/refs/heads/main/docs/resources/images/sygra_logo.png">
33

4-
<h1>SyGra: GRAph-oriented Synthetic data generation Pipeline</h1>
4+
<h1>SyGra: Graph-oriented Synthetic data generation Pipeline</h1>
55

66
<a href="https://github.com/ServiceNow/SyGra/actions/workflows/ci.yaml">
77
<img alt="CI" src="https://github.com/ServiceNow/SyGra/actions/workflows/ci.yaml/badge.svg"/></a>
219 KB
Loading
139 KB
Loading
296 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: SyGra
2-
site_description: GRAph-oriented Synthetic data generation Pipeline
2+
site_description: Graph-oriented Synthetic data generation Pipeline
33
site_url: https://servicenow.github.io/sygra/
44
repo_url: https://github.com/ServiceNow/sygra
55

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "sygra"
77
version = "1.0.0"
8-
description = "GRAph-oriented Synthetic data generation Pipeline library"
8+
description = "Graph-oriented Synthetic data generation Pipeline library"
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
authors = [{ name = "Bidyapati Pradhan, Surajit Dasgupta, Amit Kumar Saha, Sriram Puttagunta, Omkar Anustoop, Vipul Mittal, Gopal Sarda, Jishnu S Nair", email = "sygra_team@servicenow.com" }]
@@ -72,7 +72,7 @@ sygra = ["**/*.yaml", "**/*.yml", "**/*.jinja2", "**/*.j2", "**/*.json"]
7272
[tool.poetry]
7373
name = "sygra"
7474
version = "1.0.0"
75-
description = "GRAph-oriented Synthetic data generation Pipeline library"
75+
description = "Graph-oriented Synthetic data generation Pipeline library"
7676
authors = ["SyGra Team <sygra_team@servicenow.com>"]
7777
license = "Apache-2.0"
7878
readme = "README.md"

sygra/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
SyGra: GRAph-oriented Synthetic data generation Pipeline library
2+
SyGra: Graph-oriented Synthetic data generation Pipeline library
33
44
A powerful Python library for building and executing complex data synthesis workflows
55
using graph-based architectures with LLMs, agents, and custom processing nodes.
@@ -119,7 +119,7 @@
119119

120120
__version__ = "1.0.0"
121121
__author__ = "SyGra Team"
122-
__description__ = "GRAph-oriented Synthetic data generation Pipeline library"
122+
__description__ = "Graph-oriented Synthetic data generation Pipeline library"
123123

124124

125125
# Quick utility functions

0 commit comments

Comments
 (0)