Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasaw committed Oct 5, 2019
1 parent 0ccbd71 commit e926189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions car/motion.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
"""Module which is holding Car classes
"""Car motion class
================
This part of the module contains the vehicle motion simulator class.
"""

import numpy as np
from scipy.integrate import solve_ivp


class motion:
"""Car motion
"""Car motion class
"""

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to carSim's documentation!
==================================

.. automodule:: car.car
.. automodule:: car.motion
:members:

.. toctree::
Expand Down

0 comments on commit e926189

Please sign in to comment.