Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Manipulating Abstract Batches
-----------------------------

Here is an example that computes the mean of two batches, using the best
architecture available, based on compile time informations:
architecture available, based on compile time information:

.. literalinclude:: ../../test/doc/manipulating_abstract_batches.cpp

Expand Down Expand Up @@ -45,7 +45,7 @@ computes their mean, explicitly using the AVX extension:

.. literalinclude:: ../../test/doc/explicit_use_of_an_instruction_set.cpp

Note that in that case, the instruction set is explicilty specified in the batch
Note that in that case, the instruction set is explicitly specified in the batch
type. The flag passed down to the compiler need to make it possible for this
architecture to be used.

Expand Down
3 changes: 2 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
.. raw:: html

<style>
.rst-content .section>img {
.rst-content .section>img,
.rst-content section>img {
width: 30px;
margin-bottom: 0;
margin-top: 0;
Expand Down
Loading