Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified build_docs.sh
100644 → 100755
Empty file.
4 changes: 1 addition & 3 deletions source/core_tools/libraries/dynamic_reentrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ This library is essential for first-party (and likely most other third-party) pl
Acquisition
-----------

Download and install from the official GitHub release pages listed below.

**Downloads**
Download and install from the official GitHub release pages:

- **Quick Installer via VIPM (.vip file):**
`Dynamic Reentrant – Releases <https://github.com/RxnRover/DynamicReentrant/releases>`_
Expand Down
3 changes: 2 additions & 1 deletion source/core_tools/libraries/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ This section lists libraries created by Rxn Rover's team that are used for the f
.. toctree::
:maxdepth: 1

dynamic_reentrant
dynamic_reentrant
plugin_core
38 changes: 38 additions & 0 deletions source/core_tools/libraries/plugin_core.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.. _plugin_core:

Plugin Core Library for Rxn Rover
=================================

Description
-----------

The PluginCore library consolidates common plugin-related components and methods into a single dependency,
eliminating redundant code across plugins and ensures consistent behavior across the
Rxn Rover ecosystem. By centralizing shared code, developers can now focus more on building
plugin functionality instead of reinventing the wheel for each plugin.

Dependencies
------------

The following packages must be installed before using this library:

- **OpenG Toolkit v4.0.1.9**
`Download here <https://sourceforge.net/projects/opengtoolkit/files/lib_openg_toolkit/4.x/>`_

- **JSONtext v1.9.1.125** by **JDP Science**
`Download here <https://www.vipm.io/package/jdp_science_jsontext/>`_

- **Dynamic Reentrant**
`Download here <https://github.com/RxnRover/DynamicReentrant/releases/latest>`_

Acquisition
-----------

Download and install from the official GitHub release pages:

- **Quick Installer via VIPM (.vip file):**
`Plugin Core – Releases <https://github.com/RxnRover/PluginCore/releases/latest>`_

- **Source Code:**
`GitHub Repository <https://github.com/RxnRover/PluginCore>`_

3 changes: 1 addition & 2 deletions source/core_tools/software/rxn_rover.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Acquisition
-----------

Download and install from the official GitHub release pages listed below. Also ensure you have installed DynamicReentrant which can be found here :ref:`dynamic-reentrant`.

**Downloads**
And for some plugins(which require it), please ensure you have also installed the :ref:`plugin_core` library.

- **Quick Installer via VIPM (.vip file):**
`Rxn Rover – Releases <https://github.com/RxnRover/RxnRover/releases>`_
Expand Down