Skip to content

Commit

Permalink
vignette v8.6.0 (#106)
Browse files Browse the repository at this point in the history
* vignette v8.6.0

* st-storage family functions

* New list pollutants parameters for thermal clusters

* Edit new file mingen.txt
  • Loading branch information
berthetclement authored Sep 15, 2023
1 parent f3ecd08 commit 5b2e33b
Show file tree
Hide file tree
Showing 117 changed files with 5,563 additions and 2,212 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ BUGFIXES :
* `writeInputTS()` works with argument `type = "tsLink"`
* `createLink()` and `editLink()` write the appropriate time series in _direct.txt and _indirect.txt files even if the areas `from` and `to` given as arguments are not sorted

### DOC :
* A new article presenting v8.6 features is available on the package's online documentation.

# antaresEditObject 0.5.1

Expand Down
1 change: 0 additions & 1 deletion antaresEditObject.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ LaTeX: pdfLaTeX
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --no-manual
PackageRoxygenize: rd,collate,namespace
7 changes: 5 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

540 changes: 540 additions & 0 deletions docs/articles/Antares_new_features_v860.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
.pagedtable {
overflow: auto;
padding-left: 8px;
padding-right: 8px;
}

.pagedtable-wrapper {
border: 1px solid #ccc;
border-radius: 4px;
margin-bottom: 10px;
}

.pagedtable table {
width: 100%;
max-width: 100%;
margin: 0;
}

.pagedtable th {
padding: 0 5px 0 5px;
border: none;
border-bottom: 2px solid #dddddd;

min-width: 45px;
}

.pagedtable-empty th {
display: none;
}

.pagedtable td {
padding: 0 4px 0 4px;
}

.pagedtable .even {
background-color: rgba(140, 140, 140, 0.1);
}

.pagedtable-padding-col {
display: none;
}

.pagedtable a {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.pagedtable-index-nav {
cursor: pointer;
padding: 0 5px 0 5px;
float: right;
border: 0;
}

.pagedtable-index-nav-disabled {
cursor: default;
text-decoration: none;
color: #999;
}

a.pagedtable-index-nav-disabled:hover {
text-decoration: none;
color: #999;
}

.pagedtable-indexes {
cursor: pointer;
float: right;
border: 0;
}

.pagedtable-index-current {
cursor: default;
text-decoration: none;
font-weight: bold;
color: #333;
border: 0;
}

a.pagedtable-index-current:hover {
text-decoration: none;
font-weight: bold;
color: #333;
}

.pagedtable-index {
width: 30px;
display: inline-block;
text-align: center;
border: 0;
}

.pagedtable-index-separator-left {
display: inline-block;
color: #333;
font-size: 9px;
padding: 0 0 0 0;
cursor: default;
}

.pagedtable-index-separator-right {
display: inline-block;
color: #333;
font-size: 9px;
padding: 0 4px 0 0;
cursor: default;
}

.pagedtable-footer {
padding-top: 4px;
padding-bottom: 5px;
}

.pagedtable-not-empty .pagedtable-footer {
border-top: 2px solid #dddddd;
}

.pagedtable-info {
overflow: hidden;
color: #999;
white-space: nowrap;
text-overflow: ellipsis;
}

.pagedtable-header-name {
overflow: hidden;
text-overflow: ellipsis;
}

.pagedtable-header-type {
color: #999;
font-weight: 400;
}

.pagedtable-na-cell {
font-style: italic;
opacity: 0.3;
}
Loading

0 comments on commit 5b2e33b

Please sign in to comment.