Skip to content

Commit

Permalink
Adding old intro and CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
odarbelaeze committed May 20, 2017
1 parent b65a336 commit c3a98d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Makefile
Expand Up @@ -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)
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

publish: html
echo 'home.condor-ir.co' > $(BUILDDIR)/html/CNAME
gh-pages -t -d $(BUILDDIR)/html
4 changes: 4 additions & 0 deletions docs/index.rst
Expand Up @@ -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:
Expand Down

0 comments on commit c3a98d3

Please sign in to comment.