Skip to content

Commit

Permalink
Ensure all are documented.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 14, 2024
1 parent da84c16 commit 3725bc4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
1 change: 0 additions & 1 deletion cython/_cdd.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ SupportsNumberType = SupportsFloat
cdef extern from * nogil:
"#undef GMPRATIONAL"

include "all.pxi"
include "setoper.pxi"
include "mytype.pxi"
include "cdd.pxi"
Expand Down
1 change: 0 additions & 1 deletion cython/_cddgmp.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ SupportsNumberType = Union[Fraction, int]
cdef extern from * nogil:
"#define GMPRATIONAL"

include "all.pxi"
include "setoper.pxi"
include "mytype_gmp.pxi"
include "cdd.pxi"
Expand Down
9 changes: 0 additions & 9 deletions cython/all.pxi

This file was deleted.

3 changes: 3 additions & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Examples
========

.. toctree::
:maxdepth: 2

Expand Down

0 comments on commit 3725bc4

Please sign in to comment.