forked from Ulm-IQO/qudi-core
-
Notifications
You must be signed in to change notification settings - Fork 2
manual module listing #38
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
Open
George-Elhamy
wants to merge
20
commits into
main
Choose a base branch
from
george
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f044cfc
manual module listing
George-Elhamy bec73a3
fixing path
George-Elhamy 9929790
Fixing Documentations
George-Elhamy b7d1929
Fixing top bar and toctrees
George-Elhamy fcbd941
Few syntax errors
George-Elhamy 2f99246
removing docs/api_reference/_autosummary/ from tracking
George-Elhamy 173fef4
modifying the template
George-Elhamy fdcb8bf
logo
George-Elhamy 681b6f3
theme fixing
George-Elhamy a279ae2
heirarchy modification
George-Elhamy d6ba3df
Fixing hyperlinks
George-Elhamy 9ddfe48
hyperlinks 2.0
George-Elhamy ede2038
hyperlinks cntd
George-Elhamy 913dfaa
Rendering modifications
George-Elhamy 1c9bad0
Jupyter
George-Elhamy b714603
data fitting
George-Elhamy 256d4a7
fix qudi iqo_modules
George-Elhamy bc2d6eb
landing page and some bugs
George-Elhamy f5f3d14
update toml
George-Elhamy 53748a3
notes
George-Elhamy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 @@ | ||
|
|
||
| .. _error: | ||
|
|
||
| Uh… have you tried turning it off and on again? | ||
| =============================================== | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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,18 @@ | ||
| .. _api: | ||
|
|
||
| API Reference | ||
| ============= | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 6 | ||
| :hidden: | ||
|
|
||
|
|
||
| ../core/index | ||
| ../gui/index | ||
| ../logic/index | ||
| ../tasks/index | ||
| ../tools/index | ||
| ../util/index | ||
|
|
||
| .. include:: ../core/index.rst |
This file contains hidden or 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 hidden or 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,33 @@ | ||
| Core | ||
| ==== | ||
|
|
||
| .. autosummary:: | ||
| :caption: Qudi Core | ||
| :toctree: _autosummary | ||
|
|
||
| :recursive: | ||
| :nosignatures: | ||
|
|
||
|
|
||
|
|
||
| qudi.core.config.config | ||
| qudi.core.config.file_handler | ||
| qudi.core.config.schema | ||
| qudi.core.config.validator | ||
| qudi.core.gui.gui | ||
| qudi.core.logger.handlers | ||
| qudi.core.logger.records_model | ||
| qudi.core.application | ||
| qudi.core.configoption | ||
| qudi.core.connector | ||
| qudi.core.interface | ||
| qudi.core.meta | ||
| qudi.core.module | ||
| qudi.core.modulemanager | ||
| qudi.core.parentpoller | ||
| qudi.core.qudikernel | ||
| qudi.core.servers | ||
| qudi.core.services | ||
| qudi.core.statusvariable | ||
| qudi.core.threadmanager | ||
| qudi.core.watchdog |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2,6 +2,8 @@ | |
|
|
||
| -------------- | ||
|
|
||
| .. _data_storage: | ||
|
|
||
| Data storage with qudi | ||
| ====================== | ||
|
|
||
|
|
||
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.