Skip to content

Commit

Permalink
Remove now-unnessesary manual breaks after images
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Aug 18, 2020
1 parent 29aa4a5 commit 4c209fe
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ Must (not), should (not), recommended, suggested, may, and can generally follow
- Use PNG for all images, except photographs over 100-200 KB as a PNG (use moderately compressed JPEG); avoid sizes above 2000 x 2000 or below 1000 x 1000 if full width, or half of each if half width
- GIFs should be compressed to 5 frames/s, should target a length of around 5-10 seconds, and should be either 690 px or 500 px, depending on the subject
- Always include alt text describing the content of the image
- Add a break element (``|``) after an image/GIF if it is followed by a new section


## Writing (All Languages)
Expand Down
2 changes: 0 additions & 2 deletions doc/basic-first-aid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ If this fixes the issue, the problem was likely due to another package installed
:width: 640
:align: left

|


.. _troubleshooting-reinstalling-spyder-ref:
Expand Down
1 change: 0 additions & 1 deletion doc/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This allows breakpoints and the execution flow to be viewed and controlled right
.. image:: images/debugging/debugging-console.png
:alt: A Spyder IPython console window, showing the ipdb debugger in action

|


===================
Expand Down
2 changes: 0 additions & 2 deletions doc/editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Real-time code and style analysis with ``pyflakes`` and ``pycodestyle``:
.. image:: images/editor/editor-inset-code-analysis.png
:alt: A snippit of code in the Spyder Editor, showing code style warnings

|


===================
Expand Down
3 changes: 0 additions & 3 deletions doc/fileexplorer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ The **Files** pane is a built-in filesystem and directory browser allowing you t
.. image:: images/files/files-standard.png
:alt: Spyder File Explorer panel, showing a tree view of files and metadata

|


==========================
Expand All @@ -20,8 +19,6 @@ You can use context menus to access a number of functions on a per-file and per-
:align: center
:alt: File Explorer context menu, with common file manipulation tasks

|


==================
Expand Down
5 changes: 0 additions & 5 deletions doc/findinfiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ The **Find** pane allows you to search the content of text files in a user-defin
.. image:: images/find_in_files/find-in-files-inprogress.png
:alt: Spyder Find in Files panel, with search results shown per-file

|


===================
Expand All @@ -29,8 +28,6 @@ To erase all of these saved directories, select the :guilabel:`Clear the list` o
.. image:: images/find_in_files/find-in-files-directory.gif
:alt: Spyder Find pane showing chosing new directory and directory stored in the list

|


=======================
Expand Down Expand Up @@ -61,8 +58,6 @@ Finally, to change the number of matches displayed, select the :guilabel:`Set ma
.. image:: images/find_in_files/find-in-files-max-results.png
:alt: Spyder Find pane showing window with maximum results dialog open

|


==================
Expand Down
8 changes: 0 additions & 8 deletions doc/help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ You can also access Spyder's tutorial from here, which will guide you through so
:width: 500
:alt: Spyder Help pane showing the link for the Spyder's tutorial

|


============
Expand All @@ -39,8 +37,6 @@ If enabled, simply typing a left parenthesis (``(``) after a function or method
.. image:: images/help/help-automatic-connections.gif
:alt: Spyder console and help pane showing automatic help with parenthesis

|


========================
Expand All @@ -55,8 +51,6 @@ The latter can be useful when docstrings are not available or insufficient to do
.. image:: images/help/help-modes.gif
:alt: Spyder help pane showing different modes

|


========================
Expand All @@ -69,8 +63,6 @@ Clicking the hover popup will open the full documentation in the :guilabel:`Help
.. image:: images/help/help-hover.png
:alt: Editor pane showing help of an object from hover

|


========================
Expand Down
1 change: 0 additions & 1 deletion doc/historylog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ With the **History** pane, you can view an automatically de-duplicated, time-sta
.. image:: images/history/history-menu.png
:alt: Spyder History Log, displaying a list of previously executed commands

|


=====================
Expand Down
2 changes: 0 additions & 2 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ Just visit the `Spyder page on Binder`_ to get started using Spyder now.
.. image:: images/installation/installation-spyder-binder.png
:alt: Spyder running on Binder

|


==============
Expand Down
3 changes: 0 additions & 3 deletions doc/internalconsole.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ You can use the **Internal Console** to control and debug Spyder itself, or as a
.. image:: images/internal_console/internal_console_standard.png
:alt: Spyder Internal Console, with error messages and command output shown

|


==================
Expand All @@ -24,8 +23,6 @@ See the :guilabel:`Help` dialog in the context menu for more details on these.
.. image:: images/internal_console/internal_console_contextmenu_settings.png
:alt: Spyder Internal Console, showing context menu with settings options

|
By default, all the commands entered in the :guilabel:`Internal Console` are executed in the same process as Spyder's.
However, you can run the :guilabel:`Internal Console` in a separate thread by passing ``--multithread`` as one of Spyder's :doc:`options` on launch.

Expand Down
6 changes: 0 additions & 6 deletions doc/onlinehelp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ The **Online Help** pane provides a built-in web browser to explore dynamically
.. image:: images/online_help/online-help-standard.png
:alt: Spyder Online Help pane on the index page, a list of builtin modules

