mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-08 04:02:28 +00:00
.
This commit is contained in:
3
docs/source/_static/simplepdf_alex.css
Normal file
3
docs/source/_static/simplepdf_alex.css
Normal file
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
color: #222;
|
||||
}
|
6
docs/source/author.rst
Normal file
6
docs/source/author.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
#############################################
|
||||
ABOUT THE AUTHOR
|
||||
#############################################
|
||||
|
||||
|
||||
**Alexander Bobkov**
|
@@ -45,7 +45,7 @@ source_encoding = 'utf-8-sig'
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
version = '410-H20 (Fall 2025)'
|
||||
version = '2025-06'
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
@@ -59,6 +59,23 @@ latex_documents = [
|
||||
('index', 'Payroll-Administration_2025.tex', 'Canadian Payroll Administration (2025)', 'Alexandre Bobkov', 'manual'),
|
||||
]
|
||||
|
||||
# SimplePDF Customization
|
||||
|
||||
imgmath_image_format = 'png'
|
||||
imgmath_dvi_png_args = ['-gamma', '1.5', '-D', '110', '-bg', 'Transparent']
|
||||
imgmath_use_preview = True
|
||||
|
||||
simplepdf_style = 'default'
|
||||
simplepdf_coverpage = True
|
||||
simplepdf_toc_depth = 3
|
||||
simplepdf_title = 'Canadian Payroll Administration (2025)'
|
||||
simplepdf_author = 'Alexandre Bobkov'
|
||||
simplepdf_css = '_static/simplepdf.css'
|
||||
simplepdf_style = 'green'
|
||||
simplepdf_file_name = 'Payroll Administration 2025.pdf'
|
||||
simplepdf_vars = {
|
||||
#'primary': "#23A3EC",
|
||||
'links': '#FF3333',
|
||||
'bottom-center-content': '"Payroll Administration 2025"',
|
||||
'bottom-right-content': '"Alexandre Bobkov"',
|
||||
}
|
@@ -2,6 +2,20 @@
|
||||
sphinx-quickstart on Fri Jun 20 18:50:25 2025.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
#############################################
|
||||
ABOUT THE AUTHOR
|
||||
#############################################
|
||||
|
||||
Alexander Bobkov (Alex) is the author of this comprehensive and practical study guide for Payroll Administration,
|
||||
drawing on nearly two decades of hands-on experience in the accounting field. From 2005 to 2022, Alexander successfully
|
||||
operated his own accounting firm, offering bookkeeping, accounting, and payroll services to a diverse clientele in the National Capital Regions.
|
||||
With a rich educational background that spans from a college diploma to a Master's degree in Business, he brings both academic insight
|
||||
and practical expertise to his work. For the past five years, Alexander has focused specifically on the payroll sector. This study guide reflects
|
||||
his long-standing goal: to help professional bookkeepers and business managers to build a solid foundation in payroll administration while easing
|
||||
the anxiety often associated with its complexity. Designed to be clear, practical, and empowering, the guide equips readers with the skills needed
|
||||
to confidently perform essential payroll functions encountered in day-to-day operations.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Table of Contents:
|
||||
|
Reference in New Issue
Block a user