Skip to content

Commit

Permalink
Merge pull request #1593 from PySimpleGUI/Dev-latest
Browse files Browse the repository at this point in the history
More attempts at fixing the ReadTheDocs sudden ending
  • Loading branch information
MikeTheWatchGuy committed Jun 19, 2019
2 parents 8d89320 + b3307d7 commit 67a76be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
38 changes: 0 additions & 38 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4566,8 +4566,6 @@ Move(x_direction,





```python
MoveFigure(figure,
x_direction,
Expand Down Expand Up @@ -4606,9 +4604,6 @@ RelocateFigure(figure,






<!--
# DrawLine(self, point_from, point_to, color='black', width=1)
# DrawPoint(self, point, size=2, color='black')
Expand All @@ -4628,13 +4623,6 @@ RelocateFigure(figure,










<!-- %!% -->
## Table Element

Expand Down Expand Up @@ -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')]]

Expand Down Expand Up @@ -4956,8 +4942,6 @@ TabGroup(layout,





<!-- The definition of a TabGroup is -->
<!-- TabGroup(layout,
title_color=None
Expand Down Expand Up @@ -5011,8 +4995,6 @@ Tab(title,
|||




<!--
Tab(title,
layout,
Expand Down Expand Up @@ -5043,7 +5025,6 @@ Update(values=None,
visible=None)
```


Parameters explained:

|Name|Meaning|
Expand All @@ -5058,25 +5039,6 @@ Update(values=None,




<!-- ```python
Update(disabled = None, visible=None)
```
WARNING - This Update method may not be working correctly -->














<!-- %!% -->
## Pane Element

Expand Down
38 changes: 0 additions & 38 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4566,8 +4566,6 @@ Move(x_direction,





```python
MoveFigure(figure,
x_direction,
Expand Down Expand Up @@ -4606,9 +4604,6 @@ RelocateFigure(figure,






<!--
# DrawLine(self, point_from, point_to, color='black', width=1)
# DrawPoint(self, point, size=2, color='black')
Expand All @@ -4628,13 +4623,6 @@ RelocateFigure(figure,










<!-- %!% -->
## Table Element

Expand Down Expand Up @@ -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')]]

Expand Down Expand Up @@ -4956,8 +4942,6 @@ TabGroup(layout,





<!-- The definition of a TabGroup is -->
<!-- TabGroup(layout,
title_color=None
Expand Down Expand Up @@ -5011,8 +4995,6 @@ Tab(title,
|||




<!--
Tab(title,
layout,
Expand Down Expand Up @@ -5043,7 +5025,6 @@ Update(values=None,
visible=None)
```


Parameters explained:

|Name|Meaning|
Expand All @@ -5058,25 +5039,6 @@ Update(values=None,




<!-- ```python
Update(disabled = None, visible=None)
```
WARNING - This Update method may not be working correctly -->














<!-- %!% -->
## Pane Element

Expand Down

0 comments on commit 67a76be

Please sign in to comment.