diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 00000000..e69de29b diff --git a/content/pybytes/connect/_index.md b/content/pybytes/connect/_index.md index f52d0f1a..31ad887c 100644 --- a/content/pybytes/connect/_index.md +++ b/content/pybytes/connect/_index.md @@ -14,21 +14,18 @@ Go to the *Devices* page in Pybytes: ![](/gitbook/assets/pybytes/add-device/add-device-btn.png) -1. Select your device (WiPy, LoPy, SiPy, etc.). +2. Select your device (WiPy, LoPy, SiPy, etc.). ![](/gitbook/assets/pybytes/add-device/select-device-type.png) -1. Select your network options. This will be how your device connects to both Pybytes and the internet. For now, choose WiFi. +3. Select your network options. This will be how your device connects to both Pybytes and the internet. For now, choose WiFi. ![](/gitbook/assets/pybytes/add-device/network-step.png) -1. Enter a unique name for your device and enter the WiFi credentials (SSID and password). You can save this WiFi, so that it will be remembered for later use when adding further devices. +4. Enter a unique name for your device and enter the WiFi credentials (SSID and password). You can save this WiFi, so that it will be remembered for later use when adding further devices. ![](/gitbook/assets/pybytes/add-device/customize-step.png) -1. At the end of the *Add Device* wizard, Pybytes will show that your device profile was successfully created. - -![](/gitbook/assets/pybytes/add-device/final-step.png) ## Next step [Provision your device via USB](quick) diff --git a/content/pybytes/dashboard.md b/content/pybytes/dashboard.md index 46dc0fb1..8e03c583 100644 --- a/content/pybytes/dashboard.md +++ b/content/pybytes/dashboard.md @@ -27,40 +27,33 @@ In this section, we will explain how to create widgets for data visualisation an time.sleep(10) ``` -2. Press *Upload* button to upload the code into your device. +2. Press the *Upload* button to upload the code into your device. +Once the code has run, you should be able to see the signal in the `Signals` tab of your device ->Note that if you have a Pytrack or Pysense expansion board, you could also sent sensor data instead! +![](/gitbook/assets/pybytes/dashboard/signal-test.png) +>Note that if you have a Pytrack or Pysense expansion board, you could also send sensor data instead! -## Step 2: Add a signal from your device -1. Go to the [Pybytes device](https://pybytes.pycom.io/devices) page select your device. +## Step 2: Add a widget for the signal -2. Then go to `Signals` tab and click on *define new signal* +1. Go to the device dashboard and click `Add Widget` -![](/gitbook/assets/pybytes/add-device/define-signal.png) +![](/gitbook/assets/pybytes/dashboard/add-widget.png) -## Step 3: Add a widget for the signal +2. Choose a data representation widget, for example `Line chart` -1. Click on the *signal card* of the selected device. +![](/gitbook/assets/pybytes/dashboard/choose-linechart.png) -![](/gitbook/assets/pybytes/add-device/send-signal.png) +3. Select the `Pin` and `Chart type` and click `Add Widget` -2. Click on the *Create a new display* button. +![](/gitbook/assets/pybytes/dashboard/widget-settings.png) -![](/gitbook/assets/pybytes/dashboard/create-new-display.png) +4. A new widget has been added to your Dashboard -3. Select the type of visualisation (e.g. bar chart or line graph). +![](/gitbook/assets/pybytes/dashboard/widget-result.png) -4. You can adjust the parameters of your widget at `Settings`. After, click on the button `Create`. - -![](/gitbook/assets/pybytes/dashboard/confirm-graph-creation.png) - -Your widget was created. Now, add your widget to your device's dashboard. Click on the button `Edit` on your widget, and mark the checkbox `Display on Dashboard` at `Settings`. Finally, click on the button `Save`. - -Click on the `Dashboard` tab. Your widget was successfully added there! - -![](/gitbook/assets/pybytes/dashboard/sinwave-dashboard-widget.png) +>Click on the `Edit` button on your widget to change the settings ## Done! diff --git a/content/pybytes/gettingstarted.md b/content/pybytes/gettingstarted.md index 290e9016..4948b6bd 100644 --- a/content/pybytes/gettingstarted.md +++ b/content/pybytes/gettingstarted.md @@ -20,19 +20,19 @@ Else, go to [Pybytes](https://pybytes.pycom.io) and create an account ![](/gitbook/assets/pybytes/add-device/add-device-btn.png) 2. Select your device (WiPy, LoPy, SiPy, etc.). + ![](/gitbook/assets/pybytes/add-device/select-device-type.png) 3. Select your network options. This will be how your device connects to both Pybytes and the internet. For now, we will choose WiFi. This will show a subwindow where you enter your WiFi credentials. This will only be used to connect your device with a WiFi network to access pybytes. + ![](/gitbook/assets/pybytes/add-device/network-step.png) -4. Enter a unique name for your device and hit save! +4. Choose a unique name for your device and hit `Next` ! ![](/gitbook/assets/pybytes/add-device/customize-step.png) 5. At the end, Pybytes will show that your device profile was successfully created. -![](/gitbook/assets/pybytes/add-device/final-step.png) - ## Step 3: Provision your device After creation, you will land on the provisioning page. This is where we 'inform' the device about the Pybytes connection and how to set it up. The first time you set up the device for use with Pybytes, you will need to provision it using the Firmware Updater Tool. This is a good moment to become familiar with the tool [here](/updatefirmware/device/). @@ -74,19 +74,18 @@ After creation, you will land on the provisioning page. This is where we 'inform 2. Click on `Online Firmware updater` at Provisioning tab on the device page. - ![](/gitbook/assets/fwupdater-1.png) - -3. Click `Next`. +![](/gitbook/assets/fwupdater-1.png) - ![](/gitbook/assets/fwupdater-2.png) +3. Click on `Start provisionning` -4. Select correct port to which your device is connected. Choose region and - country. Select Firmware type and version. +4. Select the port to which your device is connected. Select your region and + country. Select the Firmware type and version. - ![](/gitbook/assets/fwupdater-3.png) +![](/gitbook/assets/fwupdater-3.png) -5. Continue with the firmware update to the device. +5. Click next to start provisionning the device. +![](/gitbook/assets/pybytes/add-device/fw-updater/fwupdater-finish.png) ## Step 4: Your first signal diff --git a/content/pybytes/integrations/_index.md b/content/pybytes/integrations/_index.md index 43e2f6b7..4e58c821 100644 --- a/content/pybytes/integrations/_index.md +++ b/content/pybytes/integrations/_index.md @@ -12,4 +12,4 @@ Pybytes offers a way to interact with external IoT platform or custom services, * [Google Cloud IoT](google): a complete set of tools to connect, process, store, and analyse data, both at the edge and in the cloud * [Web Hooks](webhooks): this allows for user-defined HTTP callbacks to a defined remote destination. All elements of the requests (headers, query string parameters, etc) are customisable -![](/gitbook/assets/pybytes/integrations/select-new-integration.png)) \ No newline at end of file +![](/gitbook/assets/pybytes/integrations/select-new-integration.png) \ No newline at end of file diff --git a/content/pybytes/pymakr-online/_index.md b/content/pybytes/pymakr-online/_index.md index cac2d2ac..8dd33cae 100644 --- a/content/pybytes/pymakr-online/_index.md +++ b/content/pybytes/pymakr-online/_index.md @@ -30,13 +30,7 @@ There are two ways in which you can use Pymakr online. ![](/gitbook/assets/pybytes/pymakr-online/opening-pymakr-device.png) -2. Start a new project on the [Pymakr](https://pybytes.pycom.io/pymakr) tab in Pybytes. There are several different types you can choose from, including a link to your Github repository! Later, we can link the project to a release. - -![](/gitbook/assets/pybytes/pymakr-online/opening-pymakr-project.png) - -## Using Pymakr Online - -1. When you open Pymakr Online, you will see the following +2. When you open Pymakr Online, you will see the following ![](/gitbook/assets/pybytes/pymakr-online/initial.png) diff --git a/content/pybytes/releases/deploy.md b/content/pybytes/releases/deploy.md index cfd9db06..a7a5b5e3 100644 --- a/content/pybytes/releases/deploy.md +++ b/content/pybytes/releases/deploy.md @@ -11,9 +11,9 @@ In this section, we will explain how to deploy a release. In Pybytes, go to *Applications* -> *My applications* -> *select target application* -> *Releases* Page: 1. *Select* target release by clicking *the three dots point* and Click on *Deploy*. + ![](/gitbook/assets/pybytes/releases/create-release-step-11.png) -2. You will get a list of all the devices within the application. - ![](/gitbook/assets/pybytes/releases/create-release-step-12.png) - * Select target devices - ![](/gitbook/assets/pybytes/releases/create-release-step-13.png) +2. Select the target devices and click `Deploy` + +![](/gitbook/assets/pybytes/releases/create-release-step-12.png) diff --git a/content/pybytes/releases/new.md b/content/pybytes/releases/new.md index 888591af..c8911582 100644 --- a/content/pybytes/releases/new.md +++ b/content/pybytes/releases/new.md @@ -11,19 +11,24 @@ In this section, we will explain how to create a new release. In Pybytes, go to *Applications* -> *My applications* -> *select target application* -> *Releases* Page: 1. Click on *Create Release*. + ![](/gitbook/assets/pybytes/releases/create-release-step-1.png) 2. A list of pre-configured application configurations will be shown. + ![](/gitbook/assets/pybytes/releases/create-release-step-2.png) 3. Select the target firmware, or omit this step. + ![](/gitbook/assets/pybytes/releases/create-release-step-3.png) 4. If you want to include code changes in this release you can: * Check _Upload the code_ **checkbox**. * Browse your target code (should be a **zip** file) * The **zip** file size is limited to **4MB** + ![](/gitbook/assets/pybytes/releases/create-release-step-7.png) + * Download and extend example release zip archive **[my-release.zip](/gitbook/assets/pybytes/releases/my-release.zip)** * Or create a zip file with the following structure: ``` @@ -38,10 +43,13 @@ In Pybytes, go to *Applications* -> *My applications* -> *select target applicat ``` 5. *Write* a description for this release. + ![](/gitbook/assets/pybytes/releases/create-release-step-8.png) 6. *Review* release details then *Click* Finish. + ![](/gitbook/assets/pybytes/releases/create-release-step-9.png) 7. You can see a list of created releases under the **Releases** tab. + ![](/gitbook/assets/pybytes/releases/create-release-step-10.png) diff --git a/static/gitbook/assets/fwupdater-1.png b/static/gitbook/assets/fwupdater-1.png index 71b8d15a..fd00b63e 100644 Binary files a/static/gitbook/assets/fwupdater-1.png and b/static/gitbook/assets/fwupdater-1.png differ diff --git a/static/gitbook/assets/fwupdater-3.png b/static/gitbook/assets/fwupdater-3.png index af55b766..5b6557a3 100644 Binary files a/static/gitbook/assets/fwupdater-3.png and b/static/gitbook/assets/fwupdater-3.png differ diff --git a/static/gitbook/assets/pybytes/add-device/add-device-btn.png b/static/gitbook/assets/pybytes/add-device/add-device-btn.png index c90e4191..7f653985 100644 Binary files a/static/gitbook/assets/pybytes/add-device/add-device-btn.png and b/static/gitbook/assets/pybytes/add-device/add-device-btn.png differ diff --git a/static/gitbook/assets/pybytes/add-device/add-new-device.png b/static/gitbook/assets/pybytes/add-device/add-new-device.png new file mode 100644 index 00000000..42ed4064 Binary files /dev/null and b/static/gitbook/assets/pybytes/add-device/add-new-device.png differ diff --git a/static/gitbook/assets/pybytes/add-device/customize-step.png b/static/gitbook/assets/pybytes/add-device/customize-step.png index 52f227e9..b4d5063c 100644 Binary files a/static/gitbook/assets/pybytes/add-device/customize-step.png and b/static/gitbook/assets/pybytes/add-device/customize-step.png differ diff --git a/static/gitbook/assets/pybytes/add-device/fw-updater/fwupdater-finish.png b/static/gitbook/assets/pybytes/add-device/fw-updater/fwupdater-finish.png new file mode 100644 index 00000000..448c248f Binary files /dev/null and b/static/gitbook/assets/pybytes/add-device/fw-updater/fwupdater-finish.png differ diff --git a/static/gitbook/assets/pybytes/add-device/network-step.png b/static/gitbook/assets/pybytes/add-device/network-step.png index bc3abe79..bb96b3d3 100644 Binary files a/static/gitbook/assets/pybytes/add-device/network-step.png and b/static/gitbook/assets/pybytes/add-device/network-step.png differ diff --git a/static/gitbook/assets/pybytes/add-device/select-device-type.png b/static/gitbook/assets/pybytes/add-device/select-device-type.png index 8b9b49a1..101b4f3c 100644 Binary files a/static/gitbook/assets/pybytes/add-device/select-device-type.png and b/static/gitbook/assets/pybytes/add-device/select-device-type.png differ diff --git a/static/gitbook/assets/pybytes/add-device/send-signal.png b/static/gitbook/assets/pybytes/add-device/send-signal.png index ef10eab2..22c66f8d 100644 Binary files a/static/gitbook/assets/pybytes/add-device/send-signal.png and b/static/gitbook/assets/pybytes/add-device/send-signal.png differ diff --git a/static/gitbook/assets/pybytes/dashboard/add-widget.png b/static/gitbook/assets/pybytes/dashboard/add-widget.png new file mode 100644 index 00000000..5fea2e16 Binary files /dev/null and b/static/gitbook/assets/pybytes/dashboard/add-widget.png differ diff --git a/static/gitbook/assets/pybytes/dashboard/choose-linechart.png b/static/gitbook/assets/pybytes/dashboard/choose-linechart.png new file mode 100644 index 00000000..35ce4596 Binary files /dev/null and b/static/gitbook/assets/pybytes/dashboard/choose-linechart.png differ diff --git a/static/gitbook/assets/pybytes/dashboard/signal-test.png b/static/gitbook/assets/pybytes/dashboard/signal-test.png new file mode 100644 index 00000000..936cd74a Binary files /dev/null and b/static/gitbook/assets/pybytes/dashboard/signal-test.png differ diff --git a/static/gitbook/assets/pybytes/dashboard/widget-result.png b/static/gitbook/assets/pybytes/dashboard/widget-result.png new file mode 100644 index 00000000..255b16a7 Binary files /dev/null and b/static/gitbook/assets/pybytes/dashboard/widget-result.png differ diff --git a/static/gitbook/assets/pybytes/dashboard/widget-settings.png b/static/gitbook/assets/pybytes/dashboard/widget-settings.png new file mode 100644 index 00000000..fa6b53fe Binary files /dev/null and b/static/gitbook/assets/pybytes/dashboard/widget-settings.png differ diff --git a/static/gitbook/assets/pybytes/integrations/aws/aws-group-creation.png b/static/gitbook/assets/pybytes/integrations/aws/aws-group-creation.png index e37e14b3..87806ce9 100644 Binary files a/static/gitbook/assets/pybytes/integrations/aws/aws-group-creation.png and b/static/gitbook/assets/pybytes/integrations/aws/aws-group-creation.png differ diff --git a/static/gitbook/assets/pybytes/integrations/aws/aws-integration-result.png b/static/gitbook/assets/pybytes/integrations/aws/aws-integration-result.png index a1744877..1a3a68cf 100644 Binary files a/static/gitbook/assets/pybytes/integrations/aws/aws-integration-result.png and b/static/gitbook/assets/pybytes/integrations/aws/aws-integration-result.png differ diff --git a/static/gitbook/assets/pybytes/integrations/aws/aws-login-form.png b/static/gitbook/assets/pybytes/integrations/aws/aws-login-form.png index 9eef946e..37a7aa18 100644 Binary files a/static/gitbook/assets/pybytes/integrations/aws/aws-login-form.png and b/static/gitbook/assets/pybytes/integrations/aws/aws-login-form.png differ diff --git a/static/gitbook/assets/pybytes/integrations/aws/choose-aws.png b/static/gitbook/assets/pybytes/integrations/aws/choose-aws.png index 739f2d59..617a4b84 100644 Binary files a/static/gitbook/assets/pybytes/integrations/aws/choose-aws.png and b/static/gitbook/assets/pybytes/integrations/aws/choose-aws.png differ diff --git a/static/gitbook/assets/pybytes/integrations/azure/azure-configuration-form.png b/static/gitbook/assets/pybytes/integrations/azure/azure-configuration-form.png index 461fd867..dbfda47d 100644 Binary files a/static/gitbook/assets/pybytes/integrations/azure/azure-configuration-form.png and b/static/gitbook/assets/pybytes/integrations/azure/azure-configuration-form.png differ diff --git a/static/gitbook/assets/pybytes/integrations/azure/azure-integration-inspector.png b/static/gitbook/assets/pybytes/integrations/azure/azure-integration-inspector.png index a059a55c..1c3f5add 100644 Binary files a/static/gitbook/assets/pybytes/integrations/azure/azure-integration-inspector.png and b/static/gitbook/assets/pybytes/integrations/azure/azure-integration-inspector.png differ diff --git a/static/gitbook/assets/pybytes/integrations/azure/azure-login-form.png b/static/gitbook/assets/pybytes/integrations/azure/azure-login-form.png index 51f1b07e..adbc730b 100644 Binary files a/static/gitbook/assets/pybytes/integrations/azure/azure-login-form.png and b/static/gitbook/assets/pybytes/integrations/azure/azure-login-form.png differ diff --git a/static/gitbook/assets/pybytes/integrations/azure/select-azure-integration.png b/static/gitbook/assets/pybytes/integrations/azure/select-azure-integration.png index 9a14408f..78e5f033 100644 Binary files a/static/gitbook/assets/pybytes/integrations/azure/select-azure-integration.png and b/static/gitbook/assets/pybytes/integrations/azure/select-azure-integration.png differ diff --git a/static/gitbook/assets/pybytes/integrations/select-new-integration.png b/static/gitbook/assets/pybytes/integrations/select-new-integration.png index 25fd94e3..d461f8e3 100644 Binary files a/static/gitbook/assets/pybytes/integrations/select-new-integration.png and b/static/gitbook/assets/pybytes/integrations/select-new-integration.png differ diff --git a/static/gitbook/assets/pybytes/integrations/webhook/select-webhook-integration.png b/static/gitbook/assets/pybytes/integrations/webhook/select-webhook-integration.png index 2a8bddf6..681fd8ee 100644 Binary files a/static/gitbook/assets/pybytes/integrations/webhook/select-webhook-integration.png and b/static/gitbook/assets/pybytes/integrations/webhook/select-webhook-integration.png differ diff --git a/static/gitbook/assets/pybytes/integrations/webhook/webhook-form.png b/static/gitbook/assets/pybytes/integrations/webhook/webhook-form.png index 6ff43a3e..c1b5a388 100644 Binary files a/static/gitbook/assets/pybytes/integrations/webhook/webhook-form.png and b/static/gitbook/assets/pybytes/integrations/webhook/webhook-form.png differ diff --git a/static/gitbook/assets/pybytes/integrations/webhook/webhook-inspector.png b/static/gitbook/assets/pybytes/integrations/webhook/webhook-inspector.png index b9b767be..6dac5df1 100644 Binary files a/static/gitbook/assets/pybytes/integrations/webhook/webhook-inspector.png and b/static/gitbook/assets/pybytes/integrations/webhook/webhook-inspector.png differ diff --git a/static/gitbook/assets/pybytes/ml/data_acquisition_graph.png b/static/gitbook/assets/pybytes/ml/data_acquisition_graph.png index 67a8c3fc..f49c8355 100644 Binary files a/static/gitbook/assets/pybytes/ml/data_acquisition_graph.png and b/static/gitbook/assets/pybytes/ml/data_acquisition_graph.png differ diff --git a/static/gitbook/assets/pybytes/ml/deploy.png b/static/gitbook/assets/pybytes/ml/deploy.png index cd6d2648..16ed2d49 100644 Binary files a/static/gitbook/assets/pybytes/ml/deploy.png and b/static/gitbook/assets/pybytes/ml/deploy.png differ diff --git a/static/gitbook/assets/pybytes/ml/ml_page.png b/static/gitbook/assets/pybytes/ml/ml_page.png index fc242403..86f86e8b 100644 Binary files a/static/gitbook/assets/pybytes/ml/ml_page.png and b/static/gitbook/assets/pybytes/ml/ml_page.png differ diff --git a/static/gitbook/assets/pybytes/ml/model_config.png b/static/gitbook/assets/pybytes/ml/model_config.png index 9fc27c17..fc7af733 100644 Binary files a/static/gitbook/assets/pybytes/ml/model_config.png and b/static/gitbook/assets/pybytes/ml/model_config.png differ diff --git a/static/gitbook/assets/pybytes/ml/model_created.png b/static/gitbook/assets/pybytes/ml/model_created.png index 7cf7afdb..902820e1 100644 Binary files a/static/gitbook/assets/pybytes/ml/model_created.png and b/static/gitbook/assets/pybytes/ml/model_created.png differ diff --git a/static/gitbook/assets/pybytes/ml/model_definition.png b/static/gitbook/assets/pybytes/ml/model_definition.png index 87583937..45d8a8c5 100644 Binary files a/static/gitbook/assets/pybytes/ml/model_definition.png and b/static/gitbook/assets/pybytes/ml/model_definition.png differ diff --git a/static/gitbook/assets/pybytes/ml/processing.png b/static/gitbook/assets/pybytes/ml/processing.png index 29625984..917554d0 100644 Binary files a/static/gitbook/assets/pybytes/ml/processing.png and b/static/gitbook/assets/pybytes/ml/processing.png differ diff --git a/static/gitbook/assets/pybytes/ml/select_device.png b/static/gitbook/assets/pybytes/ml/select_device.png index 1a0ff2b2..ff140bd6 100644 Binary files a/static/gitbook/assets/pybytes/ml/select_device.png and b/static/gitbook/assets/pybytes/ml/select_device.png differ diff --git a/static/gitbook/assets/pybytes/ml/testing-done.png b/static/gitbook/assets/pybytes/ml/testing-done.png new file mode 100644 index 00000000..ecc843b5 Binary files /dev/null and b/static/gitbook/assets/pybytes/ml/testing-done.png differ diff --git a/static/gitbook/assets/pybytes/ml/testing-results.png b/static/gitbook/assets/pybytes/ml/testing-results.png new file mode 100644 index 00000000..16193a00 Binary files /dev/null and b/static/gitbook/assets/pybytes/ml/testing-results.png differ diff --git a/static/gitbook/assets/pybytes/ml/testing.png b/static/gitbook/assets/pybytes/ml/testing.png index 8d349463..be62c305 100644 Binary files a/static/gitbook/assets/pybytes/ml/testing.png and b/static/gitbook/assets/pybytes/ml/testing.png differ diff --git a/static/gitbook/assets/pybytes/ml/testing_results.png b/static/gitbook/assets/pybytes/ml/testing_results.png index b0d0415c..dc452f91 100644 Binary files a/static/gitbook/assets/pybytes/ml/testing_results.png and b/static/gitbook/assets/pybytes/ml/testing_results.png differ diff --git a/static/gitbook/assets/pybytes/ml/training.png b/static/gitbook/assets/pybytes/ml/training.png index 62518002..d4f3699f 100644 Binary files a/static/gitbook/assets/pybytes/ml/training.png and b/static/gitbook/assets/pybytes/ml/training.png differ diff --git a/static/gitbook/assets/pybytes/pymakr-online/initial.png b/static/gitbook/assets/pybytes/pymakr-online/initial.png index 92644c94..334066e0 100644 Binary files a/static/gitbook/assets/pybytes/pymakr-online/initial.png and b/static/gitbook/assets/pybytes/pymakr-online/initial.png differ diff --git a/static/gitbook/assets/pybytes/pymakr-online/open-file.png b/static/gitbook/assets/pybytes/pymakr-online/open-file.png index cdc2534b..4314b910 100644 Binary files a/static/gitbook/assets/pybytes/pymakr-online/open-file.png and b/static/gitbook/assets/pybytes/pymakr-online/open-file.png differ diff --git a/static/gitbook/assets/pybytes/pymakr-online/opening-pymakr-device.png b/static/gitbook/assets/pybytes/pymakr-online/opening-pymakr-device.png index 0bff5e75..ca4f6362 100644 Binary files a/static/gitbook/assets/pybytes/pymakr-online/opening-pymakr-device.png and b/static/gitbook/assets/pybytes/pymakr-online/opening-pymakr-device.png differ diff --git a/static/gitbook/assets/pybytes/pymakr-online/upload.png b/static/gitbook/assets/pybytes/pymakr-online/upload.png index cfa81be9..70ae4c09 100644 Binary files a/static/gitbook/assets/pybytes/pymakr-online/upload.png and b/static/gitbook/assets/pybytes/pymakr-online/upload.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/device_signal.png b/static/gitbook/assets/pybytes/pymesh/device_signal.png index 5382dfa6..43a8141c 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/device_signal.png and b/static/gitbook/assets/pybytes/pymesh/device_signal.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/project_ui.png b/static/gitbook/assets/pybytes/pymesh/project_ui.png index 7258c634..4268f239 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/project_ui.png and b/static/gitbook/assets/pybytes/pymesh/project_ui.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_license.png b/static/gitbook/assets/pybytes/pymesh/pymesh_license.png index 5b08cb0c..0affdad3 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_license.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_license.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_data.png b/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_data.png index 1073f7e0..cdaeecc3 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_data.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_data.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_monitoring.png b/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_monitoring.png index d8bece6f..f5f4bbbb 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_monitoring.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_monitoring.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_struct.png b/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_struct.png index 9d34fd8e..0ee1852d 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_struct.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_monitoring_struct.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_provisioning_create_pymesh.png b/static/gitbook/assets/pybytes/pymesh/pymesh_provisioning_create_pymesh.png index 0508aeb1..72150979 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_provisioning_create_pymesh.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_provisioning_create_pymesh.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_select_devices.png b/static/gitbook/assets/pybytes/pymesh/pymesh_select_devices.png index 07ed920b..5e5d5161 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_select_devices.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_select_devices.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_settings_form.png b/static/gitbook/assets/pybytes/pymesh/pymesh_settings_form.png index 4fbafa9b..1d36d967 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_settings_form.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_settings_form.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_summary.png b/static/gitbook/assets/pybytes/pymesh/pymesh_summary.png index b12316ac..b51bd483 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_summary.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_summary.png differ diff --git a/static/gitbook/assets/pybytes/pymesh/pymesh_warning_message.png b/static/gitbook/assets/pybytes/pymesh/pymesh_warning_message.png index 9ec4675b..34c9cb06 100644 Binary files a/static/gitbook/assets/pybytes/pymesh/pymesh_warning_message.png and b/static/gitbook/assets/pybytes/pymesh/pymesh_warning_message.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-1.png b/static/gitbook/assets/pybytes/releases/create-release-step-1.png index 8c2108d7..33efdbcd 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-1.png and b/static/gitbook/assets/pybytes/releases/create-release-step-1.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-10.png b/static/gitbook/assets/pybytes/releases/create-release-step-10.png index 2e968ebd..f40bc5ce 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-10.png and b/static/gitbook/assets/pybytes/releases/create-release-step-10.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-11.png b/static/gitbook/assets/pybytes/releases/create-release-step-11.png index 820e2a9b..38a585dc 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-11.png and b/static/gitbook/assets/pybytes/releases/create-release-step-11.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-12.png b/static/gitbook/assets/pybytes/releases/create-release-step-12.png index b4afd3e1..0b324884 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-12.png and b/static/gitbook/assets/pybytes/releases/create-release-step-12.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-2.png b/static/gitbook/assets/pybytes/releases/create-release-step-2.png index efbfa0c5..aad35a58 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-2.png and b/static/gitbook/assets/pybytes/releases/create-release-step-2.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-3.png b/static/gitbook/assets/pybytes/releases/create-release-step-3.png index 2e7f4924..b6aa29da 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-3.png and b/static/gitbook/assets/pybytes/releases/create-release-step-3.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-7.png b/static/gitbook/assets/pybytes/releases/create-release-step-7.png index e4b7aafe..c4c94b48 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-7.png and b/static/gitbook/assets/pybytes/releases/create-release-step-7.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-8.png b/static/gitbook/assets/pybytes/releases/create-release-step-8.png index b2958538..3feaba19 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-8.png and b/static/gitbook/assets/pybytes/releases/create-release-step-8.png differ diff --git a/static/gitbook/assets/pybytes/releases/create-release-step-9.png b/static/gitbook/assets/pybytes/releases/create-release-step-9.png index 7e04736f..e737768d 100644 Binary files a/static/gitbook/assets/pybytes/releases/create-release-step-9.png and b/static/gitbook/assets/pybytes/releases/create-release-step-9.png differ diff --git a/themes/doc-theme/static/css/doc-theme.css b/themes/doc-theme/static/css/doc-theme.css index b032a218..43387957 100644 --- a/themes/doc-theme/static/css/doc-theme.css +++ b/themes/doc-theme/static/css/doc-theme.css @@ -389,7 +389,7 @@ html { scroll-padding-top: 70px; /* height of sticky header */ } -img[src*="/gitbook/assets/pybytes/lora/screenshots"], img[src*="/gitbook/assets/pybytes/pymesh"]{ +img[src*="/gitbook/assets/pybytes/lora/screenshots"] { margin-top: 20px; margin-left: 15px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);