Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros11 committed Dec 19, 2023
2 parents 72db04c + f9dc958 commit 1d2f7a5
Show file tree
Hide file tree
Showing 132 changed files with 2,738 additions and 2,199 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ instance/
.scrapy

# Sphinx documentation
docs/_build/
doc/_build/
doc/source/api-reference/


# PyBuilder
target/
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.1
hooks:
- id: isort
args: ["--profile", "black"]
Expand All @@ -24,7 +24,7 @@ repos:
hooks:
- id: pyupgrade
- repo: https://github.com/hadialqattan/pycln
rev: v2.3.0
rev: v2.4.0
hooks:
- id: pycln
args:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/api-reference/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
API reference
=============

In this section we present the main Qibolab components and primitives included in the public API.
In this section we present the main qibocal components and primitives included in the public API.


.. toctree::
Expand Down
82 changes: 0 additions & 82 deletions doc/source/api-reference/qibocal.auto.rst

This file was deleted.

26 changes: 0 additions & 26 deletions doc/source/api-reference/qibocal.cli.rst

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1d2f7a5

Please sign in to comment.