404
+Page not found
+ +diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad6eaef7..2a7c6984 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,22 +32,23 @@ jobs: docs: runs-on: ubuntu-latest + defaults: + run: + shell: bash -l {0} needs: - deploy steps: - uses: actions/checkout@v2 - - - uses: actions/setup-python@v2.2.2 + - uses: conda-incubator/setup-miniconda@v2 with: - python-version: 3.8 - - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - pip install -r requirements-optional.txt + miniconda-version: "latest" + python-version: 3.9 + activate-environment: foo + - run: | + conda install -c conda-forge graph-tool pip install -e . + pip install -r requirements-optional.txt pip install -r requirements-docs.txt - name: Generate changelog @@ -58,8 +59,8 @@ jobs: - name: Commit files run: | - git config --local user.email "feedback@materialsproject.org" - git config --local user.name "materialsproject" + git config --local user.email "mcdermott@lbl.gov" + git config --local user.name "GENESIS-EFRC" mv CHANGELOG.md docs/ git add docs/CHANGELOG.md && git commit -m 'Updated CHANGELOG.md' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d3f60c14..8638799f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -35,7 +35,7 @@ jobs: - name: Lint with mypy run: | pip install mypy - # mypy src/rxn_network + mypy src/rxn_network - name: Lint with flake8 run: | @@ -78,19 +78,23 @@ jobs: docs: runs-on: ubuntu-latest - + defaults: + run: + shell: bash -l {0} steps: - uses: actions/checkout@v2 - - - uses: actions/setup-python@v2.2.2 + - uses: conda-incubator/setup-miniconda@v2 with: - python-version: 3.8 + miniconda-version: "latest" + python-version: 3.9 + activate-environment: foo - name: Install dependencies run: | - python -m pip install --upgrade pip + conda install -c conda-forge graph-tool pip install -e . pip install -r requirements-optional.txt pip install -r requirements-docs.txt - - name: Build + + - name: Build docs run: mkdocs build \ No newline at end of file diff --git a/README.md b/README.md index 3daf54cc..548f603e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ![Reaction Network](docs/images/logo.png) +[![Pytest Status](https://github.com/GENESIS-EFRC/reaction-network/workflows/testing/badge.svg)](https://github.com/GENESIS-EFRC/reaction-network/actions?query=workflow%3Atesting) +[![Code Coverage](https://codecov.io/gh/GENESIS-EFRC/reaction-network/branch/main/graph/badge.svg)](https://codecov.io/gh/GENESIS-EFRC/reaction-network) + Reaction network (rxn-network) is a Python package for predicting chemical reaction pathways in solid-state materials synthesis using graph theory. diff --git a/cinder/404.html b/cinder/404.html new file mode 100644 index 00000000..0d58f066 --- /dev/null +++ b/cinder/404.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block content %} + +