Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi everyone!
I was reading through the introduction tutorial of the library and could spot minor typos. I decided to try and fix some of them.
At the same time, I updated the internal links to classes and methods when I could.
Here is the list of modifications proposed in this commit:
torch_frame.TensorFrame
->torch_frame.data.TensorFrame
).torch.Tensor
\ s -> :class:Tensors<torch.Tensor>
).Dataset
-> :obj:torch_frame.data.Dataset
).I don't know if tooling exists to maintain documentation when refactoring, but hopefully, this commit can refresh it slightly for now.
Do tell me if you think I have missed something that could be updated in this same commit, or if I did change something that was intended to be as it was.
Thank you for creating this library, I am very enthusiastic about it!