|


=====================
Expand Down Expand Up @@ -54,8 +52,6 @@ Links above the search field provide an index of topics with general help and a
.. image:: images/online_help/online-help-topics.png
:alt: Spyder Online Help pane on the topics page

|


=============
Expand Down Expand Up @@ -87,8 +83,6 @@ To cancel searching or page loading, click the stop button (red square), and to
.. image:: images/online_help/online-help-refresh.gif
:alt: Spyder Online Help pane showing refreshing pane when updating docs

|


==================
Expand Down
6 changes: 0 additions & 6 deletions doc/plots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The figures shown in the Plots pane are those associated with the currently acti
.. image:: images/plots/plots-switch.gif
:alt: Spyder's plots pane and console showing switching consoles

|


============
Expand Down Expand Up @@ -52,8 +50,6 @@ Disabling it will display plots at their native size, and allow you use the zoom
.. image:: images/plots/plots-zoom.gif
:alt: Spyder main window showing plots zoom

|


===============
Expand Down Expand Up @@ -82,8 +78,6 @@ Finally, you can use the "remove" and "remove all" buttons in the toolbar to cle
.. image:: images/plots/plots-remove.gif
:alt: Spyder plots pane showing pasting plot in LibreOffice.

|


==================
Expand Down
6 changes: 0 additions & 6 deletions doc/profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ This allows you to easily identify the bottlenecks in your code, points you towa
.. image:: images/profiler/profiler-standard.png
:alt: Spyder Profiler pane, displaying a list of functions and their execution time

|


====================
Expand Down Expand Up @@ -53,8 +51,6 @@ To remove the loaded data, click the :guilabel:`Clear comparison` button.
.. image:: images/profiler/profiler-save-load.gif
:alt: Spyder Profiler pane, showing running profiler from menu bar

|


========================
Expand Down Expand Up @@ -96,8 +92,6 @@ For more information, go to the `spyder-memory-profiler git repository`_.
.. image:: images/profiler/profiler-memory-profiler.png
:alt: Spyder Profiler pane, displaying a list of functions and their execution time

|


==================
Expand Down
6 changes: 0 additions & 6 deletions doc/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ To create a :guilabel:`Project`, click the :guilabel:`New Project` entry in the
.. image:: images/projects/projects-new-project.png
:alt: New project dialog, with options to set the name, type and location

|


.. _project-explorer:
Expand All @@ -42,8 +40,6 @@ This pane allows you to perform all the same operations as a normal Spyder :doc:
.. image:: images/projects/projects-standard.png
:alt: Spyder Project Explorer, displaying a directory tree of project files

|


.. _vcs-section:
Expand All @@ -66,8 +62,6 @@ The second option in the dialog below is generally a safe approach.
.. image:: images/other/git-for-windows-install-path.png
:alt: Git for Windows installer on the PATH options page; 2nd option chosen

|


==================
Expand Down
8 changes: 0 additions & 8 deletions doc/pylint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Spyder's code analyzer is powered by the best-in-class `Pylint`_ back-end, which
.. image:: images/pylint/code-analysis-standard.png
:alt: Spyder Pylint pane, showing numerous issues discovered in a file

|


=======================
Expand Down Expand Up @@ -45,8 +43,6 @@ Finally, you can click the dropdown or press the dropdown arrow in the filename
.. image:: images/pylint/code-analysis-history.png
:alt: Spyder Pylint pane, showing history

|


============
Expand All @@ -63,8 +59,6 @@ You can also expand or collapse one or all the sections in the pane by using the
.. image:: images/pylint/code-analysis-expand-collapse.gif
:alt: Spyder Pylint pane, expanding and collapsing sections

|


================
Expand All @@ -90,8 +84,6 @@ For more details on configuring Pylint, see the `Pylint documentation`_.
.. image:: images/pylint/code-analysis-pylint-file.gif
:alt: Spyder Pylint pane, disabling a message globally in the .pylintrc

|


==================
Expand Down
8 changes: 0 additions & 8 deletions doc/variableexplorer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ To modify a scalar variable, like an number, string or boolean, simply double cl
.. image:: images/variable_explorer/variable-explorer-modifying.gif
:alt: Spyder Variable Explorer modifying value of a variable

|


==============
Expand Down Expand Up @@ -98,8 +96,6 @@ Additionally, the Variable Explorer in Spyder 4 has MultiIndex support in its Da
.. image:: images/variable_explorer/variable-explorer-multi-index.png
:alt: Dataframe editor showing multi-index support

|


============
Expand All @@ -117,8 +113,6 @@ It also allows you to display the min and max of Numpy arrays instead of a previ
:width: 500
:alt: Variable Explorer showing max and min values of numpy array

|


===============
Expand Down Expand Up @@ -185,8 +179,6 @@ Finally, we added a context-menu action to open any object using the new Object
.. image:: images/variable_explorer/variable-explorer-object-explorer.png
:alt: Object explorer showing dataframe

|


==================
Expand Down

0 comments on commit 4c209fe

Please sign in to comment.