James Baross
James Baross
Either custom on top of Material theme or a fork Should follow the design system: https://www.figma.com/design/gGl7nErsk073O5WEor7KE5/%F0%9F%8D%87-PT---Design-File?node-id=0-1&t=p05tufhfp8k5u75z-1 Consider adding the top bar from the corporate site for continuity of navigation
mkdocs has limited customisability for the landingpage of the docs site, we can fork the material theme for more flexibility
Follows on from https://github.com/Pometry/Raphtory/pull/2273 For the stubsgen errors as follows we need to: - Expose types to python - Identify infered type in pthon - Handle context dependent outputs ```...
need to idetify where to add comments so that docs for the following are picked up by stubsgen ``` WARNING:raphtory.iterables.NestedUtcDateTimeIterable.collect:Missing documentation WARNING:raphtory.iterables.NestedGIDIterable.collect:Missing documentation WARNING:raphtory.iterables.NestedGIDIterable.max:Missing documentation WARNING:raphtory.iterables.NestedGIDIterable.min:Missing documentation WARNING:raphtory.iterables.GIDIterable.collect:Missing documentation WARNING:raphtory.iterables.GIDIterable.max:Missing...
This page should provide a conceptual introduction to Raphtory assuming very minimal familiarity with graph/network analysis. General topics: - Graph concepts, graph, node, edge, layer - What makes Raphtory different...
Create an architrcture diagram for Raphtory and matching explanation. This diagram should include optional components like plugins and alternative UIs and should highlight the OSS vs closed storage solutions. This...
If you try to filter on a property or metadata that does not exist then this should report an error that includes the name of the missing property