Skip to content

Commit

Permalink
Unified the docs filenames with outher Farama projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Feb 12, 2024
1 parent c281265 commit 563a2a4
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ game.close()
:hidden:
:caption: Introduction
introduction/pythonQuickstart
introduction/python_quickstart
introduction/building
introduction/apisAndWrappers
introduction/apis_and_wrappers
```

```{toctree}
Expand All @@ -70,16 +70,16 @@ introduction/apisAndWrappers
api/python
api/cpp
api/configurationFiles
api/configuration_files
```

```{toctree}
:hidden:
:caption: Environments
environments/default
environments/thirdParty
environments/creatingCustom
environments/third_party
environments/creating_custom
```

```{toctree}
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions scripts/create_python_docs_from_cpp_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

FILES_TO_PARSE = [
{
"input_filepath": "docs/api/cpp/doomGame.md",
"output_filepath": "docs/api/python/doomGame.md",
"input_filepath": "docs/api/cpp/doom_game.md",
"output_filepath": "docs/api/python/doom_game.md",
"submodule": "DoomGame.",
"append_to_header": """
```{eval-rst}
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_python_docstrings_from_cpp_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def camel_case_to_snake_case(text):


FILES_TO_PARSE = [
{"filepath": "docs/api/cpp/doomGame.md", "namespace": "DoomGamePython"},
{"filepath": "docs/api/cpp/doom_game.md", "namespace": "DoomGamePython"},
{"filepath": "docs/api/cpp/utils.md"},
]
OUTPUT_FILE = "src/lib_python/ViZDoomMethodsDocstrings.h"
Expand Down

0 comments on commit 563a2a4

Please sign in to comment.