Skip to content

Commit 0cb7bda

Browse files
authored
docs: remove section
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 3b3f1f9 commit 0cb7bda

1 file changed

Lines changed: 0 additions & 54 deletions

File tree

  • lib/node_modules/@stdlib/constants/float16/pi

lib/node_modules/@stdlib/constants/float16/pi/README.md

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -62,58 +62,10 @@ console.log( FLOAT16_PI );
6262

6363
<!-- /.examples -->
6464

65-
<!-- C interface documentation. -->
66-
67-
* * *
68-
69-
<section class="c">
70-
71-
## C APIs
72-
73-
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
74-
75-
<section class="intro">
76-
77-
</section>
78-
79-
<!-- /.intro -->
80-
81-
<!-- C usage documentation. -->
82-
83-
<section class="usage">
84-
85-
### Usage
86-
87-
```c
88-
#include "stdlib/constants/float16/pi.h"
89-
```
90-
91-
#### STDLIB_CONSTANT_FLOAT16_PI
92-
93-
Macro for the mathematical constant [π][pi].
94-
95-
</section>
96-
97-
<!-- /.usage -->
98-
99-
<!-- C API usage notes. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
100-
101-
<section class="notes">
102-
103-
</section>
104-
105-
<!-- /.notes -->
106-
10765
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
10866

10967
<section class="related">
11068

111-
* * *
112-
113-
## See Also
114-
115-
- <span class="package-name">[`@stdlib/constants/float16/fourth-pi`][@stdlib/constants/float16/fourth-pi]</span><span class="delimiter">: </span><span class="description">1/4 times π.</span>
116-
11769
</section>
11870

11971
<!-- /.related -->
@@ -124,12 +76,6 @@ Macro for the mathematical constant [π][pi].
12476

12577
[pi]: https://en.wikipedia.org/wiki/Pi
12678

127-
<!-- <related-links> -->
128-
129-
[@stdlib/constants/float16/fourth-pi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float16/fourth-pi
130-
131-
<!-- </related-links> -->
132-
13379
</section>
13480

13581
<!-- /.links -->

0 commit comments

Comments
 (0)