Skip to content
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

opt out of writing objects.json #63

Open
Tracked by #110
visr opened this issue Mar 13, 2023 · 1 comment
Open
Tracked by #110

opt out of writing objects.json #63

visr opened this issue Mar 13, 2023 · 1 comment
Labels
api:builder time:short Takes an hour or less to resolve

Comments

@visr
Copy link

visr commented Mar 13, 2023

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?

self.inventory: "None | soi.Inventory"
self.create_inventory()

_log.info(f"Saving inventory to {self.out_inventory}")
convert_inventory(self.inventory, self.out_inventory)

@visr visr changed the title opt out of writing resources.json opt out of writing objects.json Mar 14, 2023
@machow
Copy link
Owner

machow commented Mar 14, 2023

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!

@machow machow added this to quartodoc Apr 14, 2023
@machow machow moved this to Todo in quartodoc May 17, 2023
@machow machow added the time:short Takes an hour or less to resolve label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:builder time:short Takes an hour or less to resolve
Projects
Status: Todo
Development

No branches or pull requests

2 participants