Skip to content

Commit

Permalink
Use myst to build this thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Oct 31, 2024
1 parent 3490d02 commit b80f6c9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 58 deletions.
35 changes: 0 additions & 35 deletions make.bat

This file was deleted.

4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
sphinx
sphinx
myst-parser
pydata_sphinx_theme
11 changes: 6 additions & 5 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = []
extensions = [
"myst_parser",
]

templates_path = ['_templates']
exclude_patterns = []


exclude_patterns = ['.DS_Store']
source_suffix = ['.rst', '.md']

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'alabaster'
html_theme = 'pydata_sphinx_theme'
html_static_path = ['_static']
17 changes: 17 additions & 0 deletions source/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Tractometry

## Projects

[*pyAFQ*](https://tractometry.org/pyAFQ): Automated Fiber Quantification in Python
[*AFQ-Insight*](https://tractometry.org/AFQ-Insight): Machine learning and statistics for tractomtery.
[*Tractable*](https://tractometry.org/tractable): R-based statistical analysis of tractometry.
[*AFQ-Browser*](https://tractometry.org/AFQ-Browser): Interactive exploratory visualization and sharing of tractometry studies.
[*Tractoscope*](https://tractometry.org/tractoscope): Visualization of large openly-available tractometry studies.

```{eval-rst}
.. toctree::
:maxdepth: 2
:caption: Contents:
```
17 changes: 0 additions & 17 deletions source/index.rst

This file was deleted.

0 comments on commit b80f6c9

Please sign in to comment.