Skip to content

Commit

Permalink
docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
samtkaplan authored Oct 3, 2023
1 parent fe94186 commit 3831155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Please see the **reference** section of this documentation for more information.
# Trace Properties

The CloudSeis data format does not specify any trace properties. However, there
are commonly used (<b>stock</b>) properties (see `src/stockprops.jl`). It is
are commonly used (**stock**) properties (see `src/stockprops.jl`). It is
unusual when a stock property does not suit your needs. But, if need be, you
can define a custom property using the `TracePropertyDef` constructor:

Expand All @@ -273,7 +273,7 @@ pdef = TracePropertyDef("label", "description", Vector{Float32}, 2)
```

The arguments to `TracePropertyDef` are the `label`, `description`, `type`, and,
optionally, the <b>number of elements</b> stored in the property. The stock
optionally, the **number of elements** stored in the property. The stock
properties are defined in `src/stockprops.jl` using a Julia
dictionary: `stockprop`. For example, access a stock definition for the `TRACE`
property:
Expand Down Expand Up @@ -363,8 +363,8 @@ I would recommend that this functionality be put into a separate package.

For convenience and consistency, we supply several dictionaries. In addition to
the dictionary for trace property definitions and trace type (both described above),
there are dictionaries for <b>data domain</b> `stockdomain`, <b>units</b>
`stockunit`, and <b>data type</b> `stockdatatype`. All of these are listed in
there are dictionaries for **data domain** `stockdomain`, **units**
`stockunit`, and **data type** `stockdatatype`. All of these are listed in
`src\stockprops.jl`.


Expand Down

0 comments on commit 3831155

Please sign in to comment.