Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2023
1 parent d3bf1df commit b71e04f
Show file tree
Hide file tree
Showing 13 changed files with 211 additions and 29 deletions.
Binary file modified latest/.doctrees/devguide/index.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
10 changes: 7 additions & 3 deletions latest/devguide/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<link rel="shortcut icon" href="../_static/compas.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Developing a GH Component" href="ghcomponent.html" />
<link rel="next" title="Contributing to the Documentation" href="documentation.html" />
<link rel="prev" title="Development Workflow" href="workflow.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -420,7 +420,11 @@
<li class="toctree-l1"><a class="reference internal" href="setup.html">Development Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Development Workflow</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Code Contributions</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Contributing to the Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="extensions.html">Developing an Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Developing a Plugin For a Pluggable</a></li>
<li class="toctree-l1"><a class="reference internal" href="ghcomponent.html">Developing a GH Component</a></li>
<li class="toctree-l1"><a class="reference internal" href="dtypes.html">Implementing a New Data Type</a></li>
</ul>
</div>
</nav></div>
Expand Down Expand Up @@ -654,11 +658,11 @@ <h2>Python 2.7 compatibility</h2>
</div>
</a>
<a class="right-next"
href="ghcomponent.html"
href="documentation.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Developing a GH Component</p>
<p class="prev-next-title">Contributing to the Documentation</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
47 changes: 44 additions & 3 deletions latest/devguide/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
<link rel="shortcut icon" href="../_static/compas.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Developing an Extension" href="extensions.html" />
<link rel="prev" title="Code Contributions" href="code.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -166,7 +168,7 @@
</li>


<li class="nav-item">
<li class="nav-item current active">
<a class="nav-link nav-internal" href="index.html">
Developer Guide
</a>
Expand Down Expand Up @@ -293,7 +295,7 @@
<div class="bd-container">
<div class="bd-container__inner bd-page-width">

<div class="bd-sidebar-primary bd-sidebar hide-on-wide">
<div class="bd-sidebar-primary bd-sidebar">



Expand All @@ -318,7 +320,7 @@
</li>


<li class="nav-item">
<li class="nav-item current active">
<a class="nav-link nav-internal" href="index.html">
Developer Guide
</a>
Expand Down Expand Up @@ -410,6 +412,24 @@

</div>

<div class="sidebar-primary-items__start sidebar-primary__section">
<div class="sidebar-primary-item"><nav class="bd-docs-nav bd-links"
aria-label="Section Navigation">
<!-- <p class="bd-links__title" role="heading" aria-level="1">Section Navigation</p> -->
<div class="bd-toc-item navbar-nav"><ul class="current nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="setup.html">Development Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Development Workflow</a></li>
<li class="toctree-l1"><a class="reference internal" href="code.html">Code Contributions</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Contributing to the Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="extensions.html">Developing an Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Developing a Plugin For a Pluggable</a></li>
<li class="toctree-l1"><a class="reference internal" href="ghcomponent.html">Developing a GH Component</a></li>
<li class="toctree-l1"><a class="reference internal" href="dtypes.html">Implementing a New Data Type</a></li>
</ul>
</div>
</nav></div>
</div>


<div class="sidebar-primary-items__end sidebar-primary__section">
</div>
Expand Down Expand Up @@ -442,6 +462,9 @@
<i class="fa-solid fa-home"></i>
</a>
</li>

<li class="breadcrumb-item"><a href="index.html" class="nav-link">Developer Guide</a></li>

<li class="breadcrumb-item active" aria-current="page">Contributing to the Documentation</li>
</ul>
</nav>
Expand Down Expand Up @@ -474,6 +497,24 @@ <h1>Contributing to the Documentation</h1>

<div class="footer-article-item"><!-- Previous / next buttons -->
<div class="prev-next-area">
<a class="left-prev"
href="code.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Code Contributions</p>
</div>
</a>
<a class="right-next"
href="extensions.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Developing an Extension</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
</div></div>

</div>
Expand Down
37 changes: 34 additions & 3 deletions latest/devguide/dtypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<link rel="shortcut icon" href="../_static/compas.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="prev" title="Developing a GH Component" href="ghcomponent.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -166,7 +167,7 @@
</li>


<li class="nav-item">
<li class="nav-item current active">
<a class="nav-link nav-internal" href="index.html">
Developer Guide
</a>
Expand Down Expand Up @@ -293,7 +294,7 @@
<div class="bd-container">
<div class="bd-container__inner bd-page-width">

<div class="bd-sidebar-primary bd-sidebar hide-on-wide">
<div class="bd-sidebar-primary bd-sidebar">



Expand All @@ -318,7 +319,7 @@
</li>


<li class="nav-item">
<li class="nav-item current active">
<a class="nav-link nav-internal" href="index.html">
Developer Guide
</a>
Expand Down Expand Up @@ -410,6 +411,24 @@

</div>

<div class="sidebar-primary-items__start sidebar-primary__section">
<div class="sidebar-primary-item"><nav class="bd-docs-nav bd-links"
aria-label="Section Navigation">
<!-- <p class="bd-links__title" role="heading" aria-level="1">Section Navigation</p> -->
<div class="bd-toc-item navbar-nav"><ul class="current nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="setup.html">Development Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Development Workflow</a></li>
<li class="toctree-l1"><a class="reference internal" href="code.html">Code Contributions</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Contributing to the Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="extensions.html">Developing an Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Developing a Plugin For a Pluggable</a></li>
<li class="toctree-l1"><a class="reference internal" href="ghcomponent.html">Developing a GH Component</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Implementing a New Data Type</a></li>
</ul>
</div>
</nav></div>
</div>


<div class="sidebar-primary-items__end sidebar-primary__section">
</div>
Expand Down Expand Up @@ -442,6 +461,9 @@
<i class="fa-solid fa-home"></i>
</a>
</li>

<li class="breadcrumb-item"><a href="index.html" class="nav-link">Developer Guide</a></li>

<li class="breadcrumb-item active" aria-current="page">Implementing a New Data Type</li>
</ul>
</nav>
Expand Down Expand Up @@ -474,6 +496,15 @@ <h1>Implementing a New Data Type</h1>

<div class="footer-article-item"><!-- Previous / next buttons -->
<div class="prev-next-area">
<a class="left-prev"
href="ghcomponent.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Developing a GH Component</p>
</div>
</a>
</div></div>

</div>
Expand Down
47 changes: 44 additions & 3 deletions latest/devguide/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
<link rel="shortcut icon" href="../_static/compas.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Developing a Plugin For a Pluggable" href="plugins.html" />
<link rel="prev" title="Contributing to the Documentation" href="documentation.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -166,7 +168,7 @@
</li>


<li class="nav-item">
<li class="nav-item current active">
<a class="nav-link nav-internal" href="index.html">
Developer Guide
</a>
Expand Down Expand Up @@ -293,7 +295,7 @@
<div class="bd-container">
<div class="bd-container__inner bd-page-width">

<div class="bd-sidebar-primary bd-sidebar hide-on-wide">
<div class="bd-sidebar-primary bd-sidebar">



Expand All @@ -318,7 +320,7 @@
</li>


<li class="nav-item">
<li class="nav-item current active">
<a class="nav-link nav-internal" href="index.html">
Developer Guide
</a>
Expand Down Expand Up @@ -410,6 +412,24 @@

</div>

<div class="sidebar-primary-items__start sidebar-primary__section">
<div class="sidebar-primary-item"><nav class="bd-docs-nav bd-links"
aria-label="Section Navigation">
<!-- <p class="bd-links__title" role="heading" aria-level="1">Section Navigation</p> -->
<div class="bd-toc-item navbar-nav"><ul class="current nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="setup.html">Development Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Development Workflow</a></li>
<li class="toctree-l1"><a class="reference internal" href="code.html">Code Contributions</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Contributing to the Documentation</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Developing an Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Developing a Plugin For a Pluggable</a></li>
<li class="toctree-l1"><a class="reference internal" href="ghcomponent.html">Developing a GH Component</a></li>
<li class="toctree-l1"><a class="reference internal" href="dtypes.html">Implementing a New Data Type</a></li>
</ul>
</div>
</nav></div>
</div>


