# HG changeset patch # User Mike Becker # Date 1509182727 -7200 # Node ID d9f4285c795cf66fc89f38329245dd783d7eae33 # Parent e36e7933f46659e5174a00e605776fd5a890709d removes "integration" from documentation diff -r e36e7933f466 -r d9f4285c795c .hgignore --- a/.hgignore Sat Oct 28 11:23:54 2017 +0200 +++ b/.hgignore Sat Oct 28 11:25:27 2017 +0200 @@ -24,3 +24,4 @@ ^stamp-h ^test/ucxtest /test-suite.log$ +^ucx-.*\.tar.gz$ diff -r e36e7933f466 -r d9f4285c795c docs/src/Makefile --- a/docs/src/Makefile Sat Oct 28 11:23:54 2017 +0200 +++ b/docs/src/Makefile Sat Oct 28 11:25:27 2017 +0200 @@ -32,7 +32,6 @@ SRC = index.md SRC += examples.md SRC += install.md -SRC += integration.md SRC += license.md SRC += modules.md diff -r e36e7933f466 -r d9f4285c795c docs/src/integration.md --- a/docs/src/integration.md Sat Oct 28 11:23:54 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Integrate UCX Into Your Projects -================================