File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- sphinx
1+ sphinx
2+ myst-parser
3+ pydata_sphinx_theme
Original file line number Diff line number Diff line change 1313# -- General configuration ---------------------------------------------------
1414# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515
16- extensions = []
16+ extensions = [
17+ "myst_parser" ,
18+ ]
1719
1820templates_path = ['_templates' ]
19- exclude_patterns = []
20-
21-
21+ exclude_patterns = ['.DS_Store' ]
22+ source_suffix = ['.rst' , '.md' ]
2223
2324# -- Options for HTML output -------------------------------------------------
2425# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2526
26- html_theme = 'alabaster '
27+ html_theme = 'pydata_sphinx_theme '
2728html_static_path = ['_static' ]
Original file line number Diff line number Diff line change 1+ # Tractometry
2+
3+ ## Projects
4+
5+ [ * pyAFQ* ] ( https://tractometry.org/pyAFQ ) : Automated Fiber Quantification in Python
6+ [ * AFQ-Insight* ] ( https://tractometry.org/AFQ-Insight ) : Machine learning and statistics for tractomtery.
7+ [ * Tractable* ] ( https://tractometry.org/tractable ) : R-based statistical analysis of tractometry.
8+ [ * AFQ-Browser* ] ( https://tractometry.org/AFQ-Browser ) : Interactive exploratory visualization and sharing of tractometry studies.
9+ [ * Tractoscope* ] ( https://tractometry.org/tractoscope ) : Visualization of large openly-available tractometry studies.
10+
11+ ``` {eval-rst}
12+
13+ .. toctree::
14+ :maxdepth: 2
15+ :caption: Contents:
16+
17+ ```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments