Commit a46fd44
committed
Properly configure remotes for developed packages
Instead of disabling remotes entirely, correctly map the local development
paths to their GitHub repositories using pathof() to find the actual
package locations.
This approach:
- Provides proper source links for docstrings from developed packages
- Uses dirname(dirname(pathof(Package))) to get the package root directory
- Maps OrdinaryDiffEq and StochasticDiffEq to their SciML GitHub repositories
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 490e448 commit a46fd44
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
0 commit comments