-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25bf4f7
commit d357af1
Showing
89 changed files
with
2,390 additions
and
2,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,3 @@ | ||
# Contributing | ||
|
||
Contributions are welcome and very much appreciated! | ||
|
||
|
||
## Code contributions | ||
|
||
We accept code contributions through pull requests. | ||
In short, this is how that works. | ||
|
||
1. Fork [the repository](https://github.com/compas-dev/compas_fea2) and clone the fork. | ||
2. Create a virtual environment using your tool of choice (e.g. `virtualenv`, `conda`, etc). | ||
3. Install development dependencies: | ||
|
||
```bash | ||
$ pip install -r requirements-dev.txt | ||
``` | ||
|
||
4. Make sure all tests pass: | ||
|
||
```bash | ||
$ invoke test | ||
``` | ||
|
||
5. Start making your changes to the **master** branch (or branch off of it). | ||
6. Make sure all tests still pass: | ||
|
||
```bash | ||
$ invoke test | ||
``` | ||
|
||
7. Add yourself to the *Contributors* section of `AUTHORS.md`. | ||
8. Commit your changes and push your branch to GitHub. | ||
9. Create a [pull request](https://help.github.com/articles/about-pull-requests/) through the GitHub website. | ||
|
||
|
||
During development, use [pyinvoke](http://docs.pyinvoke.org/) tasks on the | ||
command line to ease recurring operations: | ||
|
||
* `invoke clean`: Clean all generated artifacts. | ||
* `invoke check`: Run various code and documentation style checks. | ||
* `invoke docs`: Generate documentation. | ||
* `invoke test`: Run all tests and checks in one swift command. | ||
* `invoke`: Show available tasks. | ||
|
||
|
||
## Bug reports | ||
|
||
When [reporting a bug](https://github.com/compas-dev/compas_fea2/issues) please include: | ||
|
||
* Operating system name and version. | ||
* Any details about your local setup that might be helpful in troubleshooting. | ||
* Detailed steps to reproduce the bug. | ||
|
||
|
||
## Feature requests | ||
|
||
When [proposing a new feature](https://github.com/compas-dev/compas_fea2/issues) please include: | ||
|
||
* Explain in detail how it would work. | ||
* Keep the scope as narrow as possible, to make it easier to implement. | ||
Coming soon... |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
html[data-theme="light"] { | ||
--pst-color-primary: #0092d2; | ||
--pst-color-info: #0092d2; | ||
--pst-color-text-muted: #888; | ||
} | ||
|
||
body { | ||
line-height: 1.75; | ||
font-weight: 300; | ||
} | ||
|
||
.bd-article-container h1 { | ||
color: #0092d2; | ||
} | ||
|
||
.navbar-brand .logo__image { | ||
height: 36px !important; | ||
} | ||
|
||
.bd-header { | ||
box-shadow: none; | ||
border-bottom: 1px solid var(--pst-color-shadow); | ||
} | ||
|
||
#rtd-footer-container { | ||
height: 0px; | ||
bottom: 0 !important; | ||
margin: 0 !important; | ||
display: none; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ | ||
"name": "latest", | ||
"version": "unreleased", | ||
"url": "https://compas.dev/compas_libigl/latest/" | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<nav class="navbar-nav"> | ||
<!-- <p class="sidebar-header-items__title" | ||
role="heading" | ||
aria-level="1" | ||
aria-label="{{ _('Site Navigation') }}"> | ||
{{ _("Site Navigation") }} | ||
</p> | ||
<ul class="bd-navbar-elements navbar-nav"> | ||
{{ generate_header_nav_html(n_links_before_dropdown=theme_header_links_before_dropdown) }} | ||
</ul> --> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<nav class="bd-links" id="bd-docs-nav" aria-label="Main"> | ||
<div class="bd-toc-item navbar-nav active"> | ||
{% if theme_home_page_in_toc == True %} | ||
{#- This mimicks the pydata theme list style so we can append an extra item at the top #} | ||
<ul class="nav bd-sidenav bd-sidenav__home-link"> | ||
<li class="toctree-l1{% if pagename == root_doc %} current active{% endif %}"> | ||
<a class="reference internal" href="{{ pathto(root_doc) }}"> | ||
{{ root_title }} | ||
</a> | ||
</li> | ||
</ul> | ||
{% endif -%} | ||
|
||
{# Ref: https://github.com/pydata/pydata-sphinx-theme/blob/ebf7f704879a1cdc6016d6111062103353ac7677/src/pydata_sphinx_theme/__init__.py#L302 #} | ||
{{- generate_toctree_html( | ||
startdepth=0, | ||
kind="sidebar", | ||
maxdepth=theme_navigation_depth, | ||
collapse=False, | ||
includehidden=True, | ||
titles_only=True, | ||
show_nav_level=1) }} | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
****************** | ||
Advanced: Backends | ||
****************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
***************** | ||
Advanced: Results | ||
***************** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*********************** | ||
Advanced: Visualisation | ||
*********************** |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
******************************************************************************** | ||
job | ||
******************************************************************************** | ||
|
||
.. automodule:: compas_fea2.job | ||
.. currentmodule:: compas_fea2.job | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
InputFile | ||
ParametersFile |
Oops, something went wrong.