[Pkg-javascript-commits] [d3-tip.js] 104/277: test these relative links out

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 e1a022ca0abeb030be79a161ca152f8ac0054612
Author: Justin Palmer <justin at github.com>
Date:   Sun Apr 21 14:10:13 2013 -0700

    test these relative links out
---
 docs/home.md                     | 13 +++++--------
 docs/setting-tooltip-content.md  |  1 -
 docs/updating-tooltip-content.md |  1 +
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/docs/home.md b/docs/home.md
index 4efb07e..b522d53 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -1,19 +1,16 @@
-# d3.tip
-d3.tip is small plugin for [d3.js](http://d3js.org) that makes it easy to add tooltips to most of your visualizations.
+# d3.tip API documetation
 
-### API
-
-#### Showing and hiding tooltips
+#### [Showing and hiding tooltips](showing-and-hiding-tooltips.md)
 * tip.show
 * tip.hide
 
-#### Styling and modifying tooltips
+#### [Styling and modifying tooltips](styling-and-modifying-tooltips.md)
 * tip.attr
 * tip.style
 
-### Positioning tooltips
+### [Positioning tooltips](positioning-tooltips.md)
 * tip.direction
 * tip.offset
 
-### Updating tooltip content
+### [Updating tooltip content](updating-tooltip-content.md)
 * tip.html
diff --git a/docs/setting-tooltip-content.md b/docs/setting-tooltip-content.md
deleted file mode 100644
index 26abb81..0000000
--- a/docs/setting-tooltip-content.md
+++ /dev/null
@@ -1 +0,0 @@
-# Setting tooltip content
\ No newline at end of file
diff --git a/docs/updating-tooltip-content.md b/docs/updating-tooltip-content.md
new file mode 100644
index 0000000..717ce5b
--- /dev/null
+++ b/docs/updating-tooltip-content.md
@@ -0,0 +1 @@
+# Updating tooltip content
\ No newline at end of file

-- 
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