2023-05-03 11:06:20 +02:00
|
|
|
== Why is this an issue?
|
|
|
|
|
2022-12-02 14:53:09 +01:00
|
|
|
FIXME: add a description
|
|
|
|
|
|
|
|
// If you want to factorize the description uncomment the following line and create the file.
|
|
|
|
//include::../description.adoc[]
|
|
|
|
|
2023-05-03 11:06:20 +02:00
|
|
|
=== Noncompliant code example
|
2022-12-02 14:53:09 +01:00
|
|
|
|
|
|
|
[source,python]
|
|
|
|
----
|
|
|
|
FIXME
|
|
|
|
----
|
|
|
|
|
2023-05-03 11:06:20 +02:00
|
|
|
=== Compliant solution
|
2022-12-02 14:53:09 +01:00
|
|
|
|
|
|
|
[source,python]
|
|
|
|
----
|
|
|
|
FIXME
|
|
|
|
----
|
|
|
|
|
2023-05-03 11:06:20 +02:00
|
|
|
== Resources
|
2022-12-02 14:53:09 +01:00
|
|
|
|
|
|
|
FIXME: A list of links
|