Skip to content

Commit

Permalink
removed power meter from api ref
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-steinke committed Jun 24, 2024
1 parent 3497395 commit 6bed32f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion docs/api_reference/create_modules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
for name in actor controller cosim policy power_meter signal storage
for name in actor controller cosim policy signal storage
do
echo "vessim.$name" > $name.rst
len=$((${#name} + 7)) # Calculate length of "vessim." + $name
Expand Down
6 changes: 0 additions & 6 deletions docs/api_reference/power_meter.rst

This file was deleted.

0 comments on commit 6bed32f

Please sign in to comment.