Skip to content

Commit

Permalink
Use PDF download for the Concept Notes (#304)
Browse files Browse the repository at this point in the history
* Use PDF download for the Concept Notes
* Do not use codecov.
  • Loading branch information
pdelboca authored Jan 10, 2024
1 parent 74ed710 commit 4f2ded7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .github/codecov.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
run: make install
- name: Test software
run: make test
- name: Report coverage
uses: codecov/codecov-action@v3

# Release

Expand Down
4 changes: 2 additions & 2 deletions portal/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ import About from '../../components/about.astro'

<strong>Open Data Editor (beta)</strong> for early adopters has been released on <strong>
Oct 2, 2023
</strong> -- [READ THE CONCEPT NOTE](https://docs.google.com/presentation/d/1OJwiQn9PsLyAqtSL04wAq4qhSSSUG4WplJhDbfYE10Y/edit)
</strong> -- [DOWNLOAD THE CONCEPT NOTE](../../ode-concept-note.pdf)

---

[![Concept Note](../../assets/odet-concept-note-new.png)](https://docs.google.com/presentation/d/1OJwiQn9PsLyAqtSL04wAq4qhSSSUG4WplJhDbfYE10Y/edit)
[![Concept Note](../../assets/odet-concept-note-new.png)](../../ode-concept-note.pdf)

<About title="Brought to you by">
We are building a world open by design where all knowledge is accessible to everyone
Expand Down
Binary file added portal/public/ode-concept-note.pdf
Binary file not shown.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies = [
"pyright==1.1.317",
"ipython",
"watchfiles",
"pytest-cov",
"pytest-vcr",
"pytest-mock",
"pytest-only",
Expand All @@ -75,16 +74,13 @@ lint = [
"isort server --check",
"black server --check",
]
spec = [
"pytest --cov server --cov-report term-missing --cov-report html:coverage --cov-fail-under 70 --timeout=300",
]
start = [
"watchfiles 'python -m server {args:tmp/project}' server",
]
test = [
"hatch run lint",
"hatch run check",
"hatch run spec",
"hatch run pytest",
]

[tool.black]
Expand Down

0 comments on commit 4f2ded7

Please sign in to comment.