Skip to content

Commit

Permalink
update them and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Nov 7, 2023
1 parent 7cf2d2d commit 79cf169
Show file tree
Hide file tree
Showing 24 changed files with 299 additions and 400 deletions.
16 changes: 16 additions & 0 deletions docs/_static/compas.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/* .bd-main {
flex-basis: 80%;
} */

.bd-article-container h1 {
color: #0092d2;
}

#rtd-footer-container {
height: 0px;
display: none;
}

.navbar-brand .logo__image {
height: 48px !important;
}
Binary file added docs/_static/compas.ico
Binary file not shown.
Binary file added docs/_static/compas_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/compas_icon_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/compas_white.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/_templates/compas-sidebar-footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<div class="sidebar-primary-item">
<a href="https://compas.dev" target="_blank">
COMPAS.dev <i class="fa fa-external-link" aria-hidden="true"></i>
</a>
</div>
6 changes: 5 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
API Reference
********************************************************************************

.. currentmodule:: compas_gmsh

.. toctree::
:maxdepth: 1

api/compas_gmsh
api/compas_gmsh.interop
api/compas_gmsh.models
api/compas_gmsh.options
13 changes: 12 additions & 1 deletion docs/api/compas_gmsh.interop.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
********************************************************************************
compas_gmsh.interop
********************************************************************************

.. automodule:: compas_gmsh.interop
.. currentmodule:: compas_gmsh.interop


Classes
=======

.. autosummary::
:toctree: generated/
:nosignatures:
18 changes: 17 additions & 1 deletion docs/api/compas_gmsh.models.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
********************************************************************************
compas_gmsh.models
********************************************************************************

.. automodule:: compas_gmsh.models
.. currentmodule:: compas_gmsh.models


Classes
=======

.. autosummary::
:toctree: generated/
:nosignatures:

Model
ShapeModel
MeshModel
CSGModel
16 changes: 15 additions & 1 deletion docs/api/compas_gmsh.options.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
********************************************************************************
compas_gmsh.options
********************************************************************************

.. automodule:: compas_gmsh.options
.. currentmodule:: compas_gmsh.options


Enumerations
============

.. autosummary::
:toctree: generated/
:nosignatures:

MeshAlgorithm
OptimizationAlgorithm
2 changes: 0 additions & 2 deletions docs/api/compas_gmsh.rst

This file was deleted.

Loading

0 comments on commit 79cf169

Please sign in to comment.