Skip to content

Commit

Permalink
GH Actions docs run for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 13, 2025
1 parent c831166 commit 3663533
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion develop/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation Index for develop

generated 2025-02-13 10:11
generated 2025-02-13 10:17

## Functional Tests

Expand Down
10 changes: 5 additions & 5 deletions develop/data_models/Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The JSON structure of the model is as follows:
"name": "string"
},
"current_journal": "string",
"date_applied": "2025-02-13T10:11:07Z",
"date_applied": "2025-02-13T10:17:32Z",
"editor": "string",
"editor_group": "string",
"notes": [
{
"author_id": "string",
"date": "2025-02-13T10:11:07Z",
"date": "2025-02-13T10:17:32Z",
"id": "string",
"note": "string"
}
Expand Down Expand Up @@ -146,7 +146,7 @@ The JSON structure of the model is as follows:
"url": "string"
}
},
"created_date": "2025-02-13T10:11:07Z",
"created_date": "2025-02-13T10:17:32Z",
"es_type": "string",
"id": "string",
"index": {
Expand Down Expand Up @@ -190,8 +190,8 @@ The JSON structure of the model is as follows:
],
"unpunctitle": "string"
},
"last_manual_update": "2025-02-13T10:11:07Z",
"last_updated": "2025-02-13T10:11:07Z"
"last_manual_update": "2025-02-13T10:17:32Z",
"last_updated": "2025-02-13T10:17:32Z"
}
```

Expand Down
6 changes: 3 additions & 3 deletions develop/data_models/IncomingAPIApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ The JSON structure of the model is as follows:
"url": "string"
}
},
"created_date": "2025-02-13T10:11:10Z",
"created_date": "2025-02-13T10:17:35Z",
"id": "string",
"last_manual_update": "2025-02-13T10:11:10Z",
"last_updated": "2025-02-13T10:11:10Z"
"last_manual_update": "2025-02-13T10:17:35Z",
"last_updated": "2025-02-13T10:17:35Z"
}
```

Expand Down
4 changes: 2 additions & 2 deletions develop/data_models/IncomingAPIArticle.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ The JSON structure of the model is as follows:
"title": "string",
"year": "string"
},
"created_date": "2025-02-13T10:11:09Z",
"created_date": "2025-02-13T10:17:34Z",
"es_type": "string",
"id": "string",
"last_updated": "2025-02-13T10:11:09Z"
"last_updated": "2025-02-13T10:17:34Z"
}
```

Expand Down
10 changes: 5 additions & 5 deletions develop/data_models/Journal.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The JSON structure of the model is as follows:
"notes": [
{
"author_id": "string",
"date": "2025-02-13T10:11:06Z",
"date": "2025-02-13T10:17:31Z",
"id": "string",
"note": "string"
}
Expand All @@ -25,7 +25,7 @@ The JSON structure of the model is as follows:
"related_applications": [
{
"application_id": "string",
"date_accepted": "2025-02-13T10:11:06Z",
"date_accepted": "2025-02-13T10:17:31Z",
"status": "string"
}
],
Expand Down Expand Up @@ -151,7 +151,7 @@ The JSON structure of the model is as follows:
"url": "string"
}
},
"created_date": "2025-02-13T10:11:06Z",
"created_date": "2025-02-13T10:17:31Z",
"es_type": "string",
"id": "string",
"index": {
Expand Down Expand Up @@ -196,8 +196,8 @@ The JSON structure of the model is as follows:
],
"unpunctitle": "string"
},
"last_manual_update": "2025-02-13T10:11:06Z",
"last_updated": "2025-02-13T10:11:06Z"
"last_manual_update": "2025-02-13T10:17:31Z",
"last_updated": "2025-02-13T10:17:31Z"
}
```

Expand Down
6 changes: 3 additions & 3 deletions develop/data_models/OutgoingAPIJournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ The JSON structure of the model is as follows:
"url": "string"
}
},
"created_date": "2025-02-13T10:11:11Z",
"created_date": "2025-02-13T10:17:36Z",
"es_type": "string",
"id": "string",
"last_manual_update": "2025-02-13T10:11:11Z",
"last_updated": "2025-02-13T10:11:11Z"
"last_manual_update": "2025-02-13T10:17:36Z",
"last_updated": "2025-02-13T10:17:36Z"
}
```

Expand Down
Binary file modified develop/testbook/all_tests.zip
Binary file not shown.

0 comments on commit 3663533

Please sign in to comment.