GitHub user davies opened a pull request:

    https://github.com/apache/spark/pull/2205

    [SPARK-3309] [PySpark] Put all public API in __all__

    Put all public API in __all__, also put them all in pyspark.__init__.py, 
then we can got all the documents for public API by `pydoc pyspark`. It also 
can be used by other programs (such as Sphinx or Epydoc) to generate only 
documents for public APIs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/davies/spark public

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/2205.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2205
    
----
commit 6caab21f380ed6d995bb44875447f2c1ac96cb06
Author: Davies Liu <[email protected]>
Date:   2014-08-29T18:23:38Z

    add public interfaces into pyspark.__init__.py

commit 6281b482fc2f1984b4e1a541e76700a853142fa3
Author: Davies Liu <[email protected]>
Date:   2014-08-29T18:57:45Z

    fix doc for SchemaRDD

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to