mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
remove old doc links (#677)
* remove old doc links * add github link * add github link * add github link
This commit is contained in:
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
Thanks for contributing a pull request!
|
||||
Please check this document before submitting:
|
||||
- [How to contribute](https://pythonrobotics.readthedocs.io/en/latest/how_to_contribute.html#adding-a-new-algorithm-example)
|
||||
- [How to contribute](https://atsushisakai.github.io/PythonRobotics/how_to_contribute.html#adding-a-new-algorithm-example)
|
||||
|
||||
Note that this is my hobby project; I appreciate your
|
||||
patience during the review process.
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||

|
||||

|
||||
[](https://ci.appveyor.com/project/AtsushiSakai/pythonrobotics)
|
||||
[](https://pythonrobotics.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://codecov.io/gh/AtsushiSakai/PythonRobotics)
|
||||
[](https://lgtm.com/projects/g/AtsushiSakai/PythonRobotics/context:python)
|
||||
[](https://github.com/AtsushiSakai/PythonRobotics)
|
||||
@@ -126,7 +125,7 @@ This README only shows some examples of this project.
|
||||
|
||||
If you are interested in other examples or mathematical backgrounds of each algorithm,
|
||||
|
||||
You can check the full documentation online: [https://pythonrobotics.readthedocs.io/](https://pythonrobotics.readthedocs.io/)
|
||||
You can check the full documentation online: [Welcome to PythonRobotics’s documentation\! — PythonRobotics documentation](https://atsushisakai.github.io/PythonRobotics/index.html)
|
||||
|
||||
All animation gifs are stored here: [AtsushiSakai/PythonRoboticsGifs: Animation gifs of PythonRobotics](https://github.com/AtsushiSakai/PythonRoboticsGifs)
|
||||
|
||||
@@ -609,7 +608,7 @@ This is a list of user's comment and references:[users\_comments](https://github
|
||||
|
||||
Any contribution is welcome!!
|
||||
|
||||
Please check this document:[How to contribute](https://pythonrobotics.readthedocs.io/en/latest/how_to_contribute.html#)
|
||||
Please check this document:[How To Contribute — PythonRobotics documentation](https://atsushisakai.github.io/PythonRobotics/how_to_contribute.html)
|
||||
|
||||
# Citing
|
||||
|
||||
|
||||
11
docs/conf.py
11
docs/conf.py
@@ -95,6 +95,17 @@ html_theme_options = {
|
||||
'display_version': False,
|
||||
}
|
||||
|
||||
# replace "view page source" with "edit on github" in Read The Docs theme
|
||||
# * https://github.com/readthedocs/sphinx_rtd_theme/issues/529
|
||||
html_context = {
|
||||
'display_github': True,
|
||||
'github_user': 'AtsushiSakai',
|
||||
'github_repo': 'PythonRobotics',
|
||||
'github_version': 'master',
|
||||
"conf_py_path": "/docs/",
|
||||
"source_suffix": source_suffix,
|
||||
}
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
|
||||
@@ -147,7 +147,7 @@ Sponsors
|
||||
1. `JetBrains`_ : They are providing a free license of their IDEs for this OSS development.
|
||||
|
||||
|
||||
.. _`Python Robotics Docs`: https://pythonrobotics.readthedocs.io/en/latest/
|
||||
.. _`Python Robotics Docs`: https://atsushisakai.github.io/PythonRobotics
|
||||
.. _`bug labeled issues`: https://github.com/AtsushiSakai/PythonRobotics/issues?q=is%3Aissue+is%3Aopen+label%3Abug
|
||||
.. _`tests dir`: https://github.com/AtsushiSakai/PythonRobotics/tree/master/tests
|
||||
.. _`test_a_star.py`: https://github.com/AtsushiSakai/PythonRobotics/blob/master/tests/test_a_star.py
|
||||
|
||||
@@ -6,7 +6,7 @@ This is an electric wheelchair control demo by [Katsushun89](https://github.com/
|
||||
|
||||
[WHILL Model CR](https://whill.jp/model-cr) is the control target, [M5Stack](https://m5stack.com/) is used for the controller, and [toio](https://toio.io/) is used for the control input device.
|
||||
|
||||
[move-to-a-pose-control](https://pythonrobotics.readthedocs.io/en/latest/modules/path_tracking.html#move-to-a-pose-control) is used for its control algorithm ([code link](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/move_to_pose/move_to_pose.py)).
|
||||
[Move to a Pose Control — PythonRobotics documentation](https://atsushisakai.github.io/PythonRobotics/modules/control/move_to_a_pose_control/move_to_a_pose_control.html) is used for its control algorithm ([code link](https://github.com/AtsushiSakai/PythonRobotics/blob/master/PathTracking/move_to_pose/move_to_pose.py)).
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user