-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from bonsai-rx/docs-dev
Update documentation infrastructure to leverage reusable templates
- Loading branch information
Showing
25 changed files
with
186 additions
and
967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Packages> | ||
<Package id="Bonsai" version="2.8.2" /> | ||
<Package id="Bonsai.Core" version="2.8.1" /> | ||
<Package id="Bonsai.Design" version="2.8.0" /> | ||
<Package id="Bonsai.Editor" version="2.8.1" /> | ||
<Package id="jacobslusser.ScintillaNET" version="3.6.3" /> | ||
<Package id="Markdig" version="0.18.1" /> | ||
<Package id="Microsoft.Web.WebView2" version="1.0.1823.32" /> | ||
<Package id="Rx-Core" version="2.2.5" /> | ||
<Package id="Rx-Interfaces" version="2.2.5" /> | ||
<Package id="Rx-Linq" version="2.2.5" /> | ||
<Package id="Rx-PlatformServices" version="2.2.5" /> | ||
<Package id="SvgNet" version="3.3.3" /> | ||
<Package id="YamlDotNet" version="13.1.1" /> | ||
</Packages> | ||
<AssemblyReferences> | ||
<AssemblyReference assemblyName="Bonsai" /> | ||
<AssemblyReference assemblyName="Bonsai.Core" /> | ||
<AssemblyReference assemblyName="Bonsai.Design" /> | ||
<AssemblyReference assemblyName="Bonsai.Editor" /> | ||
</AssemblyReferences> | ||
<AssemblyLocations> | ||
<AssemblyLocation assemblyName="Bonsai" processorArchitecture="MSIL" location="Packages\Bonsai.2.8.2\lib\net48\Bonsai.exe" /> | ||
<AssemblyLocation assemblyName="Bonsai.Core" processorArchitecture="MSIL" location="Packages\Bonsai.Core.2.8.1\lib\net462\Bonsai.Core.dll" /> | ||
<AssemblyLocation assemblyName="Bonsai.Design" processorArchitecture="MSIL" location="Packages\Bonsai.Design.2.8.0\lib\net462\Bonsai.Design.dll" /> | ||
<AssemblyLocation assemblyName="Bonsai.Editor" processorArchitecture="MSIL" location="Packages\Bonsai.Editor.2.8.1\lib\net472\Bonsai.Editor.dll" /> | ||
<AssemblyLocation assemblyName="Markdig" processorArchitecture="MSIL" location="Packages\Markdig.0.18.1\lib\net40\Markdig.dll" /> | ||
<AssemblyLocation assemblyName="Microsoft.Web.WebView2.Core" processorArchitecture="MSIL" location="Packages\Microsoft.Web.WebView2.1.0.1823.32\lib\net45\Microsoft.Web.WebView2.Core.dll" /> | ||
<AssemblyLocation assemblyName="Microsoft.Web.WebView2.WinForms" processorArchitecture="MSIL" location="Packages\Microsoft.Web.WebView2.1.0.1823.32\lib\net45\Microsoft.Web.WebView2.WinForms.dll" /> | ||
<AssemblyLocation assemblyName="Microsoft.Web.WebView2.Wpf" processorArchitecture="MSIL" location="Packages\Microsoft.Web.WebView2.1.0.1823.32\lib\net45\Microsoft.Web.WebView2.Wpf.dll" /> | ||
<AssemblyLocation assemblyName="ScintillaNET" processorArchitecture="MSIL" location="Packages\jacobslusser.ScintillaNET.3.6.3\lib\net40\ScintillaNET.dll" /> | ||
<AssemblyLocation assemblyName="SVG" processorArchitecture="MSIL" location="Packages\SvgNet.3.3.3\lib\net462\SVG.dll" /> | ||
<AssemblyLocation assemblyName="System.Reactive.Core" processorArchitecture="MSIL" location="Packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll" /> | ||
<AssemblyLocation assemblyName="System.Reactive.Interfaces" processorArchitecture="MSIL" location="Packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll" /> | ||
<AssemblyLocation assemblyName="System.Reactive.Linq" processorArchitecture="MSIL" location="Packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll" /> | ||
<AssemblyLocation assemblyName="System.Reactive.PlatformServices" processorArchitecture="MSIL" location="Packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll" /> | ||
<AssemblyLocation assemblyName="YamlDotNet" processorArchitecture="MSIL" location="Packages\YamlDotNet.13.1.1\lib\net47\YamlDotNet.dll" /> | ||
</AssemblyLocations> | ||
<LibraryFolders> | ||
<LibraryFolder path="Packages\Microsoft.Web.WebView2.1.0.1823.32\runtimes\win-arm64\native" platform="arm64" /> | ||
<LibraryFolder path="Packages\Microsoft.Web.WebView2.1.0.1823.32\runtimes\win-arm64\native_uap" platform="arm64" /> | ||
<LibraryFolder path="Packages\Microsoft.Web.WebView2.1.0.1823.32\runtimes\win-x64\native" platform="x64" /> | ||
<LibraryFolder path="Packages\Microsoft.Web.WebView2.1.0.1823.32\runtimes\win-x64\native_uap" platform="x64" /> | ||
<LibraryFolder path="Packages\Microsoft.Web.WebView2.1.0.1823.32\runtimes\win-x86\native" platform="x86" /> | ||
<LibraryFolder path="Packages\Microsoft.Web.WebView2.1.0.1823.32\runtimes\win-x86\native_uap" platform="x86" /> | ||
</LibraryFolders> | ||
</PackageConfiguration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<add key="Gallery" value="Gallery" /> | ||
<add key="Bonsai Packages" value="https://www.myget.org/F/bonsai/api/v3/index.json" /> | ||
<add key="Community Packages" value="https://www.myget.org/F/bonsai-community/api/v3/index.json" /> | ||
</packageSources> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Push-Location $PSScriptRoot | ||
if (!(Test-Path "./Bonsai.exe")) { | ||
$release = "https://github.com/bonsai-rx/bonsai/releases/latest/download/Bonsai.zip" | ||
$configPath = "./Bonsai.config" | ||
if (Test-Path $configPath) { | ||
[xml]$config = Get-Content $configPath | ||
$bootstrapper = $config.PackageConfiguration.Packages.Package.where{$_.id -eq 'Bonsai'} | ||
if ($bootstrapper) { | ||
$version = $bootstrapper.version | ||
$release = "https://github.com/bonsai-rx/bonsai/releases/download/$version/Bonsai.zip" | ||
} | ||
} | ||
Invoke-WebRequest $release -OutFile "temp.zip" | ||
Move-Item -Path "NuGet.config" "temp.config" -ErrorAction SilentlyContinue | ||
Expand-Archive "temp.zip" -DestinationPath "." -Force | ||
Move-Item -Path "temp.config" "NuGet.config" -Force -ErrorAction SilentlyContinue | ||
Remove-Item -Path "temp.zip" | ||
Remove-Item -Path "Bonsai32.exe" | ||
} | ||
& .\Bonsai.exe --no-editor | ||
Pop-Location |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
.vs | ||
.venv | ||
bin | ||
obj | ||
Packages | ||
*.orig | ||
*.user | ||
*.suo | ||
*.exe | ||
*.exe.settings | ||
*.exe.old | ||
*.dll | ||
*.layout | ||
.bonsai | ||
.venv | ||
*.bak | ||
.bak | ||
.config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "examples"] | ||
path = docs/examples | ||
url = https://github.com/bonsai-rx/machinelearning-examples.git | ||
[submodule "docs/bonsai"] | ||
path = docs/bonsai | ||
url = https://github.com/bonsai-rx/docfx-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Bonsai - Machine Learning | ||
|
||
Bonsai Library containing reactive infrastructure for machine learning. | ||
The Bonsai.ML project is a collection of packages with reactive infrastructure for adding machine learning algorithms in Bonsai. Below you will find the list of packages (and the included subpackages) currently available within the Bonsai.ML collection. | ||
|
||
* Bonsai.ML - provides core functionality across all Bonsai.ML packages. | ||
* Bonsai.ML.LinearDynamicalSystems - package for performing inference of linear dynamical systems. Interfaces with the [lds_python](https://github.com/joacorapela/lds_python) package. | ||
- *Bonsai.ML.LinearDynamicalSystems.Kinematics* - subpackage included in the LinearDynamicalSystems package which supports using the Kalman Filter to infer kinematic data. | ||
* Bonsai.ML.Visualizers - provides a set of visualizers for dynamic graphing/plotting. | ||
|
||
> [!NOTE] | ||
> Bonsai.ML packages are installed through Bonsai's integrated package manager and are typically available for use immediately. However, certain packages may require additional steps for installation. See the dedicated package section for specific guides and documentation. | ||
## Acknowledgments | ||
|
||
Development of this package was supported by funding from the Biotechnology and Biological Sciences Research Council [grant number BB/W019132/1]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.