Skip to content

Commit 7c3ee7d

Browse files
committed
fix doc
1 parent ab0e287 commit 7c3ee7d

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

doc/en/logger.rst

+18-7
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,38 @@ runtime.
1616

1717
Code examples for the logging API are provided in the `logger` example folder.
1818

19-
Binary Logger
19+
.. ------------------------------- Example -------------------------------------
20+
21+
.. toctree::
22+
23+
logger_example
24+
25+
.. ---------------------------- API Reference ----------------------------------
26+
27+
API Reference
2028
-------------
2129

22-
The binary logger provides a wrapper around
30+
.. include-build-file:: inc/logger.inc
31+
32+
Binary Log
33+
----------
34+
35+
The binary log component provides a wrapper around
2336
https://github.com/p-ranav/binary_log for enabling compact binary logging of
2437
basic integer, floating point, and string data types.
2538

26-
Code examples for the binary logging API are provided in the `binary_logger`
39+
Code examples for the binary logging API are provided in the `binary_log`
2740
example folder.
2841

2942
.. ------------------------------- Example -------------------------------------
3043
3144
.. toctree::
3245

33-
logger_example
34-
binary_logger_example
46+
binary_log_example
3547

3648
.. ---------------------------- API Reference ----------------------------------
3749
3850
API Reference
3951
-------------
4052

41-
.. include-build-file:: inc/logger.inc
42-
.. include-build-file:: inc/binary-logger.inc
53+
.. include-build-file:: inc/binary-log.inc

0 commit comments

Comments
 (0)