-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename ophyd_async.{epics,tango}.sim -> demo * Fix typo in import linter * Rewrite sim and epics.demo devices to do the same * Fix SignalDatatypeT docs * Localise usage of T to each module * Add docstrings without breaking type checking * Add some more docs * Tidy ADAravis and write how-to areaDetector * Localise use of T in tests * Fix tests * Try to shorten tutorials * Patch out more plotting * Fix tests on windows * Add another article * More docstrings * Switch to autodoc2 and write a lot more docstrings * Fix tests * Add back in pyepics for dev deps * More tweaks * Apply suggestions from code review Co-authored-by: Jakub Wlodek <[email protected]> * Tweak * Added devices, signals and backends article * Fix links * Add diagram * Update docs/how-to/interact-with-signals.md Co-authored-by: Eva Lott <[email protected]> * Review comments --------- Co-authored-by: Eva <[email protected]> Co-authored-by: Eva Lott <[email protected]> Co-authored-by: Jakub Wlodek <[email protected]>
- Loading branch information
1 parent
a69d4e2
commit 663ad9d
Showing
178 changed files
with
3,610 additions
and
2,938 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
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 was deleted.
Oops, something went wrong.
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,5 @@ | ||
/* allow a wider screen so we can fit 88 chars of source code on it */ | ||
.bd-page-width { | ||
max-width: 100rem; | ||
/* default is 88rem */ | ||
} |
This file was deleted.
Oops, something went wrong.
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.