Skip to content

Commit e8c5e1a

Browse files
grantseltzerborkmann
authored andcommitted
libbpf: Improve libbpf API documentation link position
This puts the link for libbpf API documentation into the sidebar for much easier navigation. You can preview this change at: https://libbpf-test.readthedocs.io/en/latest/ Note that the link is hardcoded to the production version, so you can see that it self references itself here for now: https://libbpf-test.readthedocs.io/en/latest/api.html This will need to make its way into the libbpf mirror, before being deployed to libbpf.readthedocs.org Signed-off-by: Grant Seltzer <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent b71a2eb commit e8c5e1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/bpf/libbpf/index.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ libbpf
66
.. toctree::
77
:maxdepth: 1
88

9+
API Documentation <https://libbpf.readthedocs.io/en/latest/api.html>
910
libbpf_naming_convention
1011
libbpf_build
1112

1213
This is documentation for libbpf, a userspace library for loading and
1314
interacting with bpf programs.
1415

15-
For API documentation see the `versioned API documentation site <https://libbpf.readthedocs.io/en/latest/api.html>`_.
16-
1716
All general BPF questions, including kernel functionality, libbpf APIs and
1817
their application, should be sent to [email protected] mailing list.
1918
You can `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the

0 commit comments

Comments
 (0)