Skip to content

Commit

Permalink
Add changes for documentation webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vihtoriaaa committed Nov 30, 2023
1 parent 8f98893 commit 6651455
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
Binary file modified docs/.DS_Store
Binary file not shown.
3 changes: 1 addition & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ Welcome to the documentation for SynRD's synthesizers! Below, you'll find inform

Synthesizer's Configuration Notebook is a file that provides a comprehensive guide and examples on how to configure and initialize synthesizers within the SynRD library. It serves as a reference for users who want to customize the behavior of synthesizers based on their specific requirements.

- [Link to Configuration Notebook](config_notebook.ipynb)
- [Link to Configuration Notebook](notebooks/config_notebook.ipynb)

---

## Data Synthesizer Classes

Expand Down
2 changes: 0 additions & 2 deletions docs/blog/index.md

This file was deleted.

12 changes: 11 additions & 1 deletion docs/findings.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
hello
# Findings Overview

The "Findings" section serves as a comprehensive collection of results and observations obtained through the synthesis and analysis of various publications. Findings encapsulate key insights, comparisons, and contrasts derived from the examination of different papers.

## Explore Findings

Explore the [**Findings webpage**](web/index.html){:target="_blank"} to delve into detailed results and observations.

## Contributing a New Paper

To contribute a new paper and discover the details on how to do so, refer to the [**How to Add a New Paper**](quickstart.md#how-to-add-a-new-paper) section in the Quickstart guide.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ plugins:
wikilinks: true
- mkdocs-jupyter:
execute: false
include_source: true
include_requirejs: true
- ezlinks:
warn_ambiguities: true
wikilinks: true
reference_links: true

markdown_extensions:
- abbr
Expand Down

0 comments on commit 6651455

Please sign in to comment.