Remove useless "lst:shell-pip-index-versions" and its result
This commit is contained in:
parent
d074b06450
commit
799f81c28a
26
README.org
26
README.org
@ -4878,29 +4878,9 @@ ruff "$@" | cat
|
||||
:header-args: :eval never-export
|
||||
:END:
|
||||
|
||||
Listing [[lst:shell-pip-index-versions]] are is an example of invoking [[https://pip.pypa.io/en/stable/][pip]] in an
|
||||
=org-mode= =shell= source block with its results in listing
|
||||
[[lst:shell-pip-index-versions-results]]. Listing [[lst:pip-pypi-options]],
|
||||
[[lst:pip-list-outdated]], [[lst:pip-upgrade-maybe]] allow to upgrade outdated Python
|
||||
packages.
|
||||
|
||||
#+caption[Show how to use =pip index versions=]:
|
||||
#+caption: Show how to use =pip index versions=.
|
||||
#+header: :wrap "src text -n"
|
||||
#+name: lst:shell-pip-index-versions
|
||||
#+begin_src shell -n :exports both :results verbatim
|
||||
# WARNING: "pip index" is currently an experimental command.
|
||||
pip index versions circular-buffer --no-color
|
||||
#+end_src
|
||||
|
||||
#+caption[The result of =pip index versions=]:
|
||||
#+caption: The result of =pip index versions=.
|
||||
#+name: lst:shell-pip-index-versions-results
|
||||
#+RESULTS: lst:shell-pip-index-versions
|
||||
#+begin_src text -n
|
||||
circular-buffer (0.2.0)
|
||||
Available versions: 0.2.0, 0.1.1, 0.1.0
|
||||
#+end_src
|
||||
Listing [[lst:pip-pypi-options]], [[lst:pip-list-outdated]], and [[lst:pip-upgrade-maybe]]
|
||||
define the =pip-list-outdated= and =pip-upgrade-maybe= commands to upgrade
|
||||
outdated Python packages in Emacs.
|
||||
|
||||
#+caption[Emacs client "Package Installer for Python" and "PyPI" options]:
|
||||
#+caption: Emacs client "Package Installer for Python" and "PyPI" options.
|
||||
|
Loading…
Reference in New Issue
Block a user