Commit Graph

6 Commits

Author SHA1 Message Date
Stephen Finucane de3ee8d0f9 gitignore: Ignore .eggs directory
Created by simply installing the package in a local venv.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ie27eb9fca09b2b204e5bc95076fc5ada8128944f
2020-12-02 10:52:37 +00:00
Ramy Asselin c08a15fa58 Ignore test data in web/share/elastic-recheck
web_server.py looks for test json data in
web/share/elastic-recheck, and html pages in /web/share/data.
These should never be commited.

Change-Id: I397aefed1a5ca3800b0f039c3a338e582ab1a509
2016-09-21 14:41:51 -07:00
Matt Riedemann 9f44f79a2d Fix the module index link in the docs
Since we weren't autodoc'ing the modules during the docs build, the
module index link was broken.

This generates the module docs (but hides them from the main top-level
table of contents) so they can be accessed via the 'Module Index' link.

Also cleans up some docs issues so that warnerrors=True works during
sphinx-build.

Closes-Bug: #1472642

Change-Id: I5a3a16d1e81b12237452d5a3a3f7f0cc42618e88
2015-07-08 07:54:23 -07:00
Joe Gordon 639697808e Apply Cookiecutter to the repo.
Make repo support 'tox -epep8' as we want this to be the first gating
check.
Don't make any actual code changes, just change setup and add files.
Further work is needed to re-organize the code, but that can be in a
separate patch.
2013-09-23 15:27:39 -07:00
Joe Gordon 1eb0ad21eb Rename conf to conf.sample
The config file is user specific, so just have a sample file and add
elasticRecheck.conf to gitignore.
2013-09-18 14:59:35 -07:00
Joe Gordon 16e26a71ca Add dot files 2013-09-13 00:49:28 -07:00