Skip to content

Commit b80f6c9

Browse files
committed
Use myst to build this thing.
1 parent 3490d02 commit b80f6c9

5 files changed

Lines changed: 26 additions & 58 deletions

File tree

make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
sphinx
1+
sphinx
2+
myst-parser
3+
pydata_sphinx_theme

source/conf.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
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

1820
templates_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'
2728
html_static_path = ['_static']

source/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
```

source/index.rst

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)