Skip to content

Commit

Permalink
Merge pull request #232 from vissarion/docs_clean
Browse files Browse the repository at this point in the history
Create volesti documentation structure
  • Loading branch information
vissarion authored Jul 12, 2022
2 parents 0287c07 + bae9f84 commit 361f9e9
Show file tree
Hide file tree
Showing 39 changed files with 3,795 additions and 316 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

build:
os: "ubuntu-20.04"
tools:
python: "3.9"

sphinx:
configuration: docs/conf.py

python:
install:
- requirements: docs/requirements.txt

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="doc/logo/volesti_logo.jpg"></p>
<p align="center"><img src="docs/logo/volesti_logo.jpg"></p>

**VolEsti** is a `C++` library for volume approximation and sampling of convex bodies (*e.g.* polytopes) with an `R` interface. For a limited `Python` interface we refer to package [dingo](https://github.com/GeomScale/dingo). **VolEsti** is part of the [GeomScale](https://geomscale.github.io) project.

Expand All @@ -22,8 +22,7 @@

### 📄 Documentation

* [Using the R Interface](doc/r_interface.md)
* [Using the C++ Interface](doc/cpp_interface.md)
* [Package documentation](https://volesti.readthedocs.io)
* [Wikipage with Tutorials and Demos](https://github.com/GeomScale/volesti/wiki)
* [Tutorial given to PyData meetup](https://vissarion.github.io/tutorials/volesti_tutorial_pydata.html)
* [Tutorial on (truncated) logconcave sampling (R and C++)](https://papachristoumarios.github.io/2020/07/21/Sampling-from-high-dimensional-truncated-log-concave-densities-with-volesti)
Expand Down
221 changes: 0 additions & 221 deletions doc/cpp_interface.md

This file was deleted.

11 changes: 0 additions & 11 deletions doc/credits.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/publications.md

This file was deleted.

46 changes: 0 additions & 46 deletions doc/r_interface.md

This file was deleted.

Loading

0 comments on commit 361f9e9

Please sign in to comment.