Codecademy / docs

Codecademy Docs is a collection of information for all things code. 📕
https://www.codecademy.com/resources/docs
770 stars 3.48k forks source link

[Term Entry] PyTorch Tensors .view() #5063

Open codecademy-docs opened 1 month ago

codecademy-docs commented 1 month ago

Reason/inspiration (optional)

Add a new term entry about the .view() method for Tensors. Place your file under the file path docs/content/pytorch/concepts/tensors/terms/view/view.md

It should include the following sections:

Please refer to the concept entry templates, content standards, and markdown style guide when working on the PR for this issue.

Entry Type (select all that apply)

New Term for Existing Concept Entry

Code of Conduct

For Maintainers

Sergio-Ottino commented 1 month ago

Hi, I would like to work on this issue.

mamtawardhani commented 1 month ago

Hey @Sergio-Ottino You’re assigned 🎉 In addition to the documents linked in the description, please also look at the Contribution Guide. After creating a PR, the maintainer(s) (with the collaborator label) will add comments/suggestions to address any revisions before approval.

Is this your first contribution to Codecademy Docs? If so, we’re curious to know how you found out about contributing to Docs.

Sergio-Ottino commented 1 month ago

Hello @mamtawardhani This is my first contribution. I'm taking a course called (journey) Using Linux. I have the file ready to push but I am unable to access 'https://github.com/Codecademy/docs.git/':

mamtawardhani commented 1 month ago

Hello @mamtawardhani This is my first contribution. I'm taking a course called (journey) Using Linux. I have the file ready to push but I am unable to access 'https://github.com/Codecademy/docs.git/':

Is it showing some error? If yes, could you please debrief? Because ideally you should be able to access it

Sergio-Ottino commented 1 month ago

yes @mamtawardhani

C:\Users\SergioOttino\OneDrive - kyndryl\Documents\lssecfixes\GitHub\Codecademy\docs>git push origin tensors-view remote: Permission to Codecademy/docs.git denied to Sergio-Ottino. fatal: unable to access 'https://github.com/Codecademy/docs.git/': The requested URL returned error: 403

mamtawardhani commented 1 month ago

yes @mamtawardhani

C:\Users\SergioOttino\OneDrive - kyndryl\Documents\lssecfixes\GitHub\Codecademy\docs>git push origin tensors-view remote: Permission to Codecademy/docs.git denied to Sergio-Ottino. fatal: unable to access 'https://github.com/Codecademy/docs.git/': The requested URL returned error: 403

Ah! I suppose you are pushing it on the main branch, make sure you first fork the docs repository to your GitHub account, then also create a feature branch. These two are very essential and I'm guessing the issue is due to these. You can once have a look at the Contribution Guide shared in the above comment and let me know if that worked. 😃