Skip to content

Commit

Permalink
updated non-html docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hart, Kenneth Arthur committed Jan 20, 2019
1 parent 5825270 commit 87e4e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions aabbtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def perimeter(self):
:math:`l_1, ..., l_n` is:
.. math::
:numbered: False
\begin{align}
p_1 &= 0 \\
Expand Down
7 changes: 4 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'AABBTree.tex', 'AABBTree Documentation',
'Kenneth Hart', 'manual'),
'Kenneth Hart', 'howto'),
]


Expand All @@ -196,7 +196,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'microstructpy', 'AABBTree Documentation',
(master_doc, 'AABBTree', 'AABBTree Documentation',
[author], 1)
]

Expand All @@ -208,6 +208,7 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'AABBTree', 'AABBTree Documentation',
author, 'AABBTree', 'One line description of project.',
author, 'AABBTree',
'Pure Python implementation of d-dimensional AABB tree.',
'Miscellaneous'),
]

0 comments on commit 87e4e34

Please sign in to comment.