Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
46a9438c
Kaydet (Commit)
46a9438c
authored
Mar 02, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add information about adding the portability statement.
üst
7f492ad7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
module.tex
Doc/templates/module.tex
+10
-1
No files found.
Doc/templates/module.tex
Dosyayı görüntüle @
46a9438c
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
% appropriate.
% appropriate.
\section
{
\module
{
spam
}
---
\section
{
\module
{
spam
}
---
Short descrition, for section title
.
}
Short descrition, for section title
}
% Choose one of these to specify the module module name. If there's
% Choose one of these to specify the module module name. If there's
% an underscore in the name, use
% an underscore in the name, use
...
@@ -24,6 +24,15 @@
...
@@ -24,6 +24,15 @@
\declaremodule
{
extension
}{
spam
}
% not standard, in C
\declaremodule
{
extension
}{
spam
}
% not standard, in C
\declaremodule
{}{
spam
}
% not standard, in Python
\declaremodule
{}{
spam
}
% not standard, in Python
% Portability statement: Uncomment and fill in the parameter to specify the
% availability of the module. The parameter can be Unix, IRIX, SunOS, Mac,
% Windows, or lots of other stuff. When ``Mac'' is specified, the availability
% statement will say ``Macintosh'' and the Module Index may say ``Mac''.
% Please use a name that has already been used whenever applicable. If this
% is omitted, no availability statement is produced or implied.
%
% \platform{UNIX}
% These apply to all modules:
% These apply to all modules:
\moduleauthor
{
name
}{
email
}
% Author of the module code;
\moduleauthor
{
name
}{
email
}
% Author of the module code;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment