-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
81 lines (71 loc) · 1.69 KB
/
_pkgdown.yml
File metadata and controls
81 lines (71 loc) · 1.69 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
url: https://natverse.github.io/influencer
template:
bootstrap: 5
home:
title: "Connectome Influence Analysis"
description: |
R tools for analyzing influence propagation in neural connectomes.
Provides both native R implementations and Python integration for
calculating how neural signals propagate through network connections.
sidebar: false
authors:
Alexander Bates:
href: https://orcid.org/0000-0002-1195-0445
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
right: github
components:
home:
icon: fas fa-home fa-lg
aria-label: "Home"
href: index.html
intro:
text: Get started
href: articles/getting-started.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Getting Started
href: articles/getting-started.html
reference:
- title: Core Influence Calculation
desc: Main functions for calculating influence propagation
contents:
- influence_calculator_r
- influence_calculator_py
- calculate_influence_py
- InfluenceCalculatorR
- adjust_influence
- title: Python Environment Management
desc: Functions for setting up and managing Python dependencies
contents:
- install_python_influence_calculator
- set_python_env
- title: Utilities and Helpers
desc: Supporting functions and utilities
contents:
- influence_calculator
- create_temp_sqlite
articles:
- title: Getting Started
navbar: ~
contents:
- getting-started
development:
mode: auto
# Disable sections that cause build issues
build:
news: false
footer:
structure:
left: developed_by
right: built_with