Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the DataChain logo in the README and docs #402

Merged
merged 5 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. image:: docs/assets/datachain_logotype.svg
Copy link
Member

@skshetry skshetry Sep 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project name is hidden on light mode.

Screenshot 2024-09-07 at 07 26 32

Copy link
Contributor

@yathomasi yathomasi Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:height: 48
:alt: DataChain logo

|PyPI| |Python Version| |Codecov| |Tests|

.. |PyPI| image:: https://img.shields.io/pypi/v/datachain.svg
Expand All @@ -13,7 +17,6 @@
:target: https://github.com/iterative/datachain/actions/workflows/tests.yml
:alt: Tests

AI 🔗 DataChain
----------------

DataChain is a modern Pythonic data-frame library designed for artificial intelligence.
Expand Down
Binary file removed docs/assets/datachain.png
Binary file not shown.
24 changes: 24 additions & 0 deletions docs/assets/datachain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/assets/datachain_logotype.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🔗 DataChain Getting Started
# Get Started with DataChain

🔨Wrangle unstructured AI data at scale

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: DataChain
site_name: ''
site_url: https://datachain.dvc.ai
site_description: Wrangle unstructured AI data at scale

Expand All @@ -15,8 +15,8 @@ validation:

theme:
name: material
logo: assets/datachain.png
favicon: assets/datachain.png
logo: assets/datachain_logotype.svg
favicon: assets/datachain.svg
icon:
repo: fontawesome/brands/github
features:
Expand Down
2 changes: 1 addition & 1 deletion src/datachain/lib/dc.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Sys(DataModel):


class DataChain(DatasetQuery):
"""AI 🔗 DataChain - a data structure for batch data processing and evaluation.
"""DataChain - a data structure for batch data processing and evaluation.

It represents a sequence of data manipulation steps such as reading data from
storages, running AI or LLM models or calling external services API to validate or
Expand Down
Loading