Skip to content

Commit

Permalink
Publish new build of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent c93edde commit a217c81
Show file tree
Hide file tree
Showing 116 changed files with 1,267 additions and 739 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions maintenance/_sources/bundledplugins/customcontrolmanager.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. _sec-bundledplugins-customcontrolmanager:

Custom Control Manager
======================

.. versionadded:: 1.11.0

The Custom Control Manager plugin allows visual configuration of :ref:`custom controls <sec-features-custom_controls>`.

It is a replacement for the no longer maintained third-party `Custom Control Editor plugin <https://plugins.octoprint.org/plugins/customControl/>`_.

.. _fig-bundledplugins-customcontrolmanager-settings:
.. figure:: ../images/bundledplugins-customcontrolmanager-settings.png
:align: center
:alt: The Custom Control Manager settings dialog in action

The Custom Control Manager settings dialog in action

.. _sec-bundledplugins-customcontrolmanager-configuration:

Configuring the plugin
----------------------

The plugin doesn't need any configuration. It only utilizes the :ref:`custom controls feature of OctoPrint itself <sec-features-custom_controls>`.

.. _sec-bundledplugins-customcontrolmanager-sourcecode:


Source code
-----------

The source of the Custom Control Manager plugin is bundled with OctoPrint and can be found in
its source repository under ``src/octoprint/plugins/customcontrolmanager``.
2 changes: 2 additions & 0 deletions maintenance/_sources/bundledplugins/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Bundled Plugins
tracking.rst
appkeys.rst
backup.rst
customcontrolmanager.rst
discovery.rst
errortracking.rst
file_check.rst
Expand All @@ -21,4 +22,5 @@ Bundled Plugins
logging.rst
pluginmanager.rst
softwareupdate.rst
uploadmanager.rst
virtual_printer.rst
40 changes: 40 additions & 0 deletions maintenance/_sources/bundledplugins/uploadmanager.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.. _sec-bundledplugins-uploadmanager:

Upload Manager
==============

.. versionadded:: 1.11.0

The Upload Manager plugin allows full management of the uploaded printable files.

It is a replacement for the no longer maintained third-party `File Manager plugin <https://plugins.octoprint.org/plugins/filemanager/>`_.

.. _fig-bundledplugins-uploadmanager-button:
.. figure:: ../images/bundledplugins-uploadmanager-button.png
:align: center
:alt: The button on the file list panel with which to open the Upload Manager

The button on the file list panel with which to open the Upload Manager

.. _fig-bundledplugins-uploadmanager-dialog:
.. figure:: ../images/bundledplugins-uploadmanager-dialog.png
:align: center
:alt: The open Upload Manager dialog

The open Upload Manager dialog

.. _sec-bundledplugins-uploadmanager-configuration:

Configuring the plugin
----------------------

The plugin doesn't need any configuration.

.. _sec-bundledplugins-uploadmanager-sourcecode:


Source code
-----------

The source of the Upload Manager plugin is bundled with OctoPrint and can be found in
its source repository under ``src/octoprint/plugins/uploadmanager``.
2 changes: 1 addition & 1 deletion maintenance/_sources/features/custom_controls.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ attribute wrapping more controls.

.. hint::

Take a look at the `Custom Control Editor plugin <http://plugins.octoprint.org/plugins/customControl/>`_
Take a look at the bundled :ref:`Custom Control Manager plugin <sec-bundledplugins-customcontrolmanager>`_
which allows you configuring your Custom Controls through OctoPrint's
settings interface without the need to manually edit the configuration
file.
Expand Down
2 changes: 1 addition & 1 deletion maintenance/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion maintenance/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
4 changes: 2 additions & 2 deletions maintenance/_static/language_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/

var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];


/* Non-minified version is copied as a separate JS file, if available */
/* Non-minified version is copied as a separate JS file, is available */

/**
* Porter Stemmer
Expand Down
Loading

0 comments on commit a217c81

Please sign in to comment.