Skip to content

Commit

Permalink
renames
Browse files Browse the repository at this point in the history
  • Loading branch information
quantombone committed Jan 14, 2015
1 parent fcb7c85 commit b6d9cc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/install.md → docs/VMXinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Mac OS X | `/Applications/MATLAB/MATLAB_Compiler_Runtime/`
##

The MCR field of the VMX `config.json` configuration file (See
[Configuring VMX](install.md)) points to the MCR directory and can
[Configuring VMX](VMXinstall.md) points to the MCR directory and can
be set to anything you like if you choose to install the MCR in a
different location.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ see [Learn VMX](VMXAppBuilder.md).
## VMX API
If you want to interface with VMX from your favorite programming
language, build a web-based vision app, or interact with a running VMX
system, see [VMX API Docs](api.md).
system, see [VMX API Docs](VMXapi.md).

## Installation

Installation and deployment instructions are provided in
[VMX Installation Docs](install.md). VMX runs on your personal
[VMX Installation Docs](VMXinstall.md). VMX runs on your personal
computer, with native installers for Mac OS X and Linux, as well as
Docker container support for all three major personal computing
platforms: Windows (via boot2docker), Mac OS X, and Linux.
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use_directory_urls: false
pages:
- ['index.md', 'Introduction']
- ['VMXAppBuilder.md', 'Learn VMX']
- ['api.md', 'VMX API']
- ['install.md', 'Installation']
- ['VMXapi.md', 'VMX API']
- ['VMXinstall.md', 'Installation']

copyright: <i></i>&copy; <a href="http://vision.ai">vision.ai</a> Docs9

0 comments on commit b6d9cc4

Please sign in to comment.