Repository: arrow-site Updated Branches: refs/heads/asf-site 31f0e1f7c -> 36041ecfb
Add link to C++ API docs Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/36041ecf Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/36041ecf Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/36041ecf Branch: refs/heads/asf-site Commit: 36041ecfb81cb494ebbfb881242f05d8abe947ff Parents: 31f0e1f Author: Wes McKinney <[email protected]> Authored: Sun Apr 23 23:05:07 2017 -0400 Committer: Wes McKinney <[email protected]> Committed: Sun Apr 23 23:05:07 2017 -0400 ---------------------------------------------------------------------- docs/ipc.html | 3 ++- docs/memory_layout.html | 3 ++- docs/metadata.html | 3 ++- feed.xml | 2 +- index.html | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow-site/blob/36041ecf/docs/ipc.html ---------------------------------------------------------------------- diff --git a/docs/ipc.html b/docs/ipc.html index c84d7c8..6176708 100644 --- a/docs/ipc.html +++ b/docs/ipc.html @@ -49,8 +49,9 @@ aria-expanded="false">Code Documentation<span class="caret"></span> </a> <ul class="dropdown-menu"> - <li><a href="/docs/python">Python</a></li> + <li><a href="/docs/cpp">C++</a></li> <li><a href="/docs/java">Java</a></li> + <li><a href="/docs/python">Python</a></li> </ul> </li> <!-- <li><a href="/blog">Blog</a></li> --> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/36041ecf/docs/memory_layout.html ---------------------------------------------------------------------- diff --git a/docs/memory_layout.html b/docs/memory_layout.html index 05fe86e..d946b96 100644 --- a/docs/memory_layout.html +++ b/docs/memory_layout.html @@ -49,8 +49,9 @@ aria-expanded="false">Code Documentation<span class="caret"></span> </a> <ul class="dropdown-menu"> - <li><a href="/docs/python">Python</a></li> + <li><a href="/docs/cpp">C++</a></li> <li><a href="/docs/java">Java</a></li> + <li><a href="/docs/python">Python</a></li> </ul> </li> <!-- <li><a href="/blog">Blog</a></li> --> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/36041ecf/docs/metadata.html ---------------------------------------------------------------------- diff --git a/docs/metadata.html b/docs/metadata.html index e8da1b8..d7bc69e 100644 --- a/docs/metadata.html +++ b/docs/metadata.html @@ -49,8 +49,9 @@ aria-expanded="false">Code Documentation<span class="caret"></span> </a> <ul class="dropdown-menu"> - <li><a href="/docs/python">Python</a></li> + <li><a href="/docs/cpp">C++</a></li> <li><a href="/docs/java">Java</a></li> + <li><a href="/docs/python">Python</a></li> </ul> </li> <!-- <li><a href="/blog">Blog</a></li> --> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/36041ecf/feed.xml ---------------------------------------------------------------------- diff --git a/feed.xml b/feed.xml index 8794a38..5d3ed38 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-04-23T18:10:37-04:00</updated><id>/</id></feed> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-04-23T23:04:42-04:00</updated><id>/</id></feed> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/arrow-site/blob/36041ecf/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index b8552a8..2edb1ae 100644 --- a/index.html +++ b/index.html @@ -49,8 +49,9 @@ aria-expanded="false">Code Documentation<span class="caret"></span> </a> <ul class="dropdown-menu"> - <li><a href="/docs/python">Python</a></li> + <li><a href="/docs/cpp">C++</a></li> <li><a href="/docs/java">Java</a></li> + <li><a href="/docs/python">Python</a></li> </ul> </li> <!-- <li><a href="/blog">Blog</a></li> -->
