-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated readme w/ reference to main branch docs
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ quantities. For more information on the DLR, see the references below. | |
|
||
Please see [the documentation](https://flatironinstitute.github.io/cppdlr/) for more information about `cppdlr`. | ||
|
||
While we recommend using the latest stable release of this library, which is the default branch of this repository, the `main` branch is treated as a development branch and might have new (unstabilized) features. The most up-to-date documentation corresponding to this development branch can be found [here](https://flatironinstitute.github.io/cppdlr/main/). | ||
|
||
Libraries implementing the DLR are available in other languages: | ||
|
||
- Python, via [pydlr](https://github.com/jasonkaye/libdlr) | ||
|
@@ -39,4 +41,4 @@ Please email [email protected] with questions, or post an [issue](http | |
|
||
## License | ||
|
||
`cppdlr` is licensed under the Apache License, Version 2.0, for more information see the `LICENSE` file. | ||
`cppdlr` is licensed under the Apache License, Version 2.0, for more information see the `LICENSE` file. |