Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/contribute_via_osc_editor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"\n",
"\n",
"#### 1. Create the OSC entries using the library\n",
"In this notebook we use a dummy project/product pair for demonstration purposes. You can reuse the code below using real OSC entries. <br>\n",
"> **See how to generate your own valid OSC entries in the previous (example) notebook**: https://github.com/u3ks/osc_test/blob/main/examples/example_notebook.ipynb"
"In this notebook we use a dummy project/product pair for demonstration purposes. You can reuse the code below using real OSC entries. <br>"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/contribute_via_pr_osc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"\n",
"#### 0. Load dummy OSC entries\n",
"In this notebook we use a group of dummy project, product, workflow and exeriment data for demonstration purposes. You can reuse the code below using real OSC entries. <br>\n",
"> **See how to generate your own valid OSC entries in the previous (publishing guide) notebook**: https://github.com/u3ks/osc_test/blob/main/examples/earthcode_publishing_guide.ipynb\n",
"\n",
"**NOTE** If you do not have any entries ready, you can use following (testing example) to see whether the publishing schema proposed works on your environment. Once you are familiar with these steps, you can generate valid OSC entries for your specific project! <br>\n",
"Run cells 1-5 to preview the *OSC dummy entries* prepared only for demonstration purposes! "
Expand Down
3 changes: 3 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ name = "earthcode"
platforms = ["linux-64", "win-64", "osx-arm64"]
version = "0.1.0"

# wait 5 days before installing latest packages
exclude-newer = "5d"

[tasks]
docs = "jupyter-book build ."

Expand Down
Loading