Skip to content

Commit

Permalink
[DOC 📄] api test
Browse files Browse the repository at this point in the history
  • Loading branch information
saratheriver committed Oct 13, 2020
1 parent 7dfdb32 commit 8fd58fe
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 386f2f8afc4ded471a642ea7b99ad1dc
config: e5413d75f71180f61a56ae48c1bd5aa2
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@



<link rel="stylesheet" href="_static/css/saratheriver_enigma.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/sphinx_tabs/semantic-ui-2.4.1/segment.min.css" type="text/css" />
<link rel="stylesheet" href="_static/sphinx_tabs/semantic-ui-2.4.1/menu.min.css" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@



<link rel="stylesheet" href="_static/css/saratheriver_enigma.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/sphinx_tabs/semantic-ui-2.4.1/segment.min.css" type="text/css" />
<link rel="stylesheet" href="_static/sphinx_tabs/semantic-ui-2.4.1/menu.min.css" type="text/css" />
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
html_css_files = ['css/saratheriver_enigma.css',
'css/saratheriver_nomaxwidth.css']

html_style = 'css/saratheriver_enigma.css'
#html_style = 'css/saratheriver_enigma.css'

# add custom files that are stored in _static
def setup(app):
Expand Down
21 changes: 10 additions & 11 deletions matlab/scripts/example_data/load_example_data.m
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
function [cov, metr1_SubVol, metr2_CortThick, metr3_CortSurf] = load_example_data()
%
% Usage: [cov, metr1_SubVol, metr2_CortThick, metr3_CortSurf] = load_example_data()
% Usage:
% [cov, metr1_SubVol, metr2_CortThick, metr3_CortSurf] = load_example_data()
%
% Simple script to load our example data (processed according to ENIGMA
% protocols!)
% Description:
% Loads the ENIGMA example dataset (from one site - MICA-MNI Montreal;
% author: @saratheriver)
%
% Outputs:
% cov = contains information on covariates (20 x 9 table)
% metr1 = contains information on subcortical volume (20 x 18 table)
% metr2 - contains information on cortical thickness (20 x 74 table)
% metr3 = contains information on surface area (20 x 74 table)
% Outputs:
% cov (table) - Contains information on covariates
% metr1 (table) - Contains information on subcortical volume
% metr2 (table) - Contains information on cortical thickness
% metr3 (table) - Contains information on surface area
%
%
% Sara Lariviere | [email protected]
%
% Last modifications:
% SL | still a hot and humid day in August 2020 (whatta summer!)

cov = readtable('cov.csv');
metr1_SubVol = readtable('metr1_SubVol.csv');
Expand Down

0 comments on commit 8fd58fe

Please sign in to comment.