Skip to content

Commit 7ea0d55

Browse files
authored
Reorganize the docs (#10)
1 parent a45d9d3 commit 7ea0d55

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ makedocs(;
1313
),
1414
pages=[
1515
"Home" => "index.md",
16+
"CDM Version" => "version.md",
1617
"Examples" => "examples.md",
1718
"API" => "api.md",
1819
],

docs/src/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ CurrentModule = OMOPCommonDataModel
44

55
# OMOPCommonDataModel
66

7-
The following table maps the version of OMOPCommonDataModel.jl to the
8-
corresponding version of the Common Data Model (CDM).
9-
10-
| OMOPCommonDataModel.jl | CDM |
11-
| ---------------------- | ------ |
12-
| 0.1.0 | 6.0.0 |
7+
OMOPCommonDataModel.jl is a pure Julia implementation of the [OMOP Common Data Model (CDM)](https://github.com/OHDSI/CommonDataModel).

docs/src/version.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
```@meta
2+
CurrentModule = OMOPCommonDataModel
3+
```
4+
5+
# CDM Version
6+
7+
The following table maps the version of OMOPCommonDataModel.jl to the
8+
corresponding version of the Common Data Model (CDM).
9+
10+
| OMOPCommonDataModel.jl | CDM |
11+
| ---------------------- | ------ |
12+
| 0.1.0 | 6.0.0 |

0 commit comments

Comments
 (0)