Skip to content

Commit d20dab5

Browse files
authored
Simplify some of the documentation (#34)
* Update version.md * Update Project.toml
1 parent 7b4a1aa commit d20dab5

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OMOPCommonDataModel"
22
uuid = "ba65db9e-6590-4054-ab8a-101ed9124986"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth", "contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

docs/src/version.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,15 @@ implemented in each version of the `OMOPCommonDataModel.jl` Julia package.
1313

1414
In order to see the current CDM version, use the
1515
`OMOPCommonDataModel.cdm_version` function:
16-
```jldoctest
17-
julia> using OMOPCommonDataModel
18-
19-
julia> OMOPCommonDataModel.cdm_version()
20-
v"5.3.1"
16+
```julia
17+
julia> OMOPCommonDataModel.cdm_version() # prints the current CDM version
2118
```
2219

2320
In order to see the current `OMOPCommonDataModel.jl` version, use the
2421
`OMOPCommonDataModel.version` function:
2522

26-
```jldoctest
27-
julia> using OMOPCommonDataModel
28-
29-
julia> OMOPCommonDataModel.version()
30-
v"0.1.1"
23+
```julia
24+
julia> OMOPCommonDataModel.version() # prints the current `OMOPCommonDataModel.jl` version
3125
```
3226

3327
To see all versions of the Common Data Model, go to the

0 commit comments

Comments
 (0)