Skip to content

Commit

Permalink
Merge pull request #915 from xtensor-stack/fix/doc
Browse files Browse the repository at this point in the history
Finish documentation cleanup
  • Loading branch information
JohanMabille committed Apr 7, 2023
2 parents 030507c + 7c7adcc commit 79964d7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 240 deletions.
57 changes: 0 additions & 57 deletions docs/source/api/basic_functions.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/source/api/error_functions.rst

This file was deleted.

32 changes: 0 additions & 32 deletions docs/source/api/exponential_functions.rst

This file was deleted.

26 changes: 0 additions & 26 deletions docs/source/api/hyperbolic_functions.rst

This file was deleted.

45 changes: 24 additions & 21 deletions docs/source/api/math_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
Mathematical functions
======================

.. toctree::

basic_functions
Basic functions:

+---------------------------------------+----------------------------------------------------+
| :cpp:func:`abs` | absolute value |
Expand All @@ -56,9 +54,7 @@ Mathematical functions
| :cpp:func:`clip` | clipping operation |
+---------------------------------------+----------------------------------------------------+

.. toctree::

exponential_functions
Exponential functions:

+---------------------------------------+----------------------------------------------------+
| :cpp:func:`exp` | natural exponential function |
Expand All @@ -78,9 +74,7 @@ Mathematical functions
| :cpp:func:`log1p` | natural logarithm of one plus function |
+---------------------------------------+----------------------------------------------------+

.. toctree::

power_functions
Power functions:

+-----------------------------------------+----------------------------------------------------+
| :cpp:func:`pow` | power function |
Expand All @@ -94,9 +88,7 @@ Mathematical functions
| :cpp:func:`hypot` | hypotenuse function |
+-----------------------------------------+----------------------------------------------------+

.. toctree::

trigonometric_functions
Trigonometric functions:

+---------------------------------------+----------------------------------------------------+
| :cpp:func:`sin` | sine function |
Expand All @@ -116,9 +108,7 @@ Mathematical functions
| :cpp:func:`atan2` | arc tangent function, determining quadrants |
+---------------------------------------+----------------------------------------------------+

.. toctree::

hyperbolic_functions
Hyperbolic functions:

+---------------------------------------+----------------------------------------------------+
| :cpp:func:`sinh` | hyperbolic sine function |
Expand All @@ -134,9 +124,7 @@ Mathematical functions
| :cpp:func:`atanh` | inverse hyperbolic tangent function |
+---------------------------------------+----------------------------------------------------+

.. toctree::

error_functions
Error functions:

+---------------------------------------+----------------------------------------------------+
| :cpp:func:`erf` | error function |
Expand All @@ -148,9 +136,7 @@ Mathematical functions
| :cpp:func:`lgamma` | natural logarithm of the gamma function |
+---------------------------------------+----------------------------------------------------+

.. toctree::

nearint_operations
Nearint operations:

+---------------------------------------+----------------------------------------------------+
| :cpp:func:`ceil` | nearest integers not less |
Expand All @@ -167,3 +153,20 @@ Mathematical functions
+---------------------------------------+----------------------------------------------------+


----

.. doxygengroup:: batch_math
:project: xsimd
:content-only:

.. doxygengroup:: batch_trigo
:project: xsimd
:content-only:

.. doxygengroup:: batch_rounding
:project: xsimd
:content-only:

.. doxygengroup:: batch_math_extra
:project: xsimd
:content-only:
27 changes: 0 additions & 27 deletions docs/source/api/nearint_operations.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/source/api/power_functions.rst

This file was deleted.

33 changes: 0 additions & 33 deletions docs/source/api/trigonometric_functions.rst

This file was deleted.

0 comments on commit 79964d7

Please sign in to comment.