Skip to content

Commit f722f7e

Browse files
committed
Temporarily removed old documentation while trying to build new copier docs
1 parent 94f16f2 commit f722f7e

File tree

7 files changed

+3
-352
lines changed

7 files changed

+3
-352
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,5 @@ ATSimulator object having a large number of methods.
216216

217217
A number of functions that perform tasks that are frequent or long-winded are
218218
included in ``utils.py`` to make life easier for the user.
219+
220+
<!-- README only content. Anything below this line won't be included in index.md -->

README.rst

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

docs/atip.rst

Lines changed: 0 additions & 39 deletions
This file was deleted.
File renamed without changes.

docs/index.rst

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

docs/requirements.txt

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

tests/test_at_simulator_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_toggle_calculations_and_wait_for_calculations(atsim, initial_phys_data)
199199
atsim._at_lat[5].PolynomB[1] = 2.5
200200
atsim.queue_set(mock.Mock(), "f", 0)
201201
assert atsim.wait_for_calculations(2) is False
202-
assert _check_initial_phys_data(atsim, initial_phys_data) is True
202+
_check_initial_phys_data(atsim, initial_phys_data)
203203
atsim.toggle_calculations()
204204
atsim.queue_set(mock.Mock(), "f", 0)
205205
assert atsim.wait_for_calculations() is True

0 commit comments

Comments
 (0)