From 704836d9282e99eff5de864a163a7735a8ab7ca1 Mon Sep 17 00:00:00 2001 From: Fabrice Salvaire Date: Sun, 23 Dec 2018 23:26:00 +0100 Subject: [PATCH] doc --- README.html | 2 +- README.rst | 4 ++-- doc/sphinx/source/project-links.txt | 4 ++-- gh-pages/update-gh-pages | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.html b/README.html index 8aa358a..9d79b0f 100644 --- a/README.html +++ b/README.html @@ -394,7 +394,7 @@ ul.auto-toc {

Where is the Documentation ?

-

The documentation is available on the PythonicGcodeMachine Home Page.

+

The documentation is available on the PythonicGcodeMachine Home Page.

What are the main features ?

diff --git a/README.rst b/README.rst index 9d569cb..6269f70 100644 --- a/README.rst +++ b/README.rst @@ -17,10 +17,10 @@ :height: 15px :width: 80px -.. |PythonicGcodeMachineUrl| replace:: @project_url@ +.. |PythonicGcodeMachineUrl| replace:: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachineHomePage| replace:: PythonicGcodeMachine Home Page -.. _PythonicGcodeMachineHomePage: @project_url@ +.. _PythonicGcodeMachineHomePage: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachine@readthedocs-badge| image:: https://readthedocs.org/projects/PythonicGcodeMachine/badge/?version=latest :target: http://PythonicGcodeMachine.readthedocs.org/en/latest diff --git a/doc/sphinx/source/project-links.txt b/doc/sphinx/source/project-links.txt index 321c116..f89650b 100644 --- a/doc/sphinx/source/project-links.txt +++ b/doc/sphinx/source/project-links.txt @@ -15,10 +15,10 @@ :height: 15px :width: 80px -.. |PythonicGcodeMachineUrl| replace:: @project_url@ +.. |PythonicGcodeMachineUrl| replace:: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachineHomePage| replace:: PythonicGcodeMachine Home Page -.. _PythonicGcodeMachineHomePage: @project_url@ +.. _PythonicGcodeMachineHomePage: https://github.com/FabriceSalvaire/pythonic-gcode-machine .. |PythonicGcodeMachine@readthedocs-badge| image:: https://readthedocs.org/projects/PythonicGcodeMachine/badge/?version=latest :target: http://PythonicGcodeMachine.readthedocs.org/en/latest diff --git a/gh-pages/update-gh-pages b/gh-pages/update-gh-pages index 7f16958..eea2471 100755 --- a/gh-pages/update-gh-pages +++ b/gh-pages/update-gh-pages @@ -9,7 +9,7 @@ source_gh_pages=${root_dir}/gh-pages echo Source Path: ${root_dir} echo HTML Build Path: ${html_build} -origin='git@github.com:FabriceSalvaire/PythonicGcodeMachine.git' +origin='git@github.com:FabriceSalvaire/pythonic-gcode-machine.git' #################################################################################################### @@ -20,7 +20,7 @@ if [ -e ${tmp_dir} ]; then # To create gh-pages branch # git clone ${origin} PythonicGcodeMachine-gh-pages # pushd PythonicGcodeMachine-gh-pages - # git checkout --orphan gh-pages + # git checkout --orphan gh-pages # git rm --cached -r . git clone ${origin} PythonicGcodeMachine-gh-pages --branch gh-pages --single-branch -- GitLab