You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then if I have a crossref link in submodule_b/b.py to submodule_a/a.py, the directory structure is ignored and the link comes out relative to the file where the crossref is located instead of linking to the correct file.
In other words, [[submodule_a/a.py]] in b.py will end up being a link to submodule_b/a.py
The text was updated successfully, but these errors were encountered:
If I have a project like this:
And I run pycco like this
pycco -p */*.py
Then if I have a crossref link in submodule_b/b.py to submodule_a/a.py, the directory structure is ignored and the link comes out relative to the file where the crossref is located instead of linking to the correct file.
In other words,
[[submodule_a/a.py]]
in b.py will end up being a link tosubmodule_b/a.py
The text was updated successfully, but these errors were encountered: