diff --git a/docs/Makefile b/docs/Makefile index 7d5b6bc..1f4fe1a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -17,4 +17,8 @@ help: # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +publish: html + echo 'home.condor-ir.co' > $(BUILDDIR)/html/CNAME + gh-pages -t -d $(BUILDDIR)/html \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 3a657e1..0af1ab2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,10 @@ Welcome to condor-ir's documentation! ===================================== +**condor-ir** is a suite of tools to work with latent semantic search engines +and other search engines as well, now it offers index database management +computation of lsa ranking matrices and query tools. + .. toctree:: :maxdepth: 2 :caption: Contents: