Browse Source

Updated doc delivery

pull/13/head
Eugenio Parodi 5 years ago
parent
commit
22b1de6588
  1. 4
      Makefile
  2. 16
      docs/source/_static/theme_overrides.css
  3. 5
      docs/source/index.rst

4
Makefile

@ -42,9 +42,9 @@ buildTest: .venv
deployDoc:
git checkout gh-pages
rm -rf *.inv *.html *.js _* autogen.*
rm -rf *.inv *.html *.js _* autogen.* tutorial
cp -a docs/build/html/* .
find *.html *.inv *.js autogen.TermTk _* | xargs git add
find *.html *.inv *.js autogen.TermTk _* tutorial | xargs git add
git commit -m "Doc Updated"
git push origin gh-pages
git checkout main

16
docs/source/_static/theme_overrides.css

@ -19,8 +19,9 @@
overflow: visible !important;
}
/* Piercecco's Workaround */
.wy-menu p {
color: #55a5d9;
color: #66a5d9;
height: 32px;
line-height: 32px;
padding: 0 1.618em;
@ -31,5 +32,18 @@
font-size: 85%;
white-space: nowrap;
}
/* Piercecco's Workaround */
.toctree-wrapper p {
color: #175ba9;
height: 32px;
line-height: 32px;
padding: 0;
margin: 12px 0 0;
display: block;
font-weight: 700;
text-transform: uppercase;
font-size: 85%;
white-space: nowrap;
}
}

5
docs/source/index.rst

@ -17,8 +17,9 @@ Welcome to pyTermTk's documentation!
Intro
-----
pyTermTk_ is a Text-based user interface library (TUI_)
Evolved from the discontinued project pyCuT_ and inspired by a mix of Qt5_, GTK_, and tkinter_ api definition with a touch of personal interpretation
| pyTermTk_ is a Text-based user interface library (TUI_)
| Evolved from the discontinued project pyCuT_ and inspired by
| a mix of Qt5_, GTK_, and tkinter_ api definition with a touch of personal interpretation
.. toctree::

Loading…
Cancel
Save