Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gh-pages to v0.7.1 #387

Merged
merged 3 commits into from
Aug 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ data-profiler-py3/

DataProfiler/

feature_branch/

build/

dist/
Expand All @@ -37,4 +39,4 @@ venv/
*.orig
dataprofiler/labelers/embeddings/glove-reduced-64D.txt

.torchignore
.torchignore
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ date, then clone the dataprofiler from the feature branch you want in order to
update the documentation (probably main).

# clone the feature branch into the base of this repository
git clone https://github.com/capitalone/DataProfiler DataProfiler
git clone https://github.com/capitalone/DataProfiler feature_branch
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switched to this mechanism otherwise DataProfiler could cause trouble when switching between branches.


Install requirements:

Expand All @@ -47,9 +47,9 @@ Install requirements:
pip install requirements.txt

# install the requirements from the feature branch
pip install DataProfiler/requirements.txt
pip install DataProfiler/requirements-ml.txt
pip install DataProfiler/requirements-reports.txt
pip install feature_branch/requirements.txt
pip install feature_branch/requirements-ml.txt
pip install feature_branch/requirements-reports.txt

In /docs run:

Expand Down
Binary file added docs/0.7.1/doctrees/API.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/data_labeling.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/data_reader.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/data_readers.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.labelers.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.reports.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.settings.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.version.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/0.7.1/doctrees/examples.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/graphs.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/index.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/install.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/labeler.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/modules.doctree
Binary file not shown.
438 changes: 438 additions & 0 deletions docs/0.7.1/doctrees/nbsphinx/add_new_model_to_data_labeler.ipynb

Large diffs are not rendered by default.

Loading