Skip to content

Commit 0b67229

Browse files
committed
style: align stats/base/dists/gamma/logcdf with namespace conventions
Restructured the README to match the structural majority pattern used across the `stats/base/dists/gamma` namespace: - Wrapped the C APIs section in `<section class="c">` (78.6% of siblings). - Promoted `### C APIs` heading to `## C APIs` (78.6% of siblings). - Promoted `#### Usage` heading under C APIs to `### Usage` (78.6% of siblings). - Closed `<section class="usage">` for the JS API before the C APIs section rather than after it; the C APIs content is now a sibling, not nested inside the JS usage wrapper. No content changes; section layout and heading levels only.
1 parent 4479454 commit 0b67229

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/dists/gamma/logcdf

lib/node_modules/@stdlib/stats/base/dists/gamma/logcdf/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,17 @@ y = mylogcdf( 4.0 );
125125
// returns ~-0.064
126126
```
127127

128+
</section>
129+
130+
<!-- /.usage -->
131+
132+
<!-- C interface documentation. -->
133+
128134
* * *
129135

130-
### C APIs
136+
<section class="c">
137+
138+
## C APIs
131139

132140
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
133141

@@ -141,7 +149,7 @@ y = mylogcdf( 4.0 );
141149

142150
<section class="usage">
143151

144-
#### Usage
152+
### Usage
145153

146154
```c
147155
#include "stdlib/stats/base/dists/gamma/logcdf.h"
@@ -220,7 +228,7 @@ int main( void ) {
220228

221229
</section>
222230

223-
<!-- /.usage -->
231+
<!-- /.c -->
224232

225233
<section class="examples">
226234

0 commit comments

Comments
 (0)