Skip to content

Commit a9abaab

Browse files
committed
Add supported browsers and dependencies in documentation
1 parent 3f508ec commit a9abaab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/developers.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,4 @@ To run the unit tests with `nose`_, use the following command:
143143
144144
nosetests -w bandicoot/tests -v
145145
146-
Note that running the tests requires additional modules such as `nose`, `numpy`, `scipy`, and `networkx`.
147-
146+
Note that running the tests requires additional modules: `nose`, `numpy`, `scipy`, and `networkx`.

docs/reference/bandicoot.visualization.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ visualization
22
=============
33

44
This module generate an interactive dashboard to visualize user patterns.
5+
The visualization has been tested on multiple browsers, including:
6+
7+
- Chrome/Chromium 35+
8+
- Mozilla Firefox 22+
9+
- Opera 30+
10+
- SeaMonkey 2.33
511

612
.. image:: ../_static/bandicoot-dashboard.png
713

14+
815
.. currentmodule:: bandicoot.visualization
916

1017
.. autosummary::

0 commit comments

Comments
 (0)