Github user sethah commented on a diff in the pull request:

    https://github.com/apache/spark/pull/16715#discussion_r100878185
  
    --- Diff: docs/ml-features.md ---
    @@ -1558,6 +1558,15 @@ for more details on the API.
     
     {% include_example 
java/org/apache/spark/examples/ml/JavaBucketedRandomProjectionLSHExample.java %}
     </div>
    +
    +<div data-lang="python" markdown="1">
    +
    +Refer to the [BucketedRandomProjectionLSH Python 
docs](api/python/pyspark.ml.html#pyspark.ml.feature.BucketedRandomProjectionLSH)
    +for more details on the API.
    +
    +{% include_example python/ml/bucketed_random_projection_lsh.py %}
    --- End diff --
    
    These are not correct and the docs don't build because of it. In the 
future, can you check that the docs build when you make changes?
    
    `cd docs; SKIP_API=1 jekyll serve --watch`
    
    More detailed instructions 
[here](https://github.com/apache/spark/tree/master/docs). Also you can build 
the python docs by `cd python/docs; make html`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to