* Multiple version of Info manual
@ 2024-11-30 9:08 Sébastien Gendre
2024-11-30 9:34 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Gendre @ 2024-11-30 9:08 UTC (permalink / raw)
To: Users list for the GNU Emacs text editor
[-- Attachment #1: Type: text/plain, Size: 580 bytes --]
Hello,
Today, on Planet Emacs, I found this excellent documentation by Jeremy
Bryant:
Creating an info manual by conversion, example for Python
https://onlisp.co.uk/Creating-an-info-manual-for-Python.html
The Python documentation is available for multiple versions of Python.
It's very useful because in different environments (work, school, home)
you sometimes have to work with different versions of Python.
Is it possible, with the Emacs Info support, to manage different version
of the same documentation ?
Best regards
-------
Gendre Sébastien
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Multiple version of Info manual
2024-11-30 9:08 Multiple version of Info manual Sébastien Gendre
@ 2024-11-30 9:34 ` Eli Zaretskii
2024-11-30 18:13 ` Sébastien Gendre
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2024-11-30 9:34 UTC (permalink / raw)
To: help-gnu-emacs
> From: Sébastien Gendre <seb@k-7.ch>
> Date: Sat, 30 Nov 2024 10:08:28 +0100
>
> Today, on Planet Emacs, I found this excellent documentation by Jeremy
> Bryant:
>
> Creating an info manual by conversion, example for Python
> https://onlisp.co.uk/Creating-an-info-manual-for-Python.html
FWIW, the Python manual in Info format can be found on the Internet
and downloaded. You don't need to produce it by yourself.
> The Python documentation is available for multiple versions of Python.
> It's very useful because in different environments (work, school, home)
> you sometimes have to work with different versions of Python.
>
> Is it possible, with the Emacs Info support, to manage different version
> of the same documentation ?
You will need to make sure each version's manual has a distinct name.
For example, the manual for Python v3.9 could be called
python-3.9.info, while the manual for Python v3.13 could be called
python-3.13.info.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-30 18:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-30 9:08 Multiple version of Info manual Sébastien Gendre
2024-11-30 9:34 ` Eli Zaretskii
2024-11-30 18:13 ` Sébastien Gendre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).