Skip to content

Commit 68dc113

Browse files
committed
README updated with branch information.
1 parent 81783bb commit 68dc113

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ This repository contains multiple libraries that model a transmission line and
33
provide engineering calculations. Each library has its own subfolder to
44
separate it from others.
55

6-
## Base
6+
## Libraries
7+
### Base
78
This library provides base functionality needed for most libraries.
89
* Unit conversions
910
* Polynomials
1011
* Geometric shapes
1112

12-
## TransmissionLine
13+
### TransmissionLine
1314
This library contains classes/methods that model a transmission line in 3D.
1415
* Alignments
1516
* Station
@@ -22,14 +23,19 @@ This library contains classes/methods that model a transmission line in 3D.
2223
* Catenary position/tension
2324
* Weathercases
2425

25-
## SagTension
26+
### SagTension
2627
This library contains classes/methods that model cable sag-tension behavior.
2728
* Experimental Plastic Elongation (EPE) Cable Model
2829
* Individual shell/core components
2930
* Tension/compression extrapolation
3031
* Load and creep stretch
3132
* Resolving multiple tension constraints
3233

34+
## Branches
35+
The master branch contains stable code most of the time, but it's best to use
36+
specific [releases](https://github.com/OverheadTransmissionLineSoftware/Models/releases)
37+
of the master branch whenever possible.
38+
3339
## Get Involved!
3440
This is an open source effort to create transmission line design software. This
3541
software is released in the public domain (see UNLICENSE file), so we can

0 commit comments

Comments
 (0)