Skip to content

Commit

Permalink
manual: Add indices
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 16, 2020
1 parent e59c554 commit 7755842
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
19 changes: 17 additions & 2 deletions epkg.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Epkg: (epkg).
#+TEXINFO_DIR_DESC: Browse the Emacsmirror's database
#+SUBTITLE: for version 3.2.2 (v3.2.2-11-gd987af4+1)
#+SUBTITLE: for version 3.2.2 (v3.2.2-14-ge59c554+1)

#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:4 toc:2
Expand All @@ -20,7 +20,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of ~package.el~.

#+TEXINFO: @noindent
This manual is for Epkg version 3.2.2 (v3.2.2-11-gd987af4+1).
This manual is for Epkg version 3.2.2 (v3.2.2-14-ge59c554+1).

#+BEGIN_QUOTE
Copyright (C) 2016-2020 Jonas Bernoulli <jonas@bernoul.li>
Expand Down Expand Up @@ -556,6 +556,21 @@ started with that function.
[fn:6] https://emacsmirror.net/stats
[fn:7] https://github.com/emacsmirror/epkg-reports

* Command Index
:PROPERTIES:
:APPENDIX: t
:INDEX: cp
:END:
* Function Index
:PROPERTIES:
:APPENDIX: t
:INDEX: fn
:END:
* Variable Index
:PROPERTIES:
:APPENDIX: t
:INDEX: vr
:END:
* _ Copying
:PROPERTIES:
:COPYING: t
Expand Down
22 changes: 20 additions & 2 deletions epkg.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Epkg User Manual
@subtitle for version 3.2.2 (v3.2.2-11-gd987af4+1)
@subtitle for version 3.2.2 (v3.2.2-14-ge59c554+1)
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ With Epkg you can browse the Emacsmirror package database using an
interface similar to that of @code{package.el}.

@noindent
This manual is for Epkg version 3.2.2 (v3.2.2-11-gd987af4+1).
This manual is for Epkg version 3.2.2 (v3.2.2-14-ge59c554+1).

@quotation
Copyright (C) 2016-2020 Jonas Bernoulli <jonas@@bernoul.li>
Expand All @@ -74,6 +74,9 @@ General Public License for more details.
* Package Types::
* Using Epkg Objects::
* Querying the Database::
* Command Index::
* Function Index::
* Variable Index::
@end menu

@node Introduction
Expand Down Expand Up @@ -683,4 +686,19 @@ CONNECTION argument. Instead it uses the connection returned by
@code{epkg-db}.
@end defun

@node Command Index
@appendix Command Index

@printindex cp

@node Function Index
@appendix Function Index

@printindex fn

@node Variable Index
@appendix Variable Index

@printindex vr

@bye

0 comments on commit 7755842

Please sign in to comment.