Skip to content
how-to-refer.rst 999 B
Newer Older
Fabrice Salvaire's avatar
Fabrice Salvaire committed
.. _how-to-refer-page:

===========================
 How to Refer to PythonicGCodeMachine ?
===========================

Up to now, the official url for PythonicGCodeMachine is @project_url@

*A permanent redirection will be implemented if the domain change in the future.*

On Github, you can use the **PythonicGCodeMachine** `topic <https://github.com/search?q=topic%3APythonicGCodeMachine&type=Repositories>`_ for repository related to PythonicGCodeMachine.

A typical `BibTeX <https://en.wikipedia.org/wiki/BibTeX>`_ citation would be, for example:

.. code:: bibtex

    @software{PythonicGCodeMachine,
      author = {Fabrice Salvaire}, % actual author and maintainer
      title = {PythonicGCodeMachine},
      url = {@project_url@},
      version = {x.y},
      date = {yyyy-mm-dd}, % set to the release date
    }

    @Misc{PythonicGCodeMachine,
      author = {Fabrice Salvaire},
      title = {PythonicGCodeMachine},
      howpublished = {\url{@project_url@}},
      year = {yyyy}
    }