-
Notifications
You must be signed in to change notification settings - Fork 0
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
Examples are not synchronized #2
Comments
#3 Modifies The git hook looks like a fantastic idea, since I think that the use of the |
Subtask assigned to Pablo:
|
So we should automate the generation of |
I'll be happy to do it. Thanks! |
The synchronization problem is now fixed. The generation of the docs via a GitHub action is now part of issue #12 |
I am aware. Retrospectivelly, I should have split the task into two: packaging and documenting. Lesson learnt for the future. |
Problem
If a fresh clone is made and
make_examples.jl
is run, the following files are updated:examples/Example1.ipynb
examples/Example2.ipynb
examples/Example2.md
Solution
In the future we can also consider pushing only the source files, and letting the
.md
and.ipynb
files be generated via a GitHub action.The text was updated successfully, but these errors were encountered: