-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
added symlinks for tardis_example.yml #1562
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1562 +/- ##
=======================================
Coverage 68.24% 68.24%
=======================================
Files 73 73
Lines 6373 6373
=======================================
Hits 4349 4349
Misses 2024 2024 Continue to review full report at Codecov.
|
docs/quickstart/tardis_example.yml
Outdated
@@ -0,0 +1 @@ | |||
/home/parikshit/Desktop/tardis/docs/tardis_example.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you should use relative paths here. In this case, just ../tardis_example.yml
should work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for rectifying the mistakes I really don't know how I missed them. Thanks again
Good start! A few things:
|
ok, I thought they were the same. Just checked and found the difference, no problem I will revert this back to normal.
ok, so all the existing symlinks(present originally in this repository) are reference from |
Right. The issue I posted is only concerned with the file that was under |
I tried to test the changes you recommended in the second part but apparently the symlinks are not broken i.e. the symlinks which are now pointing to the symlink of |
I see why that is. Technically, it would be fine, as the symlinks point to another symlink that points to the proper file, but I think it would be better to change them so they point directly to the proper place. I think you can find all of them by searching for |
Updated as suggested! |
Looks really good! This is my fault as I did not put this in the original issue, but as I was reviewing this I noticed that there is a link in |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
no problem, I also missed it while I was testing quickstart.ipynb !! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
* added symlinks for tardis_example.yml * updating symlinks * symlink corrections * updating quickstart
Added Symlinks for tardis_example wherever they were needed
Description
Replaced the original file with symlinks:
placed the original tardis_example.yml in tardis/docs
also added a symlink in tardis/docs/quickstart/ as it is generally used in quickstart.ipynb
Motivation and context
solves issue #1561
Type of change
Checklist
@smithis7 @wkerzendorf kindly verify the changes