Skip to content

Commit 801de0a

Browse files
Improve documentation
- Add some note on integration, as a followup to #1207 - Harmonize capitalization of titles And generic documentation improvements to make things, hopefully, easier to understand.
1 parent 8bca0b1 commit 801de0a

22 files changed

+132
-59
lines changed

docs/Doxyfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ WARN_AS_ERROR = NO
4545
ENABLE_PREPROCESSING = YES
4646
MACRO_EXPANSION = YES
4747
EXPAND_ONLY_PREDEF = YES
48-
PREDEFINED = XSIMD_NO_DISCARD= XSIMD_INLINE=inline DOXYGEN_SHOULD_SKIP_THIS=
48+
PREDEFINED = XSIMD_NO_DISCARD= \
49+
XSIMD_INLINE=inline \
50+
DOXYGEN_SHOULD_SKIP_THIS=

docs/source/api/aligned_allocator.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
Alignment manipulation
7+
Alignment Manipulation
88
======================
99

10-
Aligned memory allocator
10+
Aligned Memory Allocator
1111
------------------------
1212

1313
.. doxygenclass:: xsimd::aligned_allocator
1414
:project: xsimd
1515
:members:
1616

17-
Alignement checker
17+
Alignement Checker
1818
------------------
1919

2020
.. doxygenfunction:: xsimd::is_aligned

docs/source/api/arch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
Architecture manipulation
7+
Architecture Manipulation
88
=========================
99

1010
xsimd provides an high level description of the instruction sets it manipulates.
@@ -19,7 +19,7 @@ The best available architecture is available at compile time through
1919
:members:
2020

2121

22-
Emulated mode
22+
Emulated Mode
2323
-------------
2424

2525
When compiled with the macro ``XSIMD_WITH_EMULATED`` set to ``1``, xsimd also

docs/source/api/arithmetic_index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
}
2727
</style>
2828

29-
Arithmetic operators
30-
====================
29+
.. _Arithmetic Operations:
30+
31+
Arithmetic Operations
32+
=====================
3133

3234
Binary operations:
3335

docs/source/api/batch_index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
Batch types
7+
.. _Batch Types:
8+
9+
Batch Types
810
===========
911

1012
.. toctree::

docs/source/api/batch_manip.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
Conditional expression
7+
Conditional Expression
88
======================
99

1010
+------------------------------+-------------------------------------------+

docs/source/api/bitwise_operators_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
</style>
2828

29-
Bitwise operators
29+
Bitwise Operators
3030
=================
3131

3232
+---------------------------------------+----------------------------------------------------+

docs/source/api/cast_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</style>
2828

2929

30-
Type conversion
30+
Type Conversion
3131
===============
3232

3333
Cast:

docs/source/api/comparison_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
</style>
2828

29-
Comparison operators
29+
Comparison Operators
3030
====================
3131

3232
Ordering:

docs/source/api/data_transfer.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
Data transfer
8-
=============
7+
.. _Data Transfer:
8+
9+
Data Transfers
10+
==============
911

1012
From memory:
1113

0 commit comments

Comments
 (0)