Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for feature/update-docs #415

Merged
merged 2 commits into from
Aug 21, 2024
Merged
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
1 change: 0 additions & 1 deletion docs/for_developers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ See the following guidelines before submitting Pull Requests.
../README
style
pull_request
architecture
test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 3 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ Main Features

installation/index
tutorials
gui/index
data_nodes
algorithm_nodes
host_for_multiuser/index
utils/index
utils/nwb_file
gui_guide/index
specifications/index
other/index
for_developers/index
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Multi-user (User)

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/login.png" alt="Login" />
<img width="600px" src="../../_static/host_for_multiuser/login.png" alt="Login" />
</p>


Expand All @@ -28,14 +28,14 @@ Multi-user (User)

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/dashboard.png" alt="Dashboard" />
<img width="600px" src="../../_static/host_for_multiuser/dashboard.png" alt="Dashboard" />
</p>

- These menus can be accessed from sidebar shown by clicking the icon in the top left corner.

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/sidebar.png" alt="Sidebar" />
<img width="600px" src="../../_static/host_for_multiuser/sidebar.png" alt="Sidebar" />
</p>

- And by clicking icon in the top right corner, you can
Expand All @@ -44,7 +44,7 @@ Multi-user (User)

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/profile_icon.png" alt="ProfileIcon" />
<img width="600px" src="../../_static/host_for_multiuser/profile_icon.png" alt="ProfileIcon" />
</p>

## Account Profile
Expand All @@ -56,7 +56,7 @@ Multi-user (User)

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/profile.png" alt="Profile" />
<img width="600px" src="../../_static/host_for_multiuser/profile.png" alt="Profile" />
</p>


Expand All @@ -73,7 +73,7 @@ Multi-user (User)

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/workspaces.png" alt="Workspaces" />
<img width="600px" src="../../_static/host_for_multiuser/workspaces.png" alt="Workspaces" />
</p>


Expand All @@ -99,12 +99,12 @@ Multi-user (User)

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/type_user_to_share.png" alt="TypeUserToShare" />
<img width="600px" src="../../_static/host_for_multiuser/type_user_to_share.png" alt="TypeUserToShare" />
</p>

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/share_workspace.png" alt="ShareWorkspace" />
<img width="600px" src="../../_static/host_for_multiuser/share_workspace.png" alt="ShareWorkspace" />
</p>


Expand All @@ -116,7 +116,7 @@ Multi-user (User)

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/workspaces.png" alt="Workspaces" />
<img width="600px" src="../../_static/host_for_multiuser/workspaces.png" alt="Workspaces" />
</p>

So, in the image above,
Expand All @@ -133,5 +133,5 @@ So, in the image above,

<br>
<p align="center">
<img width="600px" src="../_static/host_for_multiuser/account_manager.png" alt="AccountManager" />
<img width="600px" src="../../_static/host_for_multiuser/account_manager.png" alt="AccountManager" />
</p>
2 changes: 1 addition & 1 deletion docs/utils/index.rst → docs/other/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Other
:maxdepth: 2
:caption: OTHER:

add_algorithm
host_for_multiuser/index
cui_execution
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions docs/specifications/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
******************
Specifications
******************

.. toctree::
:maxdepth: 2
:caption: Specifications:

architecture
data_nodes
algorithm_nodes
add_algorithm
nwb_file
File renamed without changes.