Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pythonic-gcode-machine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabrice Salvaire
pythonic-gcode-machine
Commits
deb49300
Commit
deb49300
authored
Dec 24, 2018
by
Fabrice Salvaire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed header and doc
parent
99c80bc9
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
26 additions
and
24 deletions
+26
-24
PythonicGcodeMachine/Gcode/Rs274/Ast.py
PythonicGcodeMachine/Gcode/Rs274/Ast.py
+1
-1
PythonicGcodeMachine/Gcode/Rs274/Config.py
PythonicGcodeMachine/Gcode/Rs274/Config.py
+1
-1
PythonicGcodeMachine/Gcode/Rs274/Lexer.py
PythonicGcodeMachine/Gcode/Rs274/Lexer.py
+1
-1
PythonicGcodeMachine/Gcode/Rs274/Machine.py
PythonicGcodeMachine/Gcode/Rs274/Machine.py
+1
-1
PythonicGcodeMachine/Gcode/Rs274/Parser.py
PythonicGcodeMachine/Gcode/Rs274/Parser.py
+1
-1
PythonicGcodeMachine/Gcode/Rs274/__init__.py
PythonicGcodeMachine/Gcode/Rs274/__init__.py
+1
-1
PythonicGcodeMachine/Gcode/Rs274/data/make-rst.py
PythonicGcodeMachine/Gcode/Rs274/data/make-rst.py
+1
-1
PythonicGcodeMachine/Gcode/Rs274/data/make-yaml.py
PythonicGcodeMachine/Gcode/Rs274/data/make-yaml.py
+1
-1
doc/sphinx/source/conf.py
doc/sphinx/source/conf.py
+2
-2
doc/sphinx/source/how-to-refer.rst
doc/sphinx/source/how-to-refer.rst
+9
-7
examples/gcode/annotate-gcode.py
examples/gcode/annotate-gcode.py
+1
-1
examples/gcode/generate-gcode.py
examples/gcode/generate-gcode.py
+1
-1
setup.py
setup.py
+1
-1
setup_data.py
setup_data.py
+1
-1
tools/license-model-gpl.py
tools/license-model-gpl.py
+1
-1
unit-test/Gcode/test_Ast.py
unit-test/Gcode/test_Ast.py
+1
-1
unit-test/Gcode/test_Parser.py
unit-test/Gcode/test_Parser.py
+1
-1
No files found.
PythonicGcodeMachine/Gcode/Rs274/Ast.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
PythonicGcodeMachine/Gcode/Rs274/Config.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
PythonicGcodeMachine/Gcode/Rs274/Lexer.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
PythonicGcodeMachine/Gcode/Rs274/Machine.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
PythonicGcodeMachine/Gcode/Rs274/Parser.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
PythonicGcodeMachine/Gcode/Rs274/__init__.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
PythonicGcodeMachine/Gcode/Rs274/data/make-rst.py
View file @
deb49300
...
...
@@ -2,7 +2,7 @@
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
PythonicGcodeMachine/Gcode/Rs274/data/make-yaml.py
View file @
deb49300
...
...
@@ -2,7 +2,7 @@
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
doc/sphinx/source/conf.py
View file @
deb49300
...
...
@@ -2,7 +2,7 @@
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
####################################################################################################
...
...
@@ -313,4 +313,4 @@ intersphinx_mapping = {'http://docs.python.org/': None}
# https://github.com/jdillard/sphinx-sitemap
#
site_url
=
'
@project_url@
'
# could use setup_dict
site_url
=
'
https://github.com/FabriceSalvaire/pythonic-gcode-machine
'
# could use setup_dict
doc/sphinx/source/how-to-refer.rst
View file @
deb49300
.. include:: project-links.txt
.. _how-to-refer-page:
===========================
===========================
=============
How to Refer to PythonicGcodeMachine ?
===========================
===========================
=============
Up to now, the official url for PythonicGcodeMachine is
@project_url@
Up to now, the official url for PythonicGcodeMachine is
|PythonicGcodeMachine@github|
*A permanent redirection will be implemented if the domain change in the future.*
...
...
@@ -17,14 +19,14 @@ A typical `BibTeX <https://en.wikipedia.org/wiki/BibTeX>`_ citation would be, fo
@software{PythonicGcodeMachine,
author = {Fabrice Salvaire}, % actual author and maintainer
title = {PythonicGcodeMachine},
url = {
@project_url@
},
url = {
https://github.com/FabriceSalvaire/pythonic-gcode-machine
},
version = {x.y},
date = {
yyyy-mm-dd
}, % set to the release date
date = {
2018-12-24
}, % set to the release date
}
@Misc{PythonicGcodeMachine,
author = {Fabrice Salvaire},
title = {PythonicGcodeMachine},
howpublished = {\url{
@project_url@
}},
year = {
yyyy
}
howpublished = {\url{
https://github.com/FabriceSalvaire/pythonic-gcode-machine
}},
year = {
2018
}
}
examples/gcode/annotate-gcode.py
View file @
deb49300
#?##################################################################################################
#?#
#?# PythonicGcodeMachine -
@licence_header_description@
#?# PythonicGcodeMachine -
A Python G-code Toolkit
#?# Copyright (C) 2018 Fabrice Salvaire
#?#
#?# This program is free software: you can redistribute it and/or modify
...
...
examples/gcode/generate-gcode.py
View file @
deb49300
#?##################################################################################################
#?#
#?# PythonicGcodeMachine -
@licence_header_description@
#?# PythonicGcodeMachine -
A Python G-code Toolkit
#?# Copyright (C) 2018 Fabrice Salvaire
#?#
#?# This program is free software: you can redistribute it and/or modify
...
...
setup.py
View file @
deb49300
...
...
@@ -2,7 +2,7 @@
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
setup_data.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
tools/license-model-gpl.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
unit-test/Gcode/test_Ast.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
unit-test/Gcode/test_Parser.py
View file @
deb49300
####################################################################################################
#
# PythonicGcodeMachine -
@licence_header_description@
# PythonicGcodeMachine -
A Python G-code Toolkit
# Copyright (C) 2018 Fabrice Salvaire
#
# This program is free software: you can redistribute it and/or modify
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment