Skip to content

Commit 4f5d81d

Browse files
committed
xref wip
1 parent a9b54d5 commit 4f5d81d

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

print/xrefs/formatos.adoc

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ Ex. do cap01, l.745:
3939
<<ch_seq_methods>>
4040
----
4141

42+
[source, html]
43+
----
44+
<h2 id="ch_seq_methods"><a class="link" href="#ch_seq_methods">12. Métodos especiais para sequências</a></h2>
45+
----
46+
4247
Saída:
4348

4449
Capítulo 12 [vol.2, fpy.li/xyz]
@@ -47,10 +52,6 @@ Onde fpy.li/xyz direciona para:
4752

4853
https://pythonfluente.com/2/#ch_seq_methods
4954

50-
[source, html]
51-
----
52-
<h2 id="ch_seq_methods"><a class="link" href="#ch_seq_methods">12. Métodos especiais para sequências</a></h2>
53-
----
5455

5556
==== Alvo: seção
5657

@@ -61,6 +62,11 @@ Ex. do cap05, l.42
6162
Veremos mais sobre isso na <<typeddict_sec>>.
6263
----
6364

65+
[source, html]
66+
----
67+
<h3 id="typeddict_sec"><a class="link" href="#typeddict_sec">15.3. TypedDict</a></h3>
68+
----
69+
6470
Saída:
6571

6672
Veremos mais sobre isso na Seção 15.3 [vol.2, fpy.li/xyz].
@@ -69,10 +75,6 @@ Onde fpy.li/xyz direciona para:
6975

7076
https://pythonfluente.com/2/#typeddict_sec
7177

72-
[source, html]
73-
----
74-
<h3 id="typeddict_sec"><a class="link" href="#typeddict_sec">15.3. TypedDict</a></h3>
75-
----
7678

7779
=== Alvo: exemplo
7880

@@ -83,14 +85,6 @@ Ex. do cap03, l.825
8385
O <<environment_class_ex>> mostra uma subclasse
8486
----
8587

86-
Saída:
87-
88-
O Exemplo 349 [cap.18, vol.2, fpy.li/xyz].
89-
90-
Onde fpy.li/xyz direciona para:
91-
92-
https://pythonfluente.com/2/#environment_class_ex
93-
9488
[source, html]
9589
----
9690
<div id="environment_class_ex" class="exampleblock">
@@ -112,4 +106,13 @@ https://pythonfluente.com/2/#environment_class_ex
112106
</div>
113107
</div>
114108
</div>
115-
----
109+
----
110+
111+
Saída:
112+
113+
O Exemplo 349 [cap.18, vol.2, fpy.li/xyz].
114+
115+
Onde fpy.li/xyz direciona para:
116+
117+
https://pythonfluente.com/2/#environment_class_ex
118+

0 commit comments

Comments
 (0)