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/09/18 18:24:13 UTC

lucene-solr:branch_7_5: Fix out of order heading levels

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_5 b5bf70b7e -> e5f17e9bb


Fix out of order heading levels


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

Branch: refs/heads/branch_7_5
Commit: e5f17e9bb40f4f75b0bac565d56a1669e91eabdf
Parents: b5bf70b
Author: Cassandra Targett <ct...@apache.org>
Authored: Tue Sep 18 13:23:50 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Tue Sep 18 13:23:50 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/e5f17e9b/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 8dfc646..14d7c6a 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 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.
@@ -89,7 +89,7 @@ be 5 or less:
 }
 ----
 
-=== 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
@@ -208,4 +208,3 @@ When this expression is sent to the `/stream` handler it responds with:
   }
 }
 ----
-