Skip to content

Commit d900eab

Browse files
committed
Update README.md
1 parent d3926b4 commit d900eab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
55
[![GitHub release](https://img.shields.io/github/release/rr-learning/CausalWorld/all.svg)](https://github.com/rr-learning/CausalWorld/releases)
6-
[![Documentation Status](https://readthedocs.org/projects/causal_world/badge/?version=latest)](https://causal_world.readthedocs.io/en/latest/?badge=latest)
6+
[![Documentation Status](https://readthedocs.org/projects/causal-world/badge/?version=latest)](https://causal-world.readthedocs.io/en/latest/index.html)
77
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/rr-learning/CausalWorld/graphs/commit-activity)
88
[![PR](https://camo.githubusercontent.com/f96261621753dacf526590825b84f87ccb1db0e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/rr-learning/CausalWorld/pulls)
99
[![Open Source Love png2](https://camo.githubusercontent.com/60dcf2177b53824e7912a6adfb3ff5e318d14ae4/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76312f6f70656e2d736f757263652e706e673f763d313033)](https://github.com/rr-learning)
@@ -16,7 +16,7 @@ CausalWorld is an open-source simulation framework and benchmark for causal stru
1616

1717
Checkout the project's [website](https://sites.google.com/view/causal-world/home) for the baseline results and the paper.
1818

19-
Go [here](https://sites.google.com/view/causal-world/home) for the documentation.
19+
Go [here](https://causal-world.readthedocs.io/en/latest/index.html) for the documentation.
2020

2121
Go [here](https://github.com/rr-learning/CausalWorld/tree/master/tutorials) for the tutorials.
2222

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Activate the theme.
2020

21-
sys.path.insert(0, os.path.abspath('../src'))
21+
sys.path.insert(0, os.path.abspath('../'))
2222

2323
# -- Project information -----------------------------------------------------
2424

@@ -27,7 +27,7 @@
2727
author = 'Ossama Ahmed and Frederik Trauble'
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = '1.0.0'
30+
release = '1.2.0'
3131

3232
# -- General configuration ---------------------------------------------------
3333

0 commit comments

Comments
 (0)