Commit 78ec8c2b23c697738f7dccdc3b8abc23c1ecf844
1 parent
b9d75047
Exists in
master
Update docs.
Showing
1 changed file
with
16 additions
and
0 deletions
Show diff stats
docs/source/device_definition.rst
... | ... | @@ -143,3 +143,19 @@ of the Python language. |
143 | 143 | |
144 | 144 | .. figure:: doc_images/device_camera.png |
145 | 145 | :align: center |
146 | + | |
147 | +7. Programming a new device | |
148 | +****************************** | |
149 | + | |
150 | +Be inspired by the over codes. When the module folder is ready, record it | |
151 | +in the Git of Guitastrolib. For example Quickaudine: | |
152 | + | |
153 | +.. code-block:: bash | |
154 | + | |
155 | + cd Documents | |
156 | + cd guitastro_device_quickaudine | |
157 | + git config --global user.name "A... K..." | |
158 | + git config --global user.email "a...k...@irap..." | |
159 | + git init | |
160 | + git remote add origin https://gitlab.irap.omp.eu/guitastrolib/guitastro_device_quickaudine.git | |
161 | + git push -u origin master | ... | ... |