Skip to content

Commit

Permalink
Some minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu committed Feb 1, 2024
1 parent 3b090c2 commit d8cb1db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@

# The spelling list filename.
spelling_word_list_filename=['spelling/spelling_wordlist.txt']

# Change tab title
release = '1.0.0'
html_title = f"{project} {release} Documentation"
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

=====================
sIArena Documentation
=====================

.. include:: /rst/titlepage.rst


Expand Down
2 changes: 1 addition & 1 deletion src/sIArena/terrain/plot/plot_3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def plot_terrain_3D(
ax.set_xlabel('row')
ax.set_ylabel('col')

fig.title(title)
fig.suptitle(title)
plt.show()

0 comments on commit d8cb1db

Please sign in to comment.