Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rdorado committed Mar 6, 2019
1 parent 95ff8d9 commit e6bb0d8
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions docs/index.rst
Expand Up @@ -86,44 +86,6 @@ SiteAnalyzer::count();



Other features:
**********************


Examples
===========================================

### Example 2: time analysis
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );

### Example 3: user analysis
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );


### Path Analytics

### Example 4: math matrix
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );

### Example 5: a/b test</h2>");
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );

### Profile Analyisis
### Example 6: User profile
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );
### Example 7: User-Time profile
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );

### Page profiling
$data = SiteAnalyzer::getStats();
print( SiteAnalyzer::transform($data, "html") );



:ref:`examples`

0 comments on commit e6bb0d8

Please sign in to comment.