You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,29 +72,42 @@ pip install scio-pypi # The `-pypi` suffix will be removed soon
72
72
73
73
74
74
### Documentation 📖
75
-
The full documentation can be found [here][docs]. You may specifically refer to [tutorials], [API references][api]or scientific literature [references].
75
+
The full documentation can be found [**here**][docs]. You may learn more [about scio][about], [get started][get_started] and follow [tutorials], or specifically browse [API references][api]and scientific literature [references].
76
76
77
77
### Citing `scio` 🎓
78
78
<!-- START CITING -->
79
-
If you find our library useful in your work, please reference it using the following entry (for bibtex).
80
-
81
-
*Coming soon ...*
79
+
If our library contributed to your research or project, please consider citing it. For convenience, we provide the following BibTeX entry.
80
+
```BibTeX
81
+
Coming soon...
82
+
```
82
83
<!-- END CITING -->
83
84
84
85
### Contributing 💫
85
-
Questions, [issues], [discussions] and [pull requests][pulls] are welcome! Read our [Contributing Guide](CONTRIBUTING.md) and join our team of [contributors](CONTRIBUTORS.md) ✨
86
+
Questions, [issues], [discussions] and [pull requests][pulls] are welcome! Read our [contributing guide](CONTRIBUTING.md) and join our team of [contributors] ✨
86
87
87
88
For development, we recommend using `uv` since we ship `uv.lock` for better development reproducibility.
0 commit comments