Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Apr 25, 2024
1 parent c3cfacc commit 52facde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
# "myst_parser",
#"myst_parser",
"myst_nb",
"sphinx_design",
"sphinx.ext.autodoc",
Expand All @@ -49,6 +49,7 @@
"dollarmath",
"html_image",
"html_admonition",
"substitution"
]

html_context = {
Expand All @@ -66,6 +67,7 @@
nb_merge_streams = True
typehints_defaults = "braces"


source_suffix = {
".rst": "restructuredtext",
".ipynb": "myst-nb",
Expand Down
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ CORNETO (Constraint-based Optimization for the Reconstruction of NETworks from O

The library is designed with minimal dependencies and is easily extendable, making it a powerful tool for both end-users and developers. To install CORNETO with open-source mathematical solvers (HIGHs and SCIP), use the following command:

```
# To install the development version, use:
pip install git+https://github.com/saezlab/corneto.git@dev
```python
# NOTE: We have an old version of the package on PyPI, we are working towards a new release very soon.
# For the latest stable release, use:
pip install corneto
```


```{gallery-grid}
:grid-columns: 1 2 3 3
Expand Down

0 comments on commit 52facde

Please sign in to comment.