Skip to content

Commit

Permalink
Include man-pages.
Browse files Browse the repository at this point in the history
The options lists still needs to be generated. For testing I'm using
existing ones.
  • Loading branch information
htgoebel committed Mar 27, 2016
1 parent 7038f87 commit 5b6daf5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tests/old_suite/basic/test_pyz_as_external_file.exe.pkg

# /doc/
/doc/source/_definitions.txt
/doc/source/_pyi*.tmp
/doc/man/_pyi*.tmp
/doc/_build

# Bootloader source
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Contents:
bootloader-building
CHANGES
CREDITS
man-pages


Indices and tables
Expand Down
9 changes: 9 additions & 0 deletions doc/man-pages.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Man Pages
============

.. toctree::
:titlesonly:
:glob:

man/pyinstaller
man/pyi-*
10 changes: 7 additions & 3 deletions doc/source/pyi-makespec.rst → doc/man/pyi-makespec.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. -*- mode: rst ; ispell-local-dictionary: "american" -*-
==========================
pyi-makespec
==========================
Expand Down Expand Up @@ -64,4 +62,10 @@ SEE ALSO

Project Homepage |Homepage|

.. include:: _definitions.txt
.. include:: ../_definitions.txt

.. Emacs config:
Local Variables:
mode: rst
ispell-local-dictionary: "american"
End:
10 changes: 7 additions & 3 deletions doc/source/pyinstaller.rst → doc/man/pyinstaller.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. -*- mode: rst ; ispell-local-dictionary: "american" -*-
==========================
pyinstaller
==========================
Expand Down Expand Up @@ -55,4 +53,10 @@ PyInstaller Manual, ``pyinstaller``\(1)

Project Homepage |Homepage|

.. include:: _definitions.txt
.. include:: ../_definitions.txt

.. Emacs config:
Local Variables:
mode: rst
ispell-local-dictionary: "american"
End:
2 changes: 1 addition & 1 deletion doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Options
General Options
------------------

.. include:: _pyinstaller-options.tmp
.. include:: man/_pyinstaller-options.tmp



Expand Down

0 comments on commit 5b6daf5

Please sign in to comment.