ADCtheme
A Sphinx theme that formats documentation like the Apple Developer Connection
Install / Use
/learn @coordt/ADCthemeREADME
============== How To Install
Install in Sphinx
Copy this directory into the sphinx/themes directory where Sphinx is installed. For example, a standard install of sphinx on Mac OS X is at /Library/Python/2.6/site-packages/
Install Somewhere Else
If you want to install this theme somewhere else, you will have to modify the conf.py file. ::
templates_path = ['/absolute/path/to/dir/','relative/path/']
Install Directly in Your Documentation
If you want to include the files directly in the documentation, so another person can build your documentation, it is easy.
-
Copy over everything in the
staticdirectory into the_staticdirectory of your documentation's source folder. -
Copy the
layout.htmlfile into the_templatesdirectory of your documentation's source folder. -
Alter your
conf.py::html_theme = 'basic' html_style = 'adctheme.css'instead of
'ADCtheme'.
Making Sphinx Use the Theme
If you aren't installing the files directly into your documentation, edit the conf.py file and make the following setting: ::
html_theme = 'ADCtheme'
Screen Shots
.. image:: https://github.com/coordt/ADCtheme/raw/master/static/scrn1.png
.. image:: https://github.com/coordt/ADCtheme/raw/master/static/scrn2.png
To Do
- Gotta get the javascript working so the Table of Contents is hide-able.
- Probably lots of css cleanup.
Related Skills
node-connect
337.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.3kCommit, push, and open a PR
