Skip to content

Commit 2d87f88

Browse files
committed
doc: added to CHANGES and clarified wording in vagrant doc
1 parent 29b25f9 commit 2d87f88

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Next release
3939
* ENH: arrange nodes by topological sort with disconnected subgraphs
4040
* ENH: uses the nidm iri namespace for uuids
4141
* ENH: remove old reporting webpage
42+
* ENH: Added support for Vagrant
4243

4344
* API: 'name' is now a positional argument for Workflow, Node, and MapNode constructors
4445
* API: SPM now defaults to SPM8 or SPM12b job format

doc/users/vagrant.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Running Nipype in a VM
1010
connection.
1111

1212
Container technologies (Vagrant_, Docker_) allow creating and manipulating
13-
lighter weight virtual environments. The Nipype_ source now contains a
14-
Vagrantfile to launch a Vagrant_ VM.
13+
lightweight virtual environments. The Nipype_ source now contains a Vagrantfile
14+
to launch a Vagrant_ VM.
1515

1616
Requirements:
1717

@@ -42,11 +42,11 @@ Now you can install your favorite software using::
4242

4343
Also note that the directory in which you call `vagrant up` will be mounted
4444
under `/vagrant` inside the virtual machine. You can also copy the Vagrantfile
45-
to a different location in order to mount a different directory.
45+
or modify it in order to mount a different directory/directories.
4646

4747
Please read through Vagrant_ documentation on other features. The python
4848
environment is built using a `miniconda <http://repo.continuum.io/miniconda/>`_
49-
distribution. Hence `conda` can be used to do your package management inside the
50-
VM.
49+
distribution. Hence `conda` can be used to do your python package management
50+
inside the VM.
5151

5252
.. include:: ../links_names.txt

0 commit comments

Comments
 (0)