Skip to content

Commit c73818a

Browse files
Merge pull request #212 from openproblems-bio:revert-199-docs/v2/update
Revert #199
2 parents 36daf66 + f4ef0b2 commit c73818a

26 files changed

Lines changed: 513 additions & 13193 deletions

CHANGELOG.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,3 @@
1-
# openproblems.bio v2.2.0
2-
3-
Documentation was added for future OpenProblems v2. This is still in development and the main focus was on how to contribute to already existing tasks in OpenProblems v2.
4-
5-
## NEW FUNCTIONALITY
6-
7-
### Documentation (#199)
8-
9-
* Add intro text to documentation.
10-
11-
* Add `contribute` intro and pages.
12-
13-
* `contribute/Requirements`: Describes how to set up your system to start contributing.
14-
15-
* `contribute/Getting started`: Describes how to get started with contributing.
16-
17-
* `contribute/Add a dataset`: Describes how to create a new dataset loader.
18-
19-
* `contribute/Add a method`: Describes how to create a new method for an existing task.
20-
21-
* `contribute/Add a baseline`: Describes how to create a new control method for an existing task.
22-
23-
* `contribute/Add a metric`: Describes how to create a new metric for an existing task.
24-
25-
* `contribute/Run tests`: Describes how to run tests for the newly created components.
26-
27-
* `contribute/Create Pull Request`: Describes how to contribute your changes.
28-
29-
* Add `More information` intro and pages
30-
31-
* `More information/Project structure`: Describes the repository structure and technology stack
32-
33-
* `More information/Code of conduct`: Describes the Code of conduct that OpenProblems uses.
34-
35-
* `More information/FAQ`: Frequently Asked Questions
36-
37-
* `More information/Troubleshooting`: Describes the most common errors that can occur when contributing/developing.
38-
391
# openproblems.bio v2.1.2
402

413
## MINOR CHANGES

_include/_synchonize_tabs.qmd

Lines changed: 0 additions & 32 deletions
This file was deleted.

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ website:
3838
- text: OpenProblems v1
3939
href: https://github.com/openproblems-bio/openproblems/blob/main/CONTRIBUTING.md
4040
- text: OpenProblems v2
41-
href: documentation/index.qmd
41+
href: https://github.com/openproblems-bio/openproblems-v2/blob/main/CONTRIBUTING.md
4242
- text: Bibliography
4343
href: bibliography/index.qmd
4444

competitions/neurips_2021_docs/submission/development_process.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The evaluation results will be saved at a path like `output/evaluation/predict_m
8181

8282
### Use additional files
8383

84-
For your component to be able to access additional files (such as a pre-trained model) from within your script, you need to specify these files under `functionality.resources` in the config script as follows:
84+
For your component to be able to access additional files (such as a pre-trained model) from within your script, you need to specify these files under `.functionality.resources` in the config script as follows:
8585
```yaml
8686
# files your script needs
8787
resources:

documentation/.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
/_openproblems-v2
2-
.nextflow*
3-
work
1+
/_openproblems-v2

documentation/_blocks/_clone_repo.qmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ if (!dir.exists(proj_dir)) {
99
wd = dirname(proj_dir)
1010
)
1111
} else {
12-
processx::run(
13-
"git",
14-
"fetch",
15-
wd = proj_dir
16-
)
1712
processx::run(
1813
"git",
1914
c("reset", "--hard", "origin/main"),

documentation/_blocks/_output_details.qmd

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)