Skip to content

Commit

Permalink
Add fixes to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
javmorcas committed May 11, 2021
1 parent 1ac1efa commit 37158dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion srcDoc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.imgmath']
extensions = ['sphinx.ext.imgmath', 'rst2pdf.pdfbuilder']

# Add any paths that contain templates here, relative to this directory.
# templates_path = ['_templates']
Expand Down Expand Up @@ -149,4 +149,6 @@ def setup(app):
u'Real-Time Innovations, Inc.', 'manual'),
]

pdf_documents = [(master_doc, u'RTI Perftest Documentation', u'RTI Perftest Documentation', u'Real-Time Innovations, Inc.'),]


2 changes: 1 addition & 1 deletion srcDoc/old_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This problem has been resolved by adding a new parameter `-showSerializationTime
enables calculating and showing the serialization/deserialization times.

Control the size of the initial burst of intialization samples (#310) |newTag|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++^^^^^^
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

A new command-line parameter, `-initialBurstSize`, has been added to the
Traditional and Modern C++ API implementations to control the number of
Expand Down

0 comments on commit 37158dd

Please sign in to comment.