Skip to content

Commit

Permalink
ship examples with package
Browse files Browse the repository at this point in the history
sbourdeauducq committed Apr 5, 2016
1 parent f4c5403 commit cff0127
Showing 24 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@ __pycache__/

/artiq/test/results
/artiq/test/h5types.h5
/examples/master/results
/examples/master/last_rid.pyon
/examples/master/dataset_db.pyon
/examples/sim/results
/examples/sim/dataset_db.pyon
/artiq/examples/master/results
/artiq/examples/master/last_rid.pyon
/artiq/examples/master/dataset_db.pyon
/artiq/examples/sim/results
/artiq/examples/sim/dataset_db.pyon

# recommended location for testbed
/run
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
graft artiq/runtime
graft artiq/examples
include artiq/gui/logo.svg
include versioneer.py
include artiq/_version.py
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions doc/manual/faq.rst
Original file line number Diff line number Diff line change
@@ -6,6 +6,15 @@ FAQ
How do I ...
============

find ARTIQ examples?
--------------------

The examples are installed in the ``examples`` folder of the ARTIQ package. You can find where the ARTIQ package is installed on your machine with: ::

python3.5 -c "import artiq; print(artiq.__path__[0])"

Copy the ``examples`` folder from that path into your home/user directory, and start experimenting!

prevent my first RTIO command from causing an underflow?
--------------------------------------------------------

0 comments on commit cff0127

Please sign in to comment.