Docs: refactor installation guide and FAQ

This commit is contained in:
Ivan Kravets
2022-05-30 18:53:53 +03:00
parent 19006378a8
commit b568eb68d6
6 changed files with 8 additions and 8 deletions

2
docs

Submodule docs updated: b2c2a76d48...a443af8c11

View File

@ -120,7 +120,7 @@ An unexpected error occurred. Further steps:
`pip install -U platformio` command `pip install -U platformio` command
* Try to find answer in FAQ Troubleshooting section * Try to find answer in FAQ Troubleshooting section
https://docs.platformio.org/page/faq.html https://docs.platformio.org/page/faq/index.html
* Report this problem to the developers * Report this problem to the developers
https://github.com/platformio/platformio-core/issues https://github.com/platformio/platformio-core/issues

View File

@ -56,7 +56,7 @@ class MissedUdevRules(InvalidUdevRules):
MESSAGE = ( MESSAGE = (
"Warning! Please install `99-platformio-udev.rules`. \nMore details: " "Warning! Please install `99-platformio-udev.rules`. \nMore details: "
"https://docs.platformio.org/page/faq.html#platformio-udev-rules" "https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
) )
@ -65,7 +65,7 @@ class OutdatedUdevRules(InvalidUdevRules):
MESSAGE = ( MESSAGE = (
"Warning! Your `{0}` are outdated. Please update or reinstall them." "Warning! Your `{0}` are outdated. Please update or reinstall them."
"\nMore details: " "\nMore details: "
"https://docs.platformio.org/page/faq.html#platformio-udev-rules" "https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
) )

View File

@ -142,8 +142,8 @@ def after_upgrade(ctx):
) )
click.secho("Please remove multiple PIO Cores from a system:", fg="yellow") click.secho("Please remove multiple PIO Cores from a system:", fg="yellow")
click.secho( click.secho(
"https://docs.platformio.org/page/faq.html" "https://docs.platformio.org/en/latest/core"
"#multiple-platformio-cores-in-a-system", "/installation/troubleshooting.html",
fg="cyan", fg="cyan",
) )
click.secho("*" * terminal_width, fg="yellow") click.secho("*" * terminal_width, fg="yellow")

View File

@ -16,7 +16,7 @@
# #
# INSTALLATION # INSTALLATION
# #
# Please visit > https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules # Please visit > https://docs.platformio.org/en/latest/core/installation/udev-rules.html
# #
##################################################################################### #####################################################################################

View File

@ -338,7 +338,7 @@ Packages
.. warning:: .. warning::
**Linux Users**: **Linux Users**:
* Install "udev" rules :ref:`faq_udev_rules` * Install "udev" rules :ref:`platformio_udev_rules`
* Raspberry Pi users, please read this article * Raspberry Pi users, please read this article
`Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__. `Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__.
""" """