Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for building Python 3 Documentation Info manual #12

Closed
wants to merge 1 commit into from

Conversation

kaushalmodi
Copy link

@kaushalmodi kaushalmodi commented Jul 5, 2017

To build Python 3.6.1 Info manual, do:

make install3 PYTHON_VERSION=3.6.1 INFO_DIR=/path/to/my/info/dir

Also add python3.info and python3.texi for Python 3.6.1.

I am not an expert in writing Makefiles, so I believe my implementation is a bit crude (duplication of existing Makefile targets with 3 suffix), but it works :)

To build Python 3.6.1 Info manual, do:

   make install3 PYTHON_VERSION=3.6.1 INFO_DIR=/path/to/my/info/dir

Also add python3.info and python3.texi for Python 3.6.1.
@kaushalmodi
Copy link
Author

Also note that I get these warnings in the makeinfo step, but I don't know how to resolve them. The generated Python 3 Info manual is still very much usable.

makeinfo --no-split python3.texi
python3.texi:24440: warning: @subsection missing argument
python3.texi:64097: warning: could not find @image file `win_installer.txt' nor alternate text
python3.texi:115007: warning: could not find @image file `pathlib-inheritance.txt' nor alternate text
python3.texi:172863: warning: could not find @image file `tulip_coro.txt' nor alternate text
python3.texi:217555: warning: could not find @image file `turtle-star.txt' nor alternate text
python3.texi:299273: warning: could not find @image file `logging_flow.txt' nor alternate text

kaushalmodi added a commit to kaushalmodi/.emacs.d that referenced this pull request Jul 7, 2017
This PR to the `python-info' package enables generating Python 3 Info:
Wilfred/python-info#12
@kaushalmodi
Copy link
Author

@Wilfred Can you please review this?

@snowman
Copy link

snowman commented Jun 2, 2022

Please don't commit python3.info and python3.texi file?

@kaushalmodi
Copy link
Author

I'll just close this as there hasn't been any response from the repo owner.

@kaushalmodi kaushalmodi closed this Jun 2, 2022
@alejandrogallo
Copy link

for 3.9.9 is working https://github.com/alejandrogallo/python-info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants