forked from probml/pmtk3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.txt
25 lines (25 loc) · 973 Bytes
/
config.txt
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
% This file stores hard coded paths and configuration variables
% Use getConfigValue(varname) to access a value, e.g.
% getConfigValue('PMTKsupportLink')
% If a config-local.txt file is found, its values will override these.
%
%
% Used by initPmtk3.m
% PMTKgvizPath C:\Program Files\Graphviz2.26\bin
% PMTKlocalDataPath path/to/data
% PMTKlocalSupportPath path/to/support
% PMTKlightSpeedDir lightspeed2.3
%
% Used by generateAuthorReport , pmtkTagReport, etc
% PMTKred #990000
% PMTKauthors Kevin Murphy, Matt Dunham
% PMTKcodeDirs toolbox, demos, localUtil, matlabTools
% PMTKmetaDirs meta, docs, tmp
%
% Used by pmlFigureCodeReport
% PMTKpmlBookSource /Users/kpmurphy/Dropbox/MLbook/Text
% PMTKpmlFigures /Users/kpmurphy/Dropbox/MLbook/Figures
%
% used by publishDemos.m, generateSynopses.m
% PMTKlocalWikiPath C:\path\to\pmtk3Wiki
%