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

Docs + Bug fixes #22

Merged
merged 20 commits into from
Sep 23, 2022
Merged

Docs + Bug fixes #22

merged 20 commits into from
Sep 23, 2022

Conversation

shahbuland
Copy link
Collaborator

  1. Added more documentation to scripts (more docstrings)
  2. Created docs in read the docs format
  3. Resolved bugs from Pipeline can't send/receive data directly to/from model #21
  4. Added a new example (referenced in docs)

@@ -0,0 +1,23 @@
from dataclasses import dataclass
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can use git mv <oldpath> <newpath> to preserve git history when renaming directories and files (just for future reference). In this case the command would be git mv backend/data/__init__.py cheese/data/__init__.py.

@@ -0,0 +1,30 @@
:github_url: https://github.com/carperai/cheese
Copy link
Collaborator

@ehavener ehavener Sep 22, 2022

Choose a reason for hiding this comment

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

Great documentation, we should mention it in the readme.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

will add to readme in main :)

@shahbuland shahbuland merged commit 7188019 into main Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants