contributing.html 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Contributing &mdash; macop v1.0.0 documentation</title>
  8. <script type="text/javascript" src="_static/js/modernizr.min.js"></script>
  9. <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  10. <script type="text/javascript" src="_static/jquery.js"></script>
  11. <script type="text/javascript" src="_static/underscore.js"></script>
  12. <script type="text/javascript" src="_static/doctools.js"></script>
  13. <script type="text/javascript" src="_static/language_data.js"></script>
  14. <script type="text/javascript" src="_static/js/theme.js"></script>
  15. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  16. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  17. <link rel="index" title="Index" href="genindex.html" />
  18. <link rel="search" title="Search" href="search.html" />
  19. <link rel="prev" title="Some examples" href="examples.html" />
  20. </head>
  21. <body class="wy-body-for-nav">
  22. <div class="wy-grid-for-nav">
  23. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  24. <div class="wy-side-scroll">
  25. <div class="wy-side-nav-search" >
  26. <a href="index.html" class="icon icon-home"> macop
  27. </a>
  28. <div class="version">
  29. 1.0.0
  30. </div>
  31. <div role="search">
  32. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  33. <input type="text" name="q" placeholder="Search docs" />
  34. <input type="hidden" name="check_keywords" value="yes" />
  35. <input type="hidden" name="area" value="default" />
  36. </form>
  37. </div>
  38. </div>
  39. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  40. <p class="caption"><span class="caption-text">Contents:</span></p>
  41. <ul class="current">
  42. <li class="toctree-l1"><a class="reference internal" href="description.html">Description</a></li>
  43. <li class="toctree-l1"><a class="reference internal" href="macop.html">Documentation</a></li>
  44. <li class="toctree-l1"><a class="reference internal" href="examples.html">Some examples</a></li>
  45. <li class="toctree-l1 current"><a class="current reference internal" href="#">Contributing</a><ul>
  46. <li class="toctree-l2"><a class="reference internal" href="#using-github">Using GitHub</a></li>
  47. </ul>
  48. </li>
  49. </ul>
  50. </div>
  51. </div>
  52. </nav>
  53. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  54. <nav class="wy-nav-top" aria-label="top navigation">
  55. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  56. <a href="index.html">macop</a>
  57. </nav>
  58. <div class="wy-nav-content">
  59. <div class="rst-content">
  60. <div role="navigation" aria-label="breadcrumbs navigation">
  61. <ul class="wy-breadcrumbs">
  62. <li><a href="index.html">Docs</a> &raquo;</li>
  63. <li>Contributing</li>
  64. <li class="wy-breadcrumbs-aside">
  65. <a href="https://github.com/prise-3d/macop/blob/master/docs/source/contributing.rst" class="fa fa-github"> Edit on GitHub</a>
  66. </li>
  67. </ul>
  68. <hr/>
  69. </div>
  70. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  71. <div itemprop="articleBody">
  72. <div class="section" id="contributing">
  73. <h1>Contributing<a class="headerlink" href="#contributing" title="Permalink to this headline">¶</a></h1>
  74. <a class="reference internal image-reference" href="_images/logo_macop.png"><img alt="_images/logo_macop.png" class="align-center" src="_images/logo_macop.png" style="width: 350px;" /></a>
  75. <div class="section" id="using-github">
  76. <h2>Using GitHub<a class="headerlink" href="#using-github" title="Permalink to this headline">¶</a></h2>
  77. <p>This git project uses <a class="reference external" href="https://danielkummer.github.io/git-flow-cheatsheet/">git-flow</a> implementation. You are free to contribute to it.</p>
  78. <p>Please refer to the <a class="reference external" href="https://github.com/prise-3d/macop/blob/master/CONTRIBUTING.md">guidelines</a> file if you want more information about process!</p>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. <footer>
  84. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  85. <a href="examples.html" class="btn btn-neutral float-left" title="Some examples" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
  86. </div>
  87. <hr/>
  88. <div role="contentinfo">
  89. <p>
  90. &copy; Copyright 2020, Jérôme BUISINE
  91. </p>
  92. </div>
  93. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  94. </footer>
  95. </div>
  96. </div>
  97. </section>
  98. </div>
  99. <script type="text/javascript">
  100. jQuery(function () {
  101. SphinxRtdTheme.Navigation.enable(true);
  102. });
  103. </script>
  104. </body>
  105. </html>