Skip to content

Commit

Permalink
fix toc
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-gilliotte committed Apr 26, 2020
1 parent 2fe7451 commit 80e37f6
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Expand Up @@ -55,17 +55,28 @@ In the documentation the following terms are used:

- [Building cubes](#building-cubes)
- [Structure](#structure)
- [Dimensions](#dimensions)
- [Time dimensions](#time-dimensions)
- [Generic dimensions](#generic-dimensions)
- [Measures](#measures)
- [Stored measures](#stored-measures)
- [Computed measures](#computed-measures)
- [Filling stored measures](#filling-stored-measures)
- [setData, setNestedArray, setNestedObject](#setdata--setnestedarray--setnestedobject)
- [hydrateFromSparseNestedObject](#hydratefromsparsenestedobject)
- [hydrateFromCube](#hydratefromcube)
- [Querying](#querying)
- [Slice](#slice)
- [Slicing](#slicing)
- [Dicing](#dicing)
- [Drill-up](#drill-up)
- [Drill-down](#drill-down)
- [Drilling-up](#drilling-up)
- [Drilling-down](#drilling-down)
- [Reordering dimensions](#reordering-dimensions)
- [Adding and removing dimensions](#adding-and-removing-dimensions)
- [Other convenience methods](#other-convenience-methods)
- [Formatting](#formatting)
- [getData / getStatus](#getdata---getstatus)
- [getData(measureId) and getNestedArray(measureId)](#getdata-measureid--and-getnestedarray-measureid-)
- [getStatus(measureId)](#getstatus-measureid-)
- [getNestedObject(measureId, withTotals = false, withMetadata = false)](#getnestedobject-measureid--withtotals---false--withmetadata---false-)

# Building cubes

Expand Down

0 comments on commit 80e37f6

Please sign in to comment.