aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2015-06-18 15:10:09 -0700
committerJosh Rosen <joshrosen@databricks.com>2015-06-18 15:10:09 -0700
commit44c931f006194a833f09517c9e35fb3cdf5852b1 (patch)
treecd8b704c6143c7584299d8b69b5b871c0f581f7f /LICENSE
parent9b2002722273f98e193ad6cd54c9626292ab27d1 (diff)
downloadspark-44c931f006194a833f09517c9e35fb3cdf5852b1.tar.gz
spark-44c931f006194a833f09517c9e35fb3cdf5852b1.tar.bz2
spark-44c931f006194a833f09517c9e35fb3cdf5852b1.zip
[SPARK-8353] [DOCS] Show anchor links when hovering over documentation headers
This patch uses [AnchorJS](https://bryanbraun.github.io/anchorjs/) to show deep anchor links when hovering over headers in the Spark documentation. For example: ![image](https://cloud.githubusercontent.com/assets/50748/8240800/1502f85c-15ba-11e5-819a-97b231370a39.png) This makes it easier for users to link to specific sections of the documentation. I also removed some dead Javascript which isn't used in our current docs (it was introduced for the old AMPCamp training, but isn't used anymore). Author: Josh Rosen <joshrosen@databricks.com> Closes #6808 from JoshRosen/SPARK-8353 and squashes the following commits: e59d8a7 [Josh Rosen] Suppress underline on hover f518b6a [Josh Rosen] Turn on for all headers, since we use H1s in a bunch of places a9fec01 [Josh Rosen] Add anchor links when hovering over headers; remove some dead JS code
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE1
1 files changed, 1 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d0cd0dcb4b..42010d9f5f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -950,3 +950,4 @@ The following components are provided under the MIT License. See project link fo
(MIT License) scopt (com.github.scopt:scopt_2.10:3.2.0 - https://github.com/scopt/scopt)
(The MIT License) Mockito (org.mockito:mockito-all:1.8.5 - http://www.mockito.org)
(MIT License) jquery (https://jquery.org/license/)
+ (MIT License) AnchorJS (https://github.com/bryanbraun/anchorjs)