Spaces:
Running
Running
File size: 1,777 Bytes
c577568 c069d9e c577568 c069d9e be7fff5 c577568 4f44d99 0de0dd5 c577568 0de0dd5 4f44d99 c577568 4f44d99 d1bbedf c577568 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
site_name: "LynxKite 2000:MM"
repo_url: https://github.com/lynxkite/lynxkite-2000
repo_name: lynxkite/lynxkite-2000
watch: [mkdocs.yml, README.md, lynxkite-core, lynxkite-graph-analytics, lynxkite-app]
nav:
- About LynxKite:
- Overview: index.md
- contributing.md
- license.md
- Guides:
- guides/quickstart.md
- guides/analytics.md
- guides/plugins.md
- API reference:
- LynxKite Core:
- reference/lynxkite-core/ops.md
- reference/lynxkite-core/workspace.md
- Executors:
- reference/lynxkite-core/executors/simple.md
- reference/lynxkite-core/executors/one_by_one.md
- LynxKite Graph Analytics:
- reference/lynxkite-graph-analytics/core.md
- reference/lynxkite-graph-analytics/operations.md
theme:
name: "material"
palette:
scheme: lynxkite
logo: "assets/lynxkite-icon-white.png"
favicon: "assets/lynxkite-icon-white.png"
features:
- navigation.tabs
- navigation.path
- navigation.instant
- navigation.instant.prefetch
- navigation.footer
- content.code.annotate
- content.code.copy
extra_css:
- stylesheets/extra.css
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
paths: ["./lynxkite-app/src", "./lynxkite-core/src", "./lynxkite-graph-analytics/src"]
options:
show_source: false
show_symbol_type_heading: true
show_symbol_type_toc: true
docstring_section_style: spacy
separate_signature: true
show_signature_annotations: true
signature_crossrefs: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: "¤"
|