Skip to content

Commit 153346d

Browse files
committed
revert formatting of docs page
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent 555ee5f commit 153346d

2 files changed

Lines changed: 24 additions & 16 deletions

File tree

.mdformat.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
number = true # options: {false, true}
2+
exclude = [
3+
"docs/docs/index.md", # Exclude highly formatted index page
4+
]

docs/docs/index.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,50 @@ hide:
33
- navigation
44
---
55

6+
67
**NVIDIA BioNeMo Framework** is a collection of programming tools, libraries, and models for computational drug
78
discovery. It accelerates the most time-consuming and costly stages of building and adapting biomolecular AI models by
89
providing domain-specific, optimized models and tooling that are easily integrated into GPU-based computational
910
resources for the fastest performance on the market. You can access BioNeMo Framework as a free community resource or
1011
learn more about getting an enterprise license for improved expert-level support at the
1112
[BioNeMo homepage](https://www.nvidia.com/en-us/clara/bionemo/).
1213

14+
1315
<div class="grid cards" markdown>
1416

15-
- :material-book-open-variant:{ .lg } __User Guide__
17+
- :material-book-open-variant:{ .lg } __User Guide__
18+
19+
---
20+
21+
Install BioNeMo and set up your environment to start accelerating your bioinformatics workflows.
22+
23+
[Get Started](main/about/overview/){ .md-button .md-button }
1624

17-
______________________________________________________________________
25+
- :material-code-greater-than:{ .lg } __API Reference__
1826

19-
Install BioNeMo and set up your environment to start accelerating your bioinformatics workflows.
27+
---
2028

21-
[Get Started](main/about/overview/){ .md-button .md-button }
29+
Access comprehensive documentation on BioNeMo's sub-packages, functions, and classes.
2230

23-
- :material-code-greater-than:{ .lg } __API Reference__
31+
[API Reference](main/references/API_reference/bionemo/core/api/){ .md-button .md-button }
2432

25-
______________________________________________________________________
33+
- :material-cube-outline:{ .lg } __Models__
2634

27-
Access comprehensive documentation on BioNeMo's sub-packages, functions, and classes.
35+
---
2836

29-
[API Reference](main/references/API_reference/bionemo/core/api/){ .md-button .md-button }
37+
Explore detailed instructions and best practices for using BioNeMo models in your research.
3038

31-
- :material-cube-outline:{ .lg } __Models__
39+
[Explore Models](models){ .md-button .md-button }
3240

33-
______________________________________________________________________
3441

35-
Explore detailed instructions and best practices for using BioNeMo models in your research.
3642

37-
[Explore Models](models){ .md-button .md-button }
43+
- :material-database-outline:{ .lg } __Datasets__
3844

39-
- :material-database-outline:{ .lg } __Datasets__
45+
---
4046

41-
______________________________________________________________________
47+
Explore biomolecular datasets that come pre-packaged with the BioNeMo Framework.
4248

43-
Explore biomolecular datasets that come pre-packaged with the BioNeMo Framework.
49+
[Explore Datasets](main/datasets/){ .md-button .md-button }
4450

45-
[Explore Datasets](main/datasets/){ .md-button .md-button }
4651

4752
</div>

0 commit comments

Comments
 (0)