More attempts at fixing the ReadTheDocs sudden ending
This commit is contained in:
parent
3e51ab3d76
commit
b3307d7255
|
@ -4566,8 +4566,6 @@ Move(x_direction,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
```python
|
||||
MoveFigure(figure,
|
||||
x_direction,
|
||||
|
@ -4606,9 +4604,6 @@ RelocateFigure(figure,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
# DrawLine(self, point_from, point_to, color='black', width=1)
|
||||
# DrawPoint(self, point, size=2, color='black')
|
||||
|
@ -4628,13 +4623,6 @@ RelocateFigure(figure,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- %!% -->
|
||||
## Table Element
|
||||
|
||||
|
@ -4881,8 +4869,6 @@ View of second tab:
|
|||
First we have the Tab layout definitions. They mirror what you see in the screen shots. Tab 1 has 1 Text Element in it. Tab 2 has a Text and an Input Element.
|
||||
|
||||
|
||||
|
||||
|
||||
```python
|
||||
tab1_layout = [[sg.T('This is inside tab 1')]]
|
||||
|
||||
|
@ -4956,8 +4942,6 @@ TabGroup(layout,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- The definition of a TabGroup is -->
|
||||
<!-- TabGroup(layout,
|
||||
title_color=None
|
||||
|
@ -5011,8 +4995,6 @@ Tab(title,
|
|||
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
Tab(title,
|
||||
layout,
|
||||
|
@ -5043,7 +5025,6 @@ Update(values=None,
|
|||
visible=None)
|
||||
```
|
||||
|
||||
|
||||
Parameters explained:
|
||||
|
||||
|Name|Meaning|
|
||||
|
@ -5058,25 +5039,6 @@ Update(values=None,
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- ```python
|
||||
Update(disabled = None, visible=None)
|
||||
```
|
||||
WARNING - This Update method may not be working correctly -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- %!% -->
|
||||
## Pane Element
|
||||
|
||||
|
|
38
readme.md
38
readme.md
|
@ -4566,8 +4566,6 @@ Move(x_direction,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
```python
|
||||
MoveFigure(figure,
|
||||
x_direction,
|
||||
|
@ -4606,9 +4604,6 @@ RelocateFigure(figure,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
# DrawLine(self, point_from, point_to, color='black', width=1)
|
||||
# DrawPoint(self, point, size=2, color='black')
|
||||
|
@ -4628,13 +4623,6 @@ RelocateFigure(figure,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- %!% -->
|
||||
## Table Element
|
||||
|
||||
|
@ -4881,8 +4869,6 @@ View of second tab:
|
|||
First we have the Tab layout definitions. They mirror what you see in the screen shots. Tab 1 has 1 Text Element in it. Tab 2 has a Text and an Input Element.
|
||||
|
||||
|
||||
|
||||
|
||||
```python
|
||||
tab1_layout = [[sg.T('This is inside tab 1')]]
|
||||
|
||||
|
@ -4956,8 +4942,6 @@ TabGroup(layout,
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- The definition of a TabGroup is -->
|
||||
<!-- TabGroup(layout,
|
||||
title_color=None
|
||||
|
@ -5011,8 +4995,6 @@ Tab(title,
|
|||
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
Tab(title,
|
||||
layout,
|
||||
|
@ -5043,7 +5025,6 @@ Update(values=None,
|
|||
visible=None)
|
||||
```
|
||||
|
||||
|
||||
Parameters explained:
|
||||
|
||||
|Name|Meaning|
|
||||
|
@ -5058,25 +5039,6 @@ Update(values=None,
|
|||
|
||||
|
||||
|
||||
|
||||
<!-- ```python
|
||||
Update(disabled = None, visible=None)
|
||||
```
|
||||
WARNING - This Update method may not be working correctly -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- %!% -->
|
||||
## Pane Element
|
||||
|
||||
|
|
Loading…
Reference in New Issue