Skip to content

Commit a52bcbd

Browse files
committed
Revert "docs: Fix duplicate object description warnings"
This reverts commit be7f330.
1 parent 7fc1d9a commit a52bcbd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/api/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Identified by `@`, e.g. `@313`
88

99
```{module} libtmux
10-
:no-index:
10+
1111
```
1212

1313
```{eval-rst}

docs/pytest-plugin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ your case, we won't stabilize APIs until we're sure everything is by the book.
1313
[connect with us]: https://github.com/tmux-python/libtmux/discussions
1414
1515
```{module} libtmux.pytest_plugin
16-
:no-index:
16+
1717
```
1818

1919
## Usage

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ $ ptpython
129129
```
130130

131131
```{module} libtmux
132-
:no-index:
132+
133133
```
134134

135135
First, we can grab a {class}`Server`.

src/libtmux/pane.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ class Pane(
5656
``Pane`` instances can send commands directly to a pane, or traverse
5757
between linked tmux objects.
5858
59+
Attributes
60+
----------
61+
window : :class:`Window`
62+
5963
Examples
6064
--------
6165
>>> pane

0 commit comments

Comments
 (0)