-
Below are what I feel we should do before we release the package to the public.
**Aesthetics**
- [x] Update the Readme with more information and examples.
- [x] Update the LICENSE.
- [x] Create …
-
What I'm imagining is using `ast` to find and modify nodes, and when ready to emit (unparse) align with the FST so that only what the AST has changed will be modified.
Some caveats:
- Cannot delet…
-
- Copy what was done later on when interfacing Atlas Search. That is adding a description of the operator/stage
- Add link to official mongo doc
-
@rocky @mmatera and I have been discussing the possibility of using RsT for inline documentation instead of DocBook for a while. There are a couple of advantages with this.
First of all, RsT is be…
-
- [ ] link to paper/mention COSGAP across main repos.
- [ ] improve usecase using UKB datas
- [x] Add proper citations to original research papers in table with tool overview (fix in documentation)
…
-
## Introduction
I am using `scalafmt` to enforce a very specific code style for university. Sadly, it is currently not possible to format docstrings as prescribed.
## Configuration
```HOCON
v…
xieve updated
4 weeks ago
-
In Quil-T we make use of `PRAGMA FILTER-NODE` which expects a json-like string object. For example
```
PRAGMA FILTER-NODE raw "{'key': 'value', ...}"
```
The problem is, however, single-quoted str…
-
Requires us to go over the docstrings everywhere. Here's a list of things to do.
- [ ] Ultros
- [x] Lib
- [x] Definitions
- [ ] Plugins
- [x] Auth
- [x] Bridge
- [x] Cljtest
- …
-
We can see examples of google and numpy docstrings here
http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_nu…
-
### What is the problem this feature will solve?
The current documentation on the "jyear" and "decimalyear" data types is unclear/nonexistent.
What are the differences between them, and when should …