Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
a964dc0c
Commit
a964dc0c
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
fix post sorting and number of posts in post lists
parent
feafc7f5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!143
FINAM Cookbook & Blog
Pipeline
#124249
passed with stages
in 2 minutes and 59 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/finam-book/cookbook/index.rst
+0
-1
0 additions, 1 deletion
docs/source/finam-book/cookbook/index.rst
docs/source/index.md
+1
-2
1 addition, 2 deletions
docs/source/index.md
src/finam/adapters/base.py
+1
-1
1 addition, 1 deletion
src/finam/adapters/base.py
with
2 additions
and
4 deletions
docs/source/finam-book/cookbook/index.rst
+
0
−
1
View file @
a964dc0c
...
...
@@ -8,5 +8,4 @@ A loose collection of recipes for solving tasks and problems frequently encounte
:format: {title}
:tags: cookbook
:excerpts:
:sort:
:expand: Read more ...
This diff is collapsed.
Click to expand it.
docs/source/index.md
+
1
−
2
View file @
a964dc0c
...
...
@@ -69,11 +69,10 @@ See our gallery of examples that use FINAM.
News from the
[
FINAM Blog
](
blog/index
)
.
```
{postlist}
25
```
{postlist}
3
:format: "{title}"
:tags: announcement
:excerpts:
:sort:
:expand: Read more ...
```
...
...
This diff is collapsed.
Click to expand it.
src/finam/adapters/base.py
+
1
−
1
View file @
a964dc0c
...
...
@@ -5,9 +5,9 @@ import numpy as np
from
..data.grid_spec
import
NoGrid
from
..data.tools
import
get_magnitude
,
get_units
from
..tools.log_helper
import
ErrorLogger
from
..errors
import
FinamMetaDataError
from
..sdk
import
Adapter
from
..tools.log_helper
import
ErrorLogger
__all__
=
[
"
Callback
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment