[Pkg-javascript-commits] [d3-tip.js] 106/277: anchor links for api methods

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit 4631a5c0d5e402049faf35277a2fb915bea7f239
Author: Justin Palmer <justin at github.com>
Date:   Sun Apr 21 14:41:40 2013 -0700

    anchor links for api methods
---
 docs/index.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index b522d53..95a69b1 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,16 +1,16 @@
 # d3.tip API documetation
 
 #### [Showing and hiding tooltips](showing-and-hiding-tooltips.md)
-* tip.show
-* tip.hide
+* [tip.show](showing-and-hiding-tooltips.md#show)
+* [tip.hide](showing-and-hiding-tooltips.md#hide)
 
 #### [Styling and modifying tooltips](styling-and-modifying-tooltips.md)
-* tip.attr
-* tip.style
+* [tip.attr](styling-and-modifying-tooltips.md#attr)
+* [tip.style](styling-and-modifying-tooltips.md#style)
 
 ### [Positioning tooltips](positioning-tooltips.md)
-* tip.direction
-* tip.offset
+* [tip.direction](positioning-tooltips.md#direction)
+* [tip.offset](positioning-tooltips.md#offset)
 
 ### [Updating tooltip content](updating-tooltip-content.md)
-* tip.html
+* [tip.html](updating-tooltip-content.md#html)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list