Skip to content

Commit

Permalink
Merge pull request #4437 from jonyMarino/master
Browse files Browse the repository at this point in the history
GitHub pages fix
  • Loading branch information
Jonathan committed Mar 25, 2022
2 parents 6957497 + e30e905 commit 78d8cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install mkdocs pymdown-extensions # Mkdocs requirements
python3 -m pip install jinja2==3.0.3
- name: Build API reference docs
run: |
python3 -m venv .env # Virtual env to avoid dep. issues
source .env/bin/activate
pip install Sphinx sphinx_rtd_theme numpy msgpack-rpc-python
pushd PythonClient >/dev/null
./build_api_docs.sh
Expand Down
4 changes: 2 additions & 2 deletions docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
You can read more about our architecture and design in [our paper (work in progress)](https://www.microsoft.com/en-us/research/wp-content/uploads/2017/02/aerial-informatics-robotics.pdf). You may cite this as,
```
@techreport{MSR-TR-2017-9,
title = {{A}erial {I}nformatics and {R}obotics Platform},
title = { {A}erial {I}nformatics and {R}obotics Platform },
author = {Shital Shah and Debadeepta Dey and Chris Lovett and Ashish Kapoor},
year = {2017},
institution = {Microsoft Research},
number = {{M}{S}{R}-{T}{R}-2017-9}}
number = { {M}{S}{R}-{T}{R}-2017-9} }
}
```

Expand Down

0 comments on commit 78d8cf7

Please sign in to comment.