Skip to content

Commit 8fd370e

Browse files
authored
Fix doc logo (#1359)
* Fix doc logo * Fix typos
1 parent 24053b5 commit 8fd370e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/source/basic_usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Manipulating Abstract Batches
1111
-----------------------------
1212

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

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

@@ -45,7 +45,7 @@ computes their mean, explicitly using the AVX extension:
4545

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

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

docs/source/installation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
.. raw:: html
99

1010
<style>
11-
.rst-content .section>img {
11+
.rst-content .section>img,
12+
.rst-content section>img {
1213
width: 30px;
1314
margin-bottom: 0;
1415
margin-top: 0;

0 commit comments

Comments
 (0)