Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
onpon4 committed Apr 30, 2021
1 parent ad678fc commit c3d2cd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc-src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'The Diligent Circle'

# The short X.Y version
version = '1.7'
version = '2.0'
# The full version, including alpha/beta/rc tags
release = '1.7'
release = '2.0'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 4 additions & 0 deletions doc-src/dsp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ sge.dsp.Game Methods

.. automethod:: sge.dsp.Game.project_circle

.. automethod:: sge.dsp.Game.project_polyline

.. automethod:: sge.dsp.Game.project_polygon

.. automethod:: sge.dsp.Game.project_sprite
Expand Down Expand Up @@ -165,6 +167,8 @@ sge.dsp.Room Methods

.. automethod:: sge.dsp.Room.project_circle

.. automethod:: sge.dsp.Game.project_polyline

.. automethod:: sge.dsp.Room.project_polygon

.. automethod:: sge.dsp.Room.project_sprite
Expand Down

0 comments on commit c3d2cd2

Please sign in to comment.