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

how to edit a package? #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 18 additions & 0 deletions docs/source/github.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,24 @@ Check compatibility and propose a Pull Request. You should see your pushes on th

You're ready to collaborate to any Open-Source repository on GitHub!

modify and import the deepxde library
***************************************************************
To modify and test future changes to the deepxde library, it is recommended to follow these steps:

clone the deepxde library repository

Once the repository is cloned on the server, use the following command to define
the address where it is located.
Copy link
Owner

Choose a reason for hiding this comment

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


https://user-images.githubusercontent.com/78178128/170176010-49cea640-0626-4fee-9cde-ebd66edad9fc.png

Then we can export said folder in python with the following code.

https://user-images.githubusercontent.com/78178128/170176018-56049379-816a-4f81-9334-f11eb6237467.png
Copy link
Owner

Choose a reason for hiding this comment

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

Copy link
Owner

Choose a reason for hiding this comment

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

Hi @ArtemioA, please try to format better your notes. Thank you!


Now we can use it and experiment.


Extra help
----------

Expand Down