Skip to content

Commit

Permalink
perf(docs): do not generate api for internal _core (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
  • Loading branch information
msclock authored Jan 1, 2025
1 parent 51e3017 commit 931c771
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
9 changes: 0 additions & 9 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,3 @@
:undoc-members:
:show-inheritance:
```

## Submodules

```{eval-rst}
.. automodule:: ss_pybind11._core
:members:
:undoc-members:
:show-inheritance:
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,3 @@
:undoc-members:
:show-inheritance:
```
[%- if compiled == true %]

## Submodules

```{eval-rst}
.. automodule:: {{ module_name }}._core
:members:
:undoc-members:
:show-inheritance:
```
[%- endif %]

0 comments on commit 931c771

Please sign in to comment.