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

Resolve many typos, clean up via pre-commit #1701

Merged
merged 2 commits into from
Sep 6, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If applicable, add screenshots to help explain your problem.
- Browser [e.g. chrome, safari]:
- Rubrix Version [e.g. 0.10.0]:
- ElasticSearch Version [e.g. 7.10.2]:
- Docker Image (optional) [e.g. rubrix:v0.10.0]:
- Docker Image (optional) [e.g. rubrix:v0.10.0]:


**Additional context**
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand All @@ -61,7 +61,7 @@ jobs:
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# If the Autobuild fails above, remove it and uncomment the following three lines.
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

# - run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Reqest, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ To better understand what's possible take a look at Rubrix's [Cookbook](https://

## Example

Let's see Rubrix in action with a quick example: _Bootstraping data annotation with a zero-shot classifier_
Let's see Rubrix in action with a quick example: _Bootstrapping data annotation with a zero-shot classifier_

**Why**:

Expand All @@ -186,7 +186,7 @@ Let's see Rubrix in action with a quick example: _Bootstraping data annotation w

### 1. Predict and log

Let's load the zero-shot pipeline and the dataset (we are using the AGNews dataset for demonstration, but this could be your own dataset). Then, let's go over the dataset records and log them using `rb.log()`. This will create a Rubrix dataset, accesible from the web app.
Let's load the zero-shot pipeline and the dataset (we are using the AGNews dataset for demonstration, but this could be your own dataset). Then, let's go over the dataset records and log them using `rb.log()`. This will create a Rubrix dataset, accessible from the web app.

```python
from transformers import pipeline
Expand Down
18 changes: 9 additions & 9 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ h1 {
margin-top: 2rem
}
h2 {
margin-top: 2rem
margin-top: 2rem
}
p {
margin-top: 1.5rem;
Expand All @@ -396,7 +396,7 @@ p {
.headerlink {
height: 1px;
overflow: hidden;
white-space: nowrap;
white-space: nowrap;
width: 1px;
visibility: hidden !important;
}
Expand Down Expand Up @@ -465,7 +465,7 @@ a {

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
Expand Down Expand Up @@ -494,22 +494,22 @@ div[class*="tuto-section-"] {
padding: 0;
}
a .tuto-section-1 {
background: var(--tuto-section-1);
background: var(--tuto-section-1);
}
a .tuto-section-2 {
background: var(--tuto-section-2);
background: var(--tuto-section-2);
}
a .tuto-section-3 {
background: var(--tuto-section-3);
background: var(--tuto-section-3);
}
a .tuto-section-4 {
background: var(--tuto-section-4);
background: var(--tuto-section-4);
}
a .tuto-section-5 {
background: var(--tuto-section-5);
background: var(--tuto-section-5);
}
a .tuto-section-6 {
background: var(--tuto-section-6);
background: var(--tuto-section-6);
}

/* Copyright */
Expand Down