Skip to content

Commit

Permalink
Flash62au restruct (DCC-EX#317)
Browse files Browse the repository at this point in the history
* Update index.rst

* cleanup

* Update conf.py

* Update docs.yml

* Update docs-flash62au-restruct.yml

* Update conf.py

* additional expansions

expansions for
- Engine Driver
- wiThrottle
- wiThrottle Protocol

more reference to DCC++EX changed to expansions

* lots of changes of the -EX suffix to a EX- prefix

* more work on the style guide

* Update wifi-setup.rst

* wifi

* Update wifi-setup.rst

* revised level icons

* delete oddly restored files

* Update levels.rst

* Update conf.py

* Update conf.py

* installer text

* contributing to the website

* Update basic-rst.rst

* Update structure.rst

* level changes

* logos

* style

* ex-cs - advanced - restructure

* Minor EX-Turntable updates

* motor-boards

* microcontrollers restructure

* Update overview.rst

* AP mode change

* Update installer.rst

* testing page

* collapse

* heading font

* Update conf.py

* breakup of Stage 6

* ex-cs conductor updates

* bit of Big-picture work

* remove shopping list

* installer dropdowns

* prioritize all TODOs

* Cleaned up motor drivers

* testing updates partial

* COM port done and bluetooth downgraded

* Start stage 5

* testing

* stage 1 start

* Stage 5 start

* Update dccex_theme.css

* A bit more on stage 5

* favicon update

* more big picture icons

* Fix collapse line breaks

* new home page

* tone down the beta image

* Update product-logo-ex-turntable.png

* testing page

* Update controllers.rst

* Fix missing Linux/MacOS com port info

* announce logo

* home page - change based on screen size

* dynamic home page table tweaks

* Update cab-engineer.rst

* Update style-guide.rst

* contributing

* throttle icon

* rework controllers to throttles

* JMRI connection page done

* contributing logo

* Update slot info, finish programming info

* Incorporating feedback

* EX-Rail fixes

* Update stage2.rst

* Brief start

* ex-rail shell

* Update creating-elements.rst

* Programming page done

* Downgrade IR sensor priority

* Add text for name change

* Delete .vscode directory

.vscode directory should be ignored by .gitignore but existed prior to that being added, cleaning up now.

Co-authored-by: Peter Akers <[email protected]>
Co-authored-by: FrightRisk <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2022
1 parent f1e7e01 commit 0eb82fa
Show file tree
Hide file tree
Showing 342 changed files with 19,161 additions and 6,678 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-flash62au-restruct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
pip3 install sphinx-rtd-theme==1.0.0
pip3 install sphinx-sitemap
pip3 install sphinxcontrib-spelling
pip3 install sphinx-toolbox
- name: Checkout repo
uses: actions/[email protected]
- name: Build docs
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
steps:
- name: Requirements
run: |
pip3 install sphinx-rtd-theme==0.5.2
pip3 install sphinx-rtd-theme==1.0.0
pip3 install sphinx-sitemap
pip3 install sphinxcontrib-spelling
pip3 install sphinx-toolbox
- name: Checkout repo
uses: actions/[email protected]
- name: Build docs
Expand Down
4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_intl/index.pot
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ msgid "**BaseStation-Classic** - the original DCC++ software, packaged in a stab
msgstr ""

#: ../index.rst:56
msgid "A basic DCC++ EX hardware setup can use easy to find, widely avalable Arduino boards that you can assemble yourself. Both CommandStation-EX and BaseStation-Classic support much of the NMRA Digital Command Control (DCC) standards, including:"
msgid "A basic DCC++ EX hardware setup can use easy to find, widely avaliable Arduino boards that you can assemble yourself. Both CommandStation-EX and BaseStation-Classic support much of the NMRA Digital Command Control (DCC) standards, including:"
msgstr ""

#: ../index.rst:58
Expand Down
225 changes: 222 additions & 3 deletions docs/_static/css/dccex_theme.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,60 @@
@import url(https://fonts.googleapis.com/css?family=Audiowide);
@import url(https://fonts.googleapis.com/css?family=Roboto);

h1, .h1 {
font-family: Audiowide,Helvetica,Arial,sans-serif !important;
font-weight: 500 !important;
color: #00353d !important;
font-size: 190% !important;
}

h2, .h2 {
font-family: Roboto,Helvetica,Arial,sans-serif !important;
color: #00353d !important;
font-size: 160% !important;
text-shadow: 3px 3px #00a3b915;
}

h3, .h3 {
font-family: Roboto,Helvetica,Arial,sans-serif !important;
color: #00353d !important;
font-size: 150% !important;
font-style: italic !important;
}

h4, .h4 {
font-family: Roboto,Helvetica,Arial,sans-serif !important;
color: #00353d !important;
font-size: 130% !important;
}

h5, .h5 {
font-family: Roboto,Helvetica,Arial,sans-serif !important;
color: #00353d !important;
font-size: 120% !important;
font-style: italic !important;
}

.clearer {
clear: both;
}

.wy-nav-top {
background:#00a3b9ff !important;
}

.wy-nav-top a {
font-family: Audiowide,Helvetica,Arial,sans-serif !important;
font-weight: 100 !important;
}

.wy-nav-content {
max-width: none;
max-width: 1024px;
}

.wy-breadcrumbs {
font-family: Roboto,Helvetica,Arial,sans-serif !important;
font-size: 80% !important;
}

.wy-side-nav-search>a img.logo {
Expand Down Expand Up @@ -49,9 +100,11 @@ table.intro-table {
text-align: center;
}

/* *************************************** */

.dcclink a {
background-color: lightseagreen;
box-shadow: 0 2px 0 darkslategray;
background-color: #00a3b9ff;
box-shadow: 0 2px 0 #00353dff;
color: white;
padding: 0.5em 0.5em;
position: relative;
Expand All @@ -60,6 +113,19 @@ table.intro-table {
border-radius: 5px;
}

.dcclink-right a {
background-color: #00a3b9ff;
box-shadow: 0 2px 0 #00353dff;
color: white;
padding: 0.5em 0.5em;
position: relative;
text-decoration: none;
text-transform: none;
border-radius: 10px;
float:right;
margin: 0px 0px 0px 10px;
}

.dcclink a:visited {
color: whitesmoke
}
Expand All @@ -74,6 +140,8 @@ table.intro-table {
top: 5px;
}

/* *************************************** */

svg {
max-width: 100%;
height: auto;
Expand All @@ -83,3 +151,154 @@ svg {
max-width: 100%;
height: auto;
}

/* *************************************** */

.warning-float-right {
float: right;
width: 40%;
}

.warning-float-right-narrow {
float: right;
width: 20%;
}

.note-float-right {
float: right;
width: 40%;
}

.note-float-right-narrow {
float: right;
width: 20%;
}

/* *************************************** */

.wy-table-responsive {
margin-bottom: 12px !important;
}

/* override table width restrictions */
.table-wrap-text p, .table-grid-homepage p, .table-list-homepage p {
white-space: normal !important;
font-size: 110% !important;
line-height: 140% !important;
}

.table-wrap-text tr:nth-child(odd), .table-grid-homepage tr:nth-child(odd), .table-list-homepage tr:nth-child(odd) {
background-color: white !important;
border-style: none !important;
border-width:0px !important;
}

.table-wrap-text tr:nth-child(even), .table-grid-homepage tr:nth-child(even), .table-list-homepage tr:nth-child(even) {
background-color: #ffffff00 !important;
border-style: none !important;
border-width:0px !important;
}

.table-wrap-text td {
background-color: white !important;
border-style: none !important;
border-width:0px !important;
}

.table-grid-homepage td, .table-list-homepage td {
font-size: 80% !important;
color: #666666 !important;
vertical-align:top !important;
background-color: #ffffff00 !important;
border-style: none !important;
border-width: 0px !important;
}

.table-wrap-text, .table-grid-homepage, .table-list-homepage {
margin-bottom: 24px;
max-width: 100% !important;
overflow: visible !important;
border-style: none !important;
border-width: 0px !important;
}

@media screen and (max-width: 900px) {
.table-grid-homepage {
display: none;
}
.table-list-homepage {
display: block;
}
}

@media not screen and (max-width: 900px) {
.table-grid-homepage {
display: block;
}
.table-list-homepage {
display: none;
}
}


.table-wrap-text th p, table-wrap-text-align-top th p {
margin-bottom: unset;
}

/* *************************************** */

.image-min-width-144 {
min-width: 144px;
height: auto !important;
}

.image-min-width-72 {
min-width: 72px;
height: auto !important;
}

.image-float-right img {
float:right;
}

.image-product-logo-float-right img {
float:right;
}

@media screen and (max-width: 1000px) {
.image-product-logo-float-right img {
display: none;
}
}

/* *************************************** */

/* sidebar level 3 bullet points */
div#on-this-page ul.simple li ul li p {
font-size: 80% !important;
line-height: 120% !important;
margin-bottom: 0px !important;
}

/* sidebar level 3 bullet points */
div#on-this-page ul.simple li ul li {
line-height: 120% !important;
margin-bottom: 0px !important;
}

/* sidebar level 2 bullet points */
div#on-this-page ul.simple li p {
font-size: 80% !important;
line-height: 120% !important;
margin-bottom: 0px !important;
}

/* sidebar level 2 bullet points */
div#on-this-page ul.simple li {
line-height: 120% !important;
margin-bottom: 0px !important;
}

div#on-this-page ul.simple {
margin-bottom: 0px !important;
}
Binary file added docs/_static/images/accessories/ir-sensor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file modified docs/_static/images/favicon.ico
Binary file not shown.
Binary file added docs/_static/images/jmri/jmri-loco3.png
Binary file added docs/_static/images/jmri/jmri-throttle.png
Binary file added docs/_static/images/level_icons/conductor.png
Binary file added docs/_static/images/level_icons/engineer.png
Binary file added docs/_static/images/level_icons/tinkerer.png
Binary file modified docs/_static/images/logo.png
Loading

0 comments on commit 0eb82fa

Please sign in to comment.