Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dukeatlas/reu-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed May 31, 2019
2 parents 77a7a3a + a43af3c commit b843bb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docs/programming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ are *infinite* resources online for learning these programming
languages, and countless books.

For a good introduction to programming in C++ (put together by a high
energy physicist), see `these sides
energy physicist), see `these slides
<http://webhome.phy.duke.edu/~ddavis/public/Summer2016_CPPTutorial.pdf>`_. Another
great resource is the `cppreference.com
<https://en.cppreference.com/w/>`_ website. This is exactly what it
Expand All @@ -17,7 +17,8 @@ library.
For a quick introduction to Python, see this `Learn Python in 10
minutes <https://www.stavros.io/tutorials/python/>`_ article.

There are a number of people in the Duke ATLAS group who can probably
answer most simple C++ and Python questions. Freel free to drop a
question on `Mattermost
The best way to learn is just to dive in and solve the problem you
need to solve. Google is your friend. There are a number of people in
the Duke ATLAS group who can probably answer most simple C++ and
Python questions. Freel free to drop a question on `Mattermost
<https://mattermost.web.cern.ch/duke/channels/summer-students-2019>`_.
2 changes: 1 addition & 1 deletion docs/useful.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We can compile this code in our ``root6`` Anaconda environment like so:

.. code-block::
(root6) $ $CXX read_electrons.cpp -o read_electrons $(shell root-config --cflags --glibs)
(root6) $ $CXX read_electrons.cpp -o read_electrons $(root-config --cflags --glibs)
To create an executable called ``read_electrons``, to run it just enter

Expand Down

0 comments on commit b843bb0

Please sign in to comment.