Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add call for contribution banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ys2843 committed Jul 27, 2020
1 parent 291c502 commit 2ef24c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/static_site/src/_sass/minima/_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,13 @@
padding-top: 20px;
padding-bottom: 20px;
}

.language-binding-banner {
border: 1px solid transparent;
border-radius: .25rem;
color: #856404;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
background-color: #fff3cd;
border-color: #ffeeba;
}
8 changes: 8 additions & 0 deletions docs/static_site/src/pages/api/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ <h4>Python-first API</h4>
</div>
{%- endif -%}
{%- endfor -%}
<h2>Other Bindings</h2>
<div class="row">
<div class="language-binding-banner">
<h4>Call for Contribution</h4>
The language bindings of MXNet 1.x were deleted in 2.x due to some C APIs being deprecated and the bindings did rely on the deprecated APIs.
Given that MXNet has C APIs and other language bindings can be added. Your contribution is welcome.
</div>
</div>
</div> <!-- closing outer wrapper -->
<div class="docs-architecture">
<div class="wrapper">
Expand Down

0 comments on commit 2ef24c2

Please sign in to comment.