Skip to content

Commit 487a94c

Browse files
Removed the code, keeping most of the project structure. (#31)
* Removed the code, keeping most of the project structure. * Put enough back in to run tests again. * Only planar computes exist at this point. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Test this. * Ensure that I can check in from here. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add the rest of those tests. * Added a NumPy backend. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 86fc5ef commit 487a94c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+769
-2697
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ jobs:
3434
- name: Test package
3535
run: python -m pytest -ra
3636

37-
root:
38-
runs-on: ubuntu-latest
39-
steps:
40-
- uses: actions/checkout@v2
37+
# root:
38+
# runs-on: ubuntu-latest
39+
# steps:
40+
# - uses: actions/checkout@v2
4141

42-
- name: Get Conda
43-
uses: conda-incubator/setup-miniconda@v2
44-
with:
45-
environment-file: environment.yml
46-
activate-environment: vector
42+
# - name: Get Conda
43+
# uses: conda-incubator/setup-miniconda@v2
44+
# with:
45+
# environment-file: environment.yml
46+
# activate-environment: vector
4747

48-
- name: Run tests
49-
shell: "bash -l {0}"
50-
run: python -m pytest tests/root_tests -ra
48+
# - name: Run tests
49+
# shell: "bash -l {0}"
50+
# run: python -m pytest tests/root_tests -ra
5151

5252
dist:
5353
runs-on: ubuntu-20.04

docs/api/vector.awkward.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/api/vector.core.lorentz.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/api/vector.core.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/api/vector.mixins.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/api/vector.numba.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

docs/api/vector.numpy.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/api/vector.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ vector package
88

99
Subpackages
1010
-----------
11+
..
1112
12-
.. toctree::
13+
.. toctree::
1314

14-
vector.mixins
15-
vector.core
16-
vector.numpy
17-
vector.awkward
18-
vector.numba
15+
vector.mixins
16+
vector.core
17+
vector.numpy
18+
vector.awkward
19+
vector.numba
1920

2021
Submodules
2122
----------

docs/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to Vector's documentation!
7-
==================================
6+
Vector: vectorized 2D, 3D, and Lorentz vectors
7+
==============================================
88

99
.. toctree::
1010
:maxdepth: 2
@@ -16,8 +16,6 @@ Welcome to Vector's documentation!
1616
:maxdepth: 3
1717
:caption: Examples:
1818

19-
notebooks/VectorDesignPrototype
20-
2119
.. toctree::
2220
:caption: API Reference:
2321

docs/notebooks/VectorDesignPrototype.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)