Skip to content

Commit

Permalink
Merge pull request #144 from sashafrey/master
Browse files Browse the repository at this point in the history
Update downloads to point to BigARTM v0.5.9 [skip ci]
  • Loading branch information
bigartm committed Mar 6, 2015
2 parents 1b24c48 + 8c7da57 commit 95d571f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/devguide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Download and install the following tools:
* https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi
* (optional) If you plan to build documentation, download and install sphinx-doc as described here: http://sphinx-doc.org/latest/index.html
* (optional) 7-zip -- http://www.7-zip.org/a/7z920-x64.msi
* (optional) Putty -- http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe

All explicit links are given just for convenience if you are setting up new environment.
You are free to choose other versions or tools, and most likely they will work just fine for BigARTM.
Expand Down
4 changes: 2 additions & 2 deletions docs/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Downloads

* **Windows**

* Latest 32 bit release: https://github.com/bigartm/bigartm/releases/download/v0.5.8/BigARTM_v0.5.8_win32.7z
* Latest 64 bit release: https://github.com/bigartm/bigartm/releases/download/v0.5.8/BigARTM_v0.5.8_x64.7z
* Latest 32 bit release: https://github.com/bigartm/bigartm/releases/download/v0.5.9/BigARTM_v0.5.9_win32.7z
* Latest 64 bit release: https://github.com/bigartm/bigartm/releases/download/v0.5.9/BigARTM_v0.5.9_x64.7z
* All previous releases are available at https://github.com/bigartm/bigartm/releases

Please refer to :doc:`tutorials/windows_basic` for step by step installation procedure.
Expand Down
2 changes: 2 additions & 0 deletions docs/ref/windows_distribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ This chapter describes content of BigARTM distribution package for Windows, avai

* `example08_network_modus_operandi.py <https://raw.githubusercontent.com/bigartm/bigartm/master/src/python/examples/example08_network_modus_operandi.py>`_

* `example09_regularizers.py <https://raw.githubusercontent.com/bigartm/bigartm/master/src/python/examples/example09_regularizers.py>`_

| Files ``docword.kos.txt`` and ``vocab.kos.txt`` represent
| a simple collection of text files in Bag-Of-Words format.
| The files are taken from UCI Machine Learning Repository
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/windows_basic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Folder ``C:\BigARTM\python\examples`` contains several toy examples:
* `example06_use_dictionaries.py <https://raw.githubusercontent.com/bigartm/bigartm/master/src/python/examples/example06_use_dictionaries.py>`_
* `example07_master_component_proxy.py <https://raw.githubusercontent.com/bigartm/bigartm/master/src/python/examples/example07_master_component_proxy.py>`_
* `example08_network_modus_operandi.py <https://raw.githubusercontent.com/bigartm/bigartm/master/src/python/examples/example08_network_modus_operandi.py>`_
* `example09_regularizers.py <https://raw.githubusercontent.com/bigartm/bigartm/master/src/python/examples/example09_regularizers.py>`_

All examples does not have any parameters, and you may run them without arguments:

Expand Down

0 comments on commit 95d571f

Please sign in to comment.