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

RTD copy fixes #8

Merged
merged 4 commits into from
Oct 11, 2024
Merged

RTD copy fixes #8

merged 4 commits into from
Oct 11, 2024

Conversation

aca123321
Copy link
Contributor

copy fixes

@@ -390,7 +388,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In `mlfz,` the computational graph is fully represented by `Scalar's and `Edge's. All you need to do is to define functions using operations and functions as building blocks. `Scalar` objects are compatible with addition, subtraction, multiplication, division, and exponentiation; that is, the operators `+`, `-`, `*`, `/`, and `**`. \n",
"In `mlfz,` the computational graph is fully represented by `Scalars and Edges`. All you need to do is to define functions using operations and functions as building blocks. `Scalar` objects are compatible with addition, subtraction, multiplication, division, and exponentiation; that is, the operators `+`, `-`, `*`, `/`, and `**`. \n",
Copy link
Owner

Choose a reason for hiding this comment

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

Can you change this to Scalars and Edges and move the comma out from mlfz,?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@cosmic-cortex cosmic-cortex merged commit c035409 into cosmic-cortex:main Oct 11, 2024
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