Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Huowl committed Oct 17, 2023
1 parent cc9684f commit 0140bbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/modules/block_builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Block builder
Block blueprints
============

.. automodule:: rostok.block_builder_api.block_blueprint
.. automodule:: rostok.block_builder_api.block_blueprints
:members:
:undoc-members:

Block parameters
=======

.. automodule:: rostok.block_builder_api.block_parameter
.. automodule:: rostok.block_builder_api.block_parameters
:members:
:undoc-members:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/modules/graph_generators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Graph generation
Design environment
==================

.. automodule:: rostok.graph_generators.environment.design_environment
.. automodule:: rostok.graph_generators.environments.design_environment
:members:
:undoc-members:

Expand Down
2 changes: 1 addition & 1 deletion rostok/simulation_chrono/simulation_scenario.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from copy import deepcopy
import json
from typing import List
from typing import List, Optional

import pychrono as chrono

Expand Down

0 comments on commit 0140bbd

Please sign in to comment.