Skip to content

Commit

Permalink
Link live images (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma authored Sep 8, 2023
1 parent 811f6c9 commit 7fbf23f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy PPos Dex mdBook to GitHub Pages
name: Deploy mdBook

on:
push:
Expand All @@ -23,21 +23,26 @@ jobs:
name: Build PPoS Dex mdBook
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.21
MDBOOK_VERSION: 0.4.30

steps:
- uses: actions/checkout@v3
- name: Install mdBook
run: |
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
rustup update
cargo install --version ${MDBOOK_VERSION} mdbook
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Build PPoS Dex mdBook

- name: Build mdBook
run: mdbook build
- name: Test PPoS Dex mdBook

- name: Test mdBook
run: mdbook test

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand All @@ -50,6 +55,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/plot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
plots:
name: PPoS Dex Plots
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PPoS Dex Test
name: Test

on:
pull_request:
Expand Down
12 changes: 6 additions & 6 deletions docs/2_1_timeseries.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@

## ALGO Dynamics

![Timeseries ALGO Dynamics](images/timeseries/algo_dynamics.png)
![Timeseries ALGO Dynamics](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/timeseries/algo_dynamics.png)

## Accounts Participation

![Timeseries Accounts Participation](images/timeseries/accounts_prt.png)
![Timeseries Accounts Participation](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/timeseries/accounts_prt.png)

## ALGO Inequality

![Timeseries ALGO Inequality](images/timeseries/algo_inequality.png)
![Timeseries ALGO Inequality](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/timeseries/algo_inequality.png)

## PPoS Inequality (Bounded)

![Timeseries PPoS Inequality Bounded](images/timeseries/ppos_inequality_b.png)
![Timeseries PPoS Inequality Bounded](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/timeseries/ppos_inequality_b.png)

## PPoS Inequality (Unbounded)

![Timeseries PPoS Inequality Unbounded](images/timeseries/ppos_inequality_unb.png)
![Timeseries PPoS Inequality Unbounded](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/timeseries/ppos_inequality_unb.png)

## PPoS Dex

![Timeseries PPoS Dex](images/timeseries/ppos_dex.png)
![Timeseries PPoS Dex](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/timeseries/ppos_dex.png)

---
8 changes: 4 additions & 4 deletions docs/2_2_snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

## ALGO Dynamics

![Snapshot ALGO Dynamics](images/snapshot/algo_dynamics.png)
![Snapshot ALGO Dynamics](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/snapshot/algo_dynamics.png)

## Accounts Participation

![Snapshot Accounts Participation](images/snapshot/accounts_prt.png)
![Snapshot Accounts Participation](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/snapshot/accounts_prt.png)

## PPoS Inequality

![Snapshot PPoS Inequality](images/snapshot/ppos_inequality.png)
![Snapshot PPoS Inequality](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/snapshot/ppos_inequality.png)

## PPoS Dex

![Snapshot PPoS Dex](images/snapshot/ppos_dex.png)
![Snapshot PPoS Dex](https://raw.githubusercontent.com/cusma/pposdex/images/docs/images/snapshot/ppos_dex.png)

---

0 comments on commit 7fbf23f

Please sign in to comment.