Skip to content

Commit

Permalink
Renaming Packages to Supported Languages for more clarity (apache#3502)
Browse files Browse the repository at this point in the history
* Renamed "Packages" to "SupportedLanguages". Packages was very
restricted name which may not be clear for majority customers. This
change is to make it more standard for saying mxnet supported languages
and help users find appropriate docs.
* Moved all files in packages/ to supported_languages/.
* Hyperlinks are updated throughout the documents.
* Build the changes locally and verified.
  • Loading branch information
sandeep-krishnamurthy authored and mli committed Oct 12, 2016
1 parent d3ba518 commit d97e360
Show file tree
Hide file tree
Showing 31 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build described below.
## Local build

To build the documentation without docker on your local machine, first
install the required packages for Ubutun 14.04. These are approximately:
install the required packages for Ubuntu 14.04. These are approximately:

```
sudo apt-get install doxygen python-pip
Expand Down
2 changes: 1 addition & 1 deletion docs/_static/mxnet-theme/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 id="logo-wrap">
<a class="main-nav-link" href="{{url_root}}{{name.lower()|replace(" ", "_")}}/index.html">{{name}}</a>
{% endfor %}

{% for name in ['Packages'] %}
{% for name in ['Supported Languages'] %}
<span id="dropdown-menu-position-anchor">
<a href="#" class="main-nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">{{name}} <span class="caret"></span></a>
<ul id="package-dropdown-menu" class="dropdown-menu">
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/multi_devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python train_mnist.py --gpus 0,2 ...
If the GPUs are have different computation power, we can partition the workload
according to their powers. For example, if GPU 0 is 3 times faster than GPU 2,
then we provide an additional workload option `work_load_list=[3, 1]`, see
[model.fit](../packages/python/model.html#mxnet.model.FeedForward.fit) for more
[model.fit](../supported_languages/python/model.html#mxnet.model.FeedForward.fit) for more
details.

Training with multiple GPUs should have the same results as a single GPU if all
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Contents
--------
These are used to generate the index used in search.

- [Python Documents](packages/python/index.md)
- [R Documents](packages/r/index.md)
- [Julia Documents](packages/julia/index.md)
- [Julia Documents](packages/c++/index.md)
- [Scala Documents](packages/scala/index.md)
- [Python Documents](supported_languages/python/index.md)
- [R Documents](supported_languages/r/index.md)
- [Julia Documents](supported_languages/julia/index.md)
- [Julia Documents](supported_languages/c++/index.md)
- [Scala Documents](supported_languages/scala/index.md)
- [Howto Documents](how_to/index.md)
- [Get Started Documents](get_started/index.md)
- [System Documents](system/index.md)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d97e360

Please sign in to comment.