You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/04/03 15:46:37 UTC

lucene-solr:master: Ref Guide: fix out of order heading levels (were 3s, should be 2s after 1s)

Repository: lucene-solr
Updated Branches:
  refs/heads/master a8b42300c -> a6e24b209


Ref Guide: fix out of order heading levels (were 3s, should be 2s after 1s)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/a6e24b20
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/a6e24b20
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/a6e24b20

Branch: refs/heads/master
Commit: a6e24b20986ea8dfc99ab7ea21e4c48981319a35
Parents: a8b4230
Author: Cassandra Targett <ct...@apache.org>
Authored: Tue Apr 3 10:45:47 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Tue Apr 3 10:45:47 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/simulations.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a6e24b20/solr/solr-ref-guide/src/simulations.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/simulations.adoc b/solr/solr-ref-guide/src/simulations.adoc
index 814110f..c4ee57d 100644
--- a/solr/solr-ref-guide/src/simulations.adoc
+++ b/solr/solr-ref-guide/src/simulations.adoc
@@ -22,7 +22,7 @@ stochastic systems. This section of the user guide describes
 how to perform both *uncorrelated* and *correlated* Monte Carlo simulations
 using the *sampling* capabilities of the probability distribution framework.
 
-=== Uncorrelated Simulations
+== Uncorrelated Simulations
 
 Uncorrelated Monte Carlo simulations model stochastic systems with the assumption
  that the underlying random variables move independently of each other.
@@ -86,7 +86,7 @@ When this expression is sent to the /stream handler it responds with:
 }
 ----
 
-=== Correlated Simulations
+== Correlated Simulations
 
 The simulation above assumes that the lengths of *componentA* and *componentB* vary independently.
 What would happen to the probability model if there was a correlation between the lengths of
@@ -210,4 +210,3 @@ When this expression is sent to the /stream handler it responds with:
   }
 }
 ----
-