index.html 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  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>Documentation &mdash; macop v1.0.5 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="stylesheet" href="../_static/css/custom.css" type="text/css" />
  18. <link rel="index" title="Index" href="../genindex.html" />
  19. <link rel="search" title="Search" href="../search.html" />
  20. <link rel="next" title="1. Introduction" href="introduction.html" />
  21. <link rel="prev" title="macop.utils.progress" href="../macop/macop.utils.progress.html" />
  22. </head>
  23. <body class="wy-body-for-nav">
  24. <div class="wy-grid-for-nav">
  25. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  26. <div class="wy-side-scroll">
  27. <div class="wy-side-nav-search" >
  28. <a href="../index.html" class="icon icon-home"> macop
  29. </a>
  30. <div class="version">
  31. 1.0.5
  32. </div>
  33. <div role="search">
  34. <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
  35. <input type="text" name="q" placeholder="Search docs" />
  36. <input type="hidden" name="check_keywords" value="yes" />
  37. <input type="hidden" name="area" value="default" />
  38. </form>
  39. </div>
  40. </div>
  41. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  42. <p class="caption"><span class="caption-text">Contents:</span></p>
  43. <ul class="current">
  44. <li class="toctree-l1"><a class="reference internal" href="../description.html">Description</a></li>
  45. <li class="toctree-l1"><a class="reference internal" href="../api.html">API</a></li>
  46. <li class="toctree-l1 current"><a class="current reference internal" href="#">Documentation</a><ul>
  47. <li class="toctree-l2"><a class="reference internal" href="introduction.html">1. Introduction</a></li>
  48. <li class="toctree-l2"><a class="reference internal" href="problem.html">2. Problem instance</a></li>
  49. <li class="toctree-l2"><a class="reference internal" href="solutions.html">3. Solutions</a></li>
  50. </ul>
  51. </li>
  52. <li class="toctree-l1"><a class="reference internal" href="../examples.html">Some examples</a></li>
  53. <li class="toctree-l1"><a class="reference internal" href="../contributing.html">Contributing</a></li>
  54. </ul>
  55. </div>
  56. </div>
  57. </nav>
  58. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  59. <nav class="wy-nav-top" aria-label="top navigation">
  60. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  61. <a href="../index.html">macop</a>
  62. </nav>
  63. <div class="wy-nav-content">
  64. <div class="rst-content">
  65. <div role="navigation" aria-label="breadcrumbs navigation">
  66. <ul class="wy-breadcrumbs">
  67. <li><a href="../index.html">Docs</a> &raquo;</li>
  68. <li>Documentation</li>
  69. <li class="wy-breadcrumbs-aside">
  70. <a href="https://github.com/prise-3d/macop/blob/master/docs/source/documentations/index.rst" class="fa fa-github"> Edit on GitHub</a>
  71. </li>
  72. </ul>
  73. <hr/>
  74. </div>
  75. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  76. <div itemprop="articleBody">
  77. <div class="section" id="documentation">
  78. <h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h1>
  79. <a class="reference internal image-reference" href="../_images/logo_macop1.png"><img alt="../_images/logo_macop1.png" class="align-center" src="../_images/logo_macop1.png" style="width: 300px;" /></a>
  80. <p>This documentation will allow a user who wishes to use the Macop optimisation package to understand both how it works and offers examples of how to implement specific needs.</p>
  81. <p>It will gradually take up the major ideas developed within <cite>Macop</cite> to allow for rapid development. You can navigate directly via the menu available below to access a specific part of the documentation.</p>
  82. <div class="toctree-wrapper compound">
  83. <p class="caption"><span class="caption-text">Contents:</span></p>
  84. <ul>
  85. <li class="toctree-l1"><a class="reference internal" href="introduction.html">1. Introduction</a></li>
  86. <li class="toctree-l1"><a class="reference internal" href="problem.html">2. Problem instance</a></li>
  87. <li class="toctree-l1"><a class="reference internal" href="solutions.html">3. Solutions</a></li>
  88. </ul>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. <footer>
  94. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  95. <a href="introduction.html" class="btn btn-neutral float-right" title="1. Introduction" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
  96. <a href="../macop/macop.utils.progress.html" class="btn btn-neutral float-left" title="macop.utils.progress" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
  97. </div>
  98. <hr/>
  99. <div role="contentinfo">
  100. <p>
  101. &copy; Copyright 2020, Jérôme BUISINE
  102. </p>
  103. </div>
  104. 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>.
  105. </footer>
  106. </div>
  107. </div>
  108. </section>
  109. </div>
  110. <script type="text/javascript">
  111. jQuery(function () {
  112. SphinxRtdTheme.Navigation.enable(true);
  113. });
  114. </script>
  115. </body>
  116. </html>