Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub pages fix #4437

Merged
merged 1 commit into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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