-
Notifications
You must be signed in to change notification settings - Fork 170
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
Option for relative symbolic links. #359
Conversation
Edit the copy function in utils.py to take the parameter rellink and if it is true, create links relative to the source directory. Modify gallery.py and __init__.py to pass along this parameter. Add rel_link flag to setting.py
Codecov Report
@@ Coverage Diff @@
## master #359 +/- ##
==========================================
- Coverage 87.39% 87.34% -0.06%
==========================================
Files 18 18
Lines 1436 1438 +2
==========================================
+ Hits 1255 1256 +1
- Misses 181 182 +1
Continue to review full report at Codecov.
|
Thanks! Could you add a test ? There is a |
I did not realize that pushing would automatically add my commit. I am fixing it. |
Thanks! |
Option for relative symbolic links.
This commit uses the code from and solves issue #333.