forked from finos/datahub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
31 lines (31 loc) · 1.14 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
docs_dir: datahub_core
pages:
- Home: index.md
- DataFrame Generation:
- Address: ./docs/dataframe/address.md
- Choice: ./docs/dataframe/choice.md
- Counter: ./docs/dataframe/counter.md
- Company Namer: ./docs/dataframe/company_namer.md
- Counter: ./docs/dataframe/counter.md
- Country Coides: ./docs/dataframe/country_codes.md
- Industry Codes - SIC Range: ./docs/dataframe/sic_range.md
- Industry Codes - SIC Industry: ./docs/dataframe/sic_industry.md
- Person: ./docs/dataframe/person.md
- Random Range Sampler: ./docs/dataframe/random_range.md
- Normal Sampler: ./docs/dataframe/normal_sampler.md
- SOE ID: ./docs/dataframe/soe_id.md
- Data Sets:
- Get Regions: ./docs/data/regions.md
- Get Countries: ./docs/data/countries.md
- Data Types:
- Address: ./docs/datasets/address.md
- Country: ./docs/datasets/country.md
- LEI: ./docs/datasets/lei.md
- Person: ./docs/datasets/person.md
- SicCode: ./docs/datasets/sic_code.md
- SicRange: ./docs/datasets/sic_range.md
- Object Decorators:
- Synthetic Attributes: ./docs/object_decorators/synthetic_attributes.md
site_dir: .build/site
site_name: Datahub Documentation
theme: ivory