Repository: spark Updated Branches: refs/heads/branch-1.2 00112baf9 -> 015895ab5
[SPARK-6015] fix links to source code in Python API docs Author: Davies Liu <[email protected]> Closes #4772 from davies/source_link and squashes the following commits: 389f0c6 [Davies Liu] fix link to source code in Pyton API docs Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/015895ab Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/015895ab Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/015895ab Branch: refs/heads/branch-1.2 Commit: 015895ab508efde0702b51c5e537a5a6a191d209 Parents: 00112ba Author: Davies Liu <[email protected]> Authored: Thu Feb 26 10:45:29 2015 -0800 Committer: Reynold Xin <[email protected]> Committed: Thu Feb 26 10:45:29 2015 -0800 ---------------------------------------------------------------------- docs/_config.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/015895ab/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index a6c176c..80d0efe 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,6 +10,7 @@ kramdown: include: - _static + - _modules # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