<div class="sidebar-primary-items__end sidebar-primary__section">
</div>
Expand Down Expand Up @@ -442,6 +462,9 @@
<i class="fa-solid fa-home"></i>
</a>
</li>

<li class="breadcrumb-item"><a href="index.html" class="nav-link">Developer Guide</a></li>

<li class="breadcrumb-item active" aria-current="page">Developing an Extension</li>
</ul>
</nav>
Expand Down Expand Up @@ -474,6 +497,24 @@ <h1>Developing an Extension</h1>

<div class="footer-article-item"><!-- Previous / next buttons -->
<div class="prev-next-area">
<a class="left-prev"
href="documentation.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Contributing to the Documentation</p>
</div>
</a>
<a class="right-next"
href="plugins.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Developing a Plugin For a Pluggable</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
</div></div>

</div>
Expand Down
20 changes: 17 additions & 3 deletions latest/devguide/ghcomponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
<link rel="shortcut icon" href="../_static/compas.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="prev" title="Code Contributions" href="code.html" />
<link rel="next" title="Implementing a New Data Type" href="dtypes.html" />
<link rel="prev" title="Developing a Plugin For a Pluggable" href="plugins.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -419,7 +420,11 @@
<li class="toctree-l1"><a class="reference internal" href="setup.html">Development Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Development Workflow</a></li>
<li class="toctree-l1"><a class="reference internal" href="code.html">Code Contributions</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Contributing to the Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="extensions.html">Developing an Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Developing a Plugin For a Pluggable</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Developing a GH Component</a></li>
<li class="toctree-l1"><a class="reference internal" href="dtypes.html">Implementing a New Data Type</a></li>
</ul>
</div>
</nav></div>
Expand Down Expand Up @@ -645,14 +650,23 @@ <h2>Installing the components to Rhino</h2>
<div class="footer-article-item"><!-- Previous / next buttons -->
<div class="prev-next-area">
<a class="left-prev"
href="code.html"
href="plugins.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Code Contributions</p>
<p class="prev-next-title">Developing a Plugin For a Pluggable</p>
</div>
</a>
<a class="right-next"
href="dtypes.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Implementing a New Data Type</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
</div></div>

</div>
Expand Down
18 changes: 8 additions & 10 deletions latest/devguide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,11 @@
<li class="toctree-l1"><a class="reference internal" href="setup.html">Development Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Development Workflow</a></li>
<li class="toctree-l1"><a class="reference internal" href="code.html">Code Contributions</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Contributing to the Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="extensions.html">Developing an Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Developing a Plugin For a Pluggable</a></li>
<li class="toctree-l1"><a class="reference internal" href="ghcomponent.html">Developing a GH Component</a></li>
<li class="toctree-l1"><a class="reference internal" href="dtypes.html">Implementing a New Data Type</a></li>
</ul>
</div>
</nav></div>
Expand Down Expand Up @@ -478,22 +482,16 @@
<section id="developer-guide">
<h1>Developer Guide</h1>
<p>This guide is intended for developers who want to contribute to the code and/or documentation of COMPAS.</p>
<ol class="arabic simple">
<li><p>Setup (Development Environment)</p></li>
<li><p>Development Workflow</p></li>
<li><p>Code Contributions</p></li>
<li><p>Documentation Contributions</p></li>
<li><p>Developing an Extension</p></li>
<li><p>Developing a Plugin</p></li>
<li><p>Developing a GH Component</p></li>
<li><p>Implementing a New Data Type</p></li>
</ol>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="setup.html">Development Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="workflow.html">Development Workflow</a></li>
<li class="toctree-l1"><a class="reference internal" href="code.html">Code Contributions</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Contributing to the Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="extensions.html">Developing an Extension</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Developing a Plugin For a Pluggable</a></li>
<li class="toctree-l1"><a class="reference internal" href="ghcomponent.html">Developing a GH Component</a></li>
<li class="toctree-l1"><a class="reference internal" href="dtypes.html">Implementing a New Data Type</a></li>
</ul>
</div>
</section>
Expand Down
Loading

0 comments on commit b71e04f

Please sign in to comment.