Skip to content

Commit

Permalink
Update: Documents
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 11, 2023
1 parent 9758655 commit 24a6a04
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 6 deletions.
Binary file modified BlueprintToRSTDoc/Resources/Button_40x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified BlueprintToRSTDoc/Resources/Icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -1323,4 +1323,6 @@ void UBlueprintToRSTDocBPLibrary::GenerateRSTDoc(const FString& OutputDirectory,
return;
}
}

bSuccess = true;
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ from Blueprints.

![Thumbnail](docs/images/thumbnail.png)

## Features

* Genereate reStructuredText (RST) documents from Blueprints.

## Supported Environment

* Unreal Engine Version: 4.25-4.27, 5.0-
Expand Down
Binary file modified docs/images/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tutorial/generate_documents.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tutorial/plugin_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/tutorial/process_2.png
Binary file not shown.
15 changes: 9 additions & 6 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 1. Configure documents generation settings

![Plugin Configuration](images/tutorial/plugin_configuration.png)

The configuration for this plugin is available on *Settings* >
*Project Settings...* > *Plugins* > *BlueprintToRSTDoc*.

Expand All @@ -25,14 +27,15 @@ The configuration for this plugin is available on *Settings* >

## 2. Generate documents

![Tutorial Process 2](images/tutorial/process_2.png)
![Generate Documents](images/tutorial/generate_documents.png)

Click *BlueprintToRSTDoc* button or execute *Window* > *BlueprintToRSTDoc*.
Then, specify the output directory of generated documents. (This process will
be skipped when the setting *Path > Always Ask Output Directory* is off.)
1. Click *BlueprintToRSTDoc* button or execute *Tools* > *Generate RST Document*.
2. Specify the output directory of generated documents from the opened window.
(This process will be skipped when the setting *Path* >
*Always Ask Output Directory* is off.)
3. Message box will be popped up after documents generated.

After generating documents, message box will be popped up.
Generated documents are located on the directory you specified.
Generated documents are located on the specified directory.

## 3. Use Sphinx to generate pretty documents (Optional)

Expand Down

0 comments on commit 24a6a04

Please sign in to comment.