Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gsbDBI/bemb
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuDu committed Jul 21, 2022
2 parents 7cc068b + e5524c6 commit fff8405
Show file tree
Hide file tree
Showing 35 changed files with 454 additions and 10,794 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/mkdocs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down Expand Up @@ -55,4 +58,7 @@ jobs:
- name: run mkdocs build to generate html files.
run: mkdocs build


- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: build website by github action
12 changes: 7 additions & 5 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@


<link rel="icon" href="/assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.3.0, mkdocs-material-8.2.13">
<meta name="generator" content="mkdocs-1.3.1, mkdocs-material-8.3.9">



<title>Bayesian Embedding (BEMB)</title>



<link rel="stylesheet" href="/assets/stylesheets/main.e411adfe.min.css">
<link rel="stylesheet" href="/assets/stylesheets/main.1d29e8d0.min.css">


<link rel="stylesheet" href="/assets/stylesheets/palette.cc9b2e1e.min.css">
<link rel="stylesheet" href="/assets/stylesheets/palette.cbb835fc.min.css">



<meta name="theme-color" content="#02a6f2">






Expand Down Expand Up @@ -383,6 +384,7 @@
<h1>404 - Not found</h1>

</article>

</div>
</div>

Expand Down Expand Up @@ -410,10 +412,10 @@ <h1>404 - Not found</h1>
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
<script id="__config" type="application/json">{"base": "/", "features": [], "search": "/assets/javascripts/workers/search.2a1c317c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version.title": "Select version"}}</script>
<script id="__config" type="application/json">{"base": "/", "features": [], "search": "/assets/javascripts/workers/search.b97dbffb.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version.title": "Select version"}}</script>


<script src="/assets/javascripts/bundle.ed9748b7.min.js"></script>
<script src="/assets/javascripts/bundle.6c7ad80a.min.js"></script>

<script src="/javascripts/mathjax.js"></script>

Expand Down
326 changes: 320 additions & 6 deletions docs/api_bemb/index.html

Large diffs are not rendered by default.

5,169 changes: 0 additions & 5,169 deletions docs/api_torch_choice/index.html

This file was deleted.

29 changes: 29 additions & 0 deletions docs/assets/javascripts/bundle.6c7ad80a.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/assets/javascripts/bundle.6c7ad80a.min.js.map

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions docs/assets/javascripts/bundle.ed9748b7.min.js

This file was deleted.

8 changes: 0 additions & 8 deletions docs/assets/javascripts/bundle.ed9748b7.min.js.map

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/stylesheets/main.1d29e8d0.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/assets/stylesheets/main.1d29e8d0.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/stylesheets/main.e411adfe.min.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/stylesheets/main.e411adfe.min.css.map

This file was deleted.

Loading

0 comments on commit fff8405

Please sign in to comment.