Merge pull request #1593 from PySimpleGUI/Dev-latest

More attempts at fixing the ReadTheDocs sudden ending
This commit is contained in:
MikeTheWatchGuy 2019-06-19 16:33:56 -04:00 committed by GitHub
commit 67a76be308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 76 deletions

View File

@ -4566,8 +4566,6 @@ Move(x_direction,
```python ```python
MoveFigure(figure, MoveFigure(figure,
x_direction, x_direction,
@ -4606,9 +4604,6 @@ RelocateFigure(figure,
<!-- <!--
# DrawLine(self, point_from, point_to, color='black', width=1) # DrawLine(self, point_from, point_to, color='black', width=1)
# DrawPoint(self, point, size=2, color='black') # DrawPoint(self, point, size=2, color='black')
@ -4628,13 +4623,6 @@ RelocateFigure(figure,
<!-- %!% --> <!-- %!% -->
## Table Element ## 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. 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 ```python
tab1_layout = [[sg.T('This is inside tab 1')]] tab1_layout = [[sg.T('This is inside tab 1')]]
@ -4956,8 +4942,6 @@ TabGroup(layout,
<!-- The definition of a TabGroup is --> <!-- The definition of a TabGroup is -->
<!-- TabGroup(layout, <!-- TabGroup(layout,
title_color=None title_color=None
@ -5011,8 +4995,6 @@ Tab(title,
||| |||
<!-- <!--
Tab(title, Tab(title,
layout, layout,
@ -5043,7 +5025,6 @@ Update(values=None,
visible=None) visible=None)
``` ```
Parameters explained: Parameters explained:
|Name|Meaning| |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 ## Pane Element

View File

@ -4566,8 +4566,6 @@ Move(x_direction,
```python ```python
MoveFigure(figure, MoveFigure(figure,
x_direction, x_direction,
@ -4606,9 +4604,6 @@ RelocateFigure(figure,
<!-- <!--
# DrawLine(self, point_from, point_to, color='black', width=1) # DrawLine(self, point_from, point_to, color='black', width=1)
# DrawPoint(self, point, size=2, color='black') # DrawPoint(self, point, size=2, color='black')
@ -4628,13 +4623,6 @@ RelocateFigure(figure,
<!-- %!% --> <!-- %!% -->
## Table Element ## 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. 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 ```python
tab1_layout = [[sg.T('This is inside tab 1')]] tab1_layout = [[sg.T('This is inside tab 1')]]
@ -4956,8 +4942,6 @@ TabGroup(layout,
<!-- The definition of a TabGroup is --> <!-- The definition of a TabGroup is -->
<!-- TabGroup(layout, <!-- TabGroup(layout,
title_color=None title_color=None
@ -5011,8 +4995,6 @@ Tab(title,
||| |||
<!-- <!--
Tab(title, Tab(title,
layout, layout,
@ -5043,7 +5025,6 @@ Update(values=None,
visible=None) visible=None)
``` ```
Parameters explained: Parameters explained:
|Name|Meaning| |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 ## Pane Element