Skip to content

Commit 0f77bc8

Browse files
committed
Small fixes
1 parent dae164a commit 0f77bc8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/user/_sources/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Common Issues and Solutions
3131

3232
#. I'm trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a "Framework build of python". What is wrong with Anaconda?
3333

34-
Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONPATH variable to point to your Anaconda environment. To do this, add ``export PYTHONHOME=/home/<your_username>/anaconda`` to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type `cpac_gui`.
34+
Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONHOME variable to point to your Anaconda environment. To do this, add ``export PYTHONHOME=/home/<your_username>/anaconda`` to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type `cpac_gui`.
3535

3636
#. I'm re-running a pipeline, but I am receiving many crashes. Most of these crashes tell me that a file that has been moved or no longer exists is being used as an input for a step in the C-PAC pipeline. What is going on and how can I tell C-PAC to use the correct inputs?
3737

docs/user/help.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h2>Common Issues and Solutions<a class="headerlink" href="#common-issues-and-so
7575
</li>
7676
<li><p class="first">I&#8217;m trying to run the C-PAC GUI on a Mac with Anaconda, but I am being told that I need a &#8220;Framework build of python&#8221;. What is wrong with Anaconda?</p>
7777
<blockquote>
78-
<div><p>Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONPATH variable to point to your Anaconda environment. To do this, add <tt class="docutils literal"><span class="pre">export</span> <span class="pre">PYTHONHOME=/home/&lt;your_username&gt;/anaconda</span></tt> to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type <cite>cpac_gui</cite>.</p>
78+
<div><p>Good news: nothing is wrong with Anaconda! This error comes up because wx (the framework the C-PAC GUI is based upon) does not play well with Anaconda sometimes, but there is a fix. Specifically, you must set your PYTHONHOME variable to point to your Anaconda environment. To do this, add <tt class="docutils literal"><span class="pre">export</span> <span class="pre">PYTHONHOME=/home/&lt;your_username&gt;/anaconda</span></tt> to your .bash_profile file (in addition to the FSL and AFNI variables), open a fresh terminal, and type <cite>cpac_gui</cite>.</p>
7979
</div></blockquote>
8080
</li>
8181
<li><p class="first">I&#8217;m re-running a pipeline, but I am receiving many crashes. Most of these crashes tell me that a file that has been moved or no longer exists is being used as an input for a step in the C-PAC pipeline. What is going on and how can I tell C-PAC to use the correct inputs?</p>
@@ -147,4 +147,4 @@ <h3>Navigation</h3>
147147
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
148148
</div>
149149
</body>
150-
</html>
150+
</html>

docs/user/install.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Installing C-PAC &mdash; C-PAC 0.4.0 Alpha documentation</title>
9+
<title>Installing C-PAC &mdash; C-PAC 0.3.9 Alpha documentation</title>
1010

1111
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '0.4.0 Alpha',
17+
VERSION: '0.3.9 Alpha',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -24,7 +24,7 @@
2424
<script type="text/javascript" src="_static/underscore.js"></script>
2525
<script type="text/javascript" src="_static/doctools.js"></script>
2626
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
27-
<link rel="top" title="C-PAC 0.4.0 Alpha documentation" href="index.html" />
27+
<link rel="top" title="C-PAC 0.3.9 Alpha documentation" href="index.html" />
2828
<link rel="next" title="Using C-PAC" href="use.html" />
2929
<link rel="prev" title="Welcome to C-PAC’s Documentation!" href="index.html" />
3030
</head>
@@ -41,7 +41,7 @@ <h3>Navigation</h3>
4141
<li class="right" >
4242
<a href="index.html" title="Welcome to C-PAC’s Documentation!"
4343
accesskey="P">previous</a> |</li>
44-
<li><a href="index.html">C-PAC 0.4.0 Alpha documentation</a> &raquo;</li>
44+
<li><a href="index.html">C-PAC 0.3.9 Alpha documentation</a> &raquo;</li>
4545
</ul>
4646
</div>
4747

@@ -408,12 +408,12 @@ <h3>Navigation</h3>
408408
<li class="right" >
409409
<a href="index.html" title="Welcome to C-PAC’s Documentation!"
410410
>previous</a> |</li>
411-
<li><a href="index.html">C-PAC 0.4.0 Alpha documentation</a> &raquo;</li>
411+
<li><a href="index.html">C-PAC 0.3.9 Alpha documentation</a> &raquo;</li>
412412
</ul>
413413
</div>
414414
<div class="footer">
415415
&copy; Copyright 2015, C-PAC Team.
416416
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
417417
</div>
418418
</body>
419-
</html>
419+
</html>

0 commit comments

Comments
 (0)