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
Based on my reading of #1 and https://machow.github.io/quartodoc/get-started/interlinks.html I understand it that the objects.json file that is always created on quartodoc build is only useful if you make use of interlinking. Would it make sense to add a flag to opt out of creating this file?
Hey, that makes sense! I'm pushing a fairly substantial refactor to the building process, to enable a broader set of doc styles (e.g. autosummarizing a module, so all its classes and their methods are on a single page). Once that's done, I can swing back and tidy things like this up!
Based on my reading of #1 and https://machow.github.io/quartodoc/get-started/interlinks.html I understand it that the
objects.json
file that is always created onquartodoc build
is only useful if you make use of interlinking. Would it make sense to add a flag to opt out of creating this file?quartodoc/quartodoc/autosummary.py
Lines 217 to 218 in 8d2656b
quartodoc/quartodoc/autosummary.py
Lines 240 to 241 in 8d2656b
The text was updated successfully, but these errors were encountered: