2019-01-25 11:39:31 +01:00
|
|
|
* To reference the QP program prog, use :ref:`.prog.`
|
|
|
|
|
|
|
|
* See docs/source/_static/links.rst file for many useful macros
|
|
|
|
* option provider :option:`name_of_module provider`
|
|
|
|
* subroutine :c:func:`my_subroutine`
|
|
|
|
* module :ref:`module`
|
2019-02-22 19:19:58 +01:00
|
|
|
* provider :c:data:`my_provider`
|
2019-01-25 11:39:31 +01:00
|
|
|
* qp_command :ref:`qp_command`
|
|
|
|
* linux command :command:`qp_command`
|
|
|
|
* linux command with option :command:`qp_command -o`
|
|
|
|
* environment variable :envvar:`VARIABLE`
|
|
|
|
* file :file:`filename`
|
|
|
|
* for a file to be referenced, type
|
|
|
|
.. _myref:
|
|
|
|
in the head of the file.
|
|
|
|
(see https://www.sphinx-doc.org/en/1.7/markup/inline.html)
|
|
|
|
Then, to reference for "myref" just type :ref:`myref`
|
|
|
|
* roles like warning, note, etc : see http://www.sphinx-doc.org/en/1.6/markup/para.html
|
|
|
|
* URL : `<https://gitlab.com/eginer/qp_plugins_eginer>`_
|
|
|
|
or use `IRPF90`_ and define
|
|
|
|
_IRPF90: http://irpf90.ups-tlse.fr
|
|
|
|
somewhere
|
2024-03-20 16:06:44 +01:00
|
|
|
* References of published results with QP should be added into docs/source/references.bib in bibtex
|
2019-01-25 11:39:31 +01:00
|
|
|
format
|