Skip to content

Commit d45f05f

Browse files
Merge pull request #3941 from raspberrypi/remove-book-callouts
Remove book callouts
2 parents 447dbd4 + 2da7835 commit d45f05f

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
lines changed

documentation/asciidoc/accessories/sense-hat/software.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,3 @@ $ sudo ./eepflash.sh -f=sense.eep -t=24c32 -w
189189
$ i2cset -y -f 1 0x46 0xf3 0
190190
----
191191
192-
[.booklink, booktype="free", link=https://github.com/raspberrypipress/released-pdfs/raw/main/experiment-with-the-sense-hat.pdf, image=image::images/experiment-with-the-sense-hat.png[]]
193-
194-
== Further reading
195-
196-
You can find more information on how to use the Sense HAT in the Raspberry Pi Press book https://github.com/raspberrypipress/released-pdfs/raw/main/experiment-with-the-sense-hat.pdf[Experiment with the Sense HAT]. Written by The Raspberry Pi Foundation's Education Team, it is part of the MagPi Essentials series published by Raspberry Pi Press. The book covers the background of the Astro Pi project, and walks you through how to make use of all the Sense HAT features using the xref:sense-hat.adoc#use-the-sense-hat-with-python[Python library].

documentation/asciidoc/computers/getting-started/wrapping-up.adoc

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,3 @@ Our tutorials demonstrate various ways you can use your new computer. You can le
1818

1919
For support with official Raspberry Pi products, or to connect with other Raspberry Pi users, visit the https://forums.raspberrypi.com/[Raspberry Pi forums].
2020

21-
22-
[.booklink, booktype="buy", link=https://store.rpipress.cc/products/the-official-raspberry-pi-beginners-guide-5th-edition,image=image::images/fifth-editon-cover.png[]]
23-
=== Further reading
24-
25-
You can find more information on how get started with your Raspberry Pi in the latest edition of https://store.rpipress.cc/collections/latest-releases/products/the-official-raspberry-pi-beginners-guide-5th-edition[Official Raspberry Pi Beginners Guide] by Gareth Halfacree.
26-
27-
Learn how to:
28-
29-
* Set up your Raspberry Pi, install its operating system, and start using this fully functional computer.
30-
* Start coding projects, with step-by-step guides using the Scratch 3, Python, and MicroPython programming languages.
31-
* Experiment with connecting electronic components, and have fun creating amazing projects.
32-
33-
New in the 5th edition:
34-
35-
* Updated for the latest Raspberry Pi computers: Raspberry Pi 5 and Raspberry Pi Zero 2 W.
36-
* Covers the latest Raspberry Pi OS.
37-
* Includes a new chapter on the Raspberry Pi Pico!

documentation/asciidoc/computers/os/using-gpio.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,3 @@ button.when_pressed = led.on
9494
button.when_released = led.off
9595
----
9696

97-
[.booklink, booktype="free", link=https://github.com/raspberrypipress/released-pdfs/raw/main/simple-electronics-with-gpio-zero.pdf, image=image::images/simple-electronics-with-gpio-zero.jpg[]]
98-
99-
==== Going further
100-
101-
You can find more information on how to program electronics connected to your Raspberry Pi with the GPIO Zero Python library in the Raspberry Pi Press book https://github.com/raspberrypipress/released-pdfs/raw/main/simple-electronics-with-gpio-zero.pdf[Simple Electronics with GPIO Zero]. The book gets you started with the GPIO Zero library, and walks you through how to use it by building a series of projects.

documentation/asciidoc/microcontrollers/micropython/micropython-documentation.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,3 @@ https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.
77
https://docs.micropython.org/en/latest/rp2/quickref.html[RP2 Quick Reference]:: The official documentation around the RP2040 port of MicroPython
88
https://docs.micropython.org/en/latest/library/rp2.html[RP2 Library]:: The official documentation about the `rp2` module in MicroPython
99

10-
=== Further reading
11-
12-
image::images/micropython_book.png[width="70%",float=right]
13-
14-
Check out https://store.rpipress.cc/collections/getting-started/products/get-started-with-micropython-on-raspberry-pi-pico-2nd-edition[_Get Started with MicroPython on Raspberry Pi Pico_] to learn how your Pico can interact with the world around it using the MicroPython programming language. Fully updated for Raspberry Pi Pico W and the latest version of MicroPython, this book shows you how to:
15-
16-
* set up your Pico or Pico W and start using it
17-
* start writing programs using MicroPython
18-
* control and sense electronic components
19-
* discover how to use Pico's unique Programmable IO
20-
* turn Raspberry Pi Pico W into a network-connected node for the Internet of Things
21-
* link your Pico W to your smartphone, tablet, or another Pico W with Bluetooth Low Energy (BLE)

0 commit comments

Comments
 (0)