mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
switch to sphinx
This commit is contained in:
10
.github/workflows/photon-api-docs.yml
vendored
10
.github/workflows/photon-api-docs.yml
vendored
@@ -84,15 +84,17 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r photon-lib/py/docs/requirements.txt
|
||||
|
||||
- name: Build MkDocs site
|
||||
run: mkdocs build
|
||||
- name: Build Sphinx site
|
||||
run: |
|
||||
sphinx-apidocs -o docs/source photonlibpy
|
||||
make -C docs html
|
||||
working-directory: photon-lib/py
|
||||
|
||||
- name: Upload built site as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: docs-python
|
||||
path: photon-lib/py/site/
|
||||
path: photon-lib/py/docs/build/html
|
||||
|
||||
publish_api_docs:
|
||||
name: Publish API Docs
|
||||
@@ -105,7 +107,7 @@ jobs:
|
||||
pattern: docs-*
|
||||
- run: find .
|
||||
- name: Publish Docs To Development
|
||||
if: github.ref == 'refs/heads/main'
|
||||
# if: github.ref == 'refs/heads/main'
|
||||
uses: up9cloud/action-rsync@v1.4
|
||||
env:
|
||||
HOST: ${{ secrets.WEBMASTER_SSH_HOST }}
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -149,5 +149,4 @@ dist
|
||||
components.d.ts
|
||||
|
||||
# Py docs stuff
|
||||
photon-lib/py/site
|
||||
photon-lib/py/docs/reference
|
||||
photon-lib/py/docs/build
|
||||
|
||||
20
photon-lib/py/docs/Makefile
Normal file
20
photon-lib/py/docs/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Minimal makefile for Sphinx documentation
|
||||
#
|
||||
|
||||
# You can set these variables from the command line, and also
|
||||
# from the environment for the first two.
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
SOURCEDIR = source
|
||||
BUILDDIR = build
|
||||
|
||||
# Put it first so that "make" without argument is like "make help".
|
||||
help:
|
||||
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
.PHONY: help Makefile
|
||||
|
||||
# Catch-all target: route all unknown targets to Sphinx using the new
|
||||
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
||||
%: Makefile
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
@@ -1,24 +0,0 @@
|
||||
* [estimatedRobotPose](reference/estimatedRobotPose.md)
|
||||
* estimation
|
||||
* [cameraTargetRelation](reference/estimation/cameraTargetRelation.md)
|
||||
* [openCVHelp](reference/estimation/openCVHelp.md)
|
||||
* [rotTrlTransform3d](reference/estimation/rotTrlTransform3d.md)
|
||||
* [targetModel](reference/estimation/targetModel.md)
|
||||
* [visionEstimation](reference/estimation/visionEstimation.md)
|
||||
* networktables
|
||||
* [NTTopicSet](reference/networktables/NTTopicSet.md)
|
||||
* [photonCamera](reference/photonCamera.md)
|
||||
* [photonPoseEstimator](reference/photonPoseEstimator.md)
|
||||
* simulation
|
||||
* [photonCameraSim](reference/simulation/photonCameraSim.md)
|
||||
* [simCameraProperties](reference/simulation/simCameraProperties.md)
|
||||
* [videoSimUtil](reference/simulation/videoSimUtil.md)
|
||||
* [visionSystemSim](reference/simulation/visionSystemSim.md)
|
||||
* [visionTargetSim](reference/simulation/visionTargetSim.md)
|
||||
* targeting
|
||||
* [TargetCorner](reference/targeting/TargetCorner.md)
|
||||
* [multiTargetPNPResult](reference/targeting/multiTargetPNPResult.md)
|
||||
* [photonPipelineResult](reference/targeting/photonPipelineResult.md)
|
||||
* [photonTrackedTarget](reference/targeting/photonTrackedTarget.md)
|
||||
* timesync
|
||||
* [timeSyncServer](reference/timesync/timeSyncServer.md)
|
||||
@@ -1,3 +0,0 @@
|
||||
# PhotonLib Python Docs
|
||||
|
||||
For the full PhotonVision documentation visit [docs.photonvision.org](https://docs.photonvision.org).
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 508 507" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<g transform="matrix(1,0,0,1,-1279,0)">
|
||||
<g id="PhotonVision-Icon-BG" transform="matrix(0.264062,0,0,0.469444,1279.5,0)">
|
||||
<rect x="0" y="0" width="1920" height="1080" style="fill:none;"/>
|
||||
<clipPath id="_clip1">
|
||||
<rect x="0" y="0" width="1920" height="1080"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip1)">
|
||||
<g transform="matrix(4.27015,0,0,2.40196,-20444.8,-3235.56)">
|
||||
<circle cx="5012.55" cy="1571.77" r="224.918" style="fill:rgb(0,100,146);"/>
|
||||
</g>
|
||||
<g transform="matrix(4.95901,0,0,2.78944,-13955,-10313.5)">
|
||||
<path d="M3055.09,3977.51C3050.3,3984.25 3045,3990.56 3039.21,3996.35C2987.91,4047.65 2917.1,4038.77 2881.16,3976.54C2845.23,3914.3 2857.71,3822.13 2909.01,3770.83C2960.31,3719.53 3031.13,3728.41 3067.06,3790.64C3069.85,3795.48 3072.35,3800.49 3074.56,3805.67L3039.78,3811.64C3012.82,3769.64 2962.9,3764.58 2926.45,3801.04C2888.89,3838.59 2879.76,3906.07 2906.07,3951.63C2932.37,3997.19 2984.22,4003.69 3021.77,3966.14L3021.89,3966.01L3055.09,3977.51ZM3085.02,3841.47C3090.86,3875.56 3086.6,3912.35 3073.22,3944.57L3043.91,3934.42C3056.74,3907.59 3060.53,3875.54 3054.13,3846.78L3085.02,3841.47Z" style="fill:white;"/>
|
||||
</g>
|
||||
<g transform="matrix(4.95901,0,0,2.78944,-13955,-3827.86)">
|
||||
<path d="M2906.78,1571.77L3111.02,1642.48L3116.61,1626.34L3147.2,1664.74L3099.42,1675.99L3105,1659.86L2910.03,1592.35C2908.25,1585.69 2907.18,1578.77 2906.78,1571.77ZM2917.45,1517.07L3114.77,1483.17L3111.88,1466.34L3157.2,1485.21L3120.78,1518.13L3117.88,1501.3L2910.22,1536.97C2911.99,1530.09 2914.41,1523.4 2917.45,1517.07Z" style="fill:rgb(255,216,67);"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.2 KiB |
35
photon-lib/py/docs/make.bat
Normal file
35
photon-lib/py/docs/make.bat
Normal file
@@ -0,0 +1,35 @@
|
||||
@ECHO OFF
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
REM Command file for Sphinx documentation
|
||||
|
||||
if "%SPHINXBUILD%" == "" (
|
||||
set SPHINXBUILD=sphinx-build
|
||||
)
|
||||
set SOURCEDIR=source
|
||||
set BUILDDIR=build
|
||||
|
||||
%SPHINXBUILD% >NUL 2>NUL
|
||||
if errorlevel 9009 (
|
||||
echo.
|
||||
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
|
||||
echo.installed, then set the SPHINXBUILD environment variable to point
|
||||
echo.to the full path of the 'sphinx-build' executable. Alternatively you
|
||||
echo.may add the Sphinx directory to PATH.
|
||||
echo.
|
||||
echo.If you don't have Sphinx installed, grab it from
|
||||
echo.https://www.sphinx-doc.org/
|
||||
exit /b 1
|
||||
)
|
||||
|
||||
if "%1" == "" goto help
|
||||
|
||||
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
||||
goto end
|
||||
|
||||
:help
|
||||
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
||||
|
||||
:end
|
||||
popd
|
||||
@@ -1,7 +1,4 @@
|
||||
mkdocs==1.6.1
|
||||
mkdocs-material==9.6.12
|
||||
mkdocstrings[python]==0.29.1
|
||||
mkdocs-gen-files==0.5.0
|
||||
mkdocs-literate-nav==0.6.2
|
||||
mkdocs-section-index==0.3.10
|
||||
mkdocs-exclude==1.0.2
|
||||
sphinx==7.2.6
|
||||
sphinx-autodoc-typehints==1.25.2
|
||||
sphinx-rtd-theme==1.3.0
|
||||
sphinx-apidoc==1.0.0
|
||||
|
||||
35
photon-lib/py/docs/source/conf.py
Normal file
35
photon-lib/py/docs/source/conf.py
Normal file
@@ -0,0 +1,35 @@
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
#
|
||||
# For the full list of built-in configuration values, see the documentation:
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
|
||||
project = "PhotonVision"
|
||||
copyright = "2025, Matt Morley, Banks Troutman"
|
||||
author = "Matt Morley, Banks Troutman"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.napoleon", # for Google/NumPy docstrings
|
||||
"sphinx_autodoc_typehints", # for type hints in docs
|
||||
]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../..")) # adjust based on your project layout
|
||||
|
||||
templates_path = ["_templates"]
|
||||
exclude_patterns = []
|
||||
|
||||
|
||||
# -- Options for HTML output -------------------------------------------------
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
html_theme = "alabaster"
|
||||
html_static_path = ["_static"]
|
||||
16
photon-lib/py/docs/source/index.rst
Normal file
16
photon-lib/py/docs/source/index.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
.. PhotonVision documentation master file, created by
|
||||
sphinx-quickstart on Fri May 9 12:16:37 2025.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
PhotonVision documentation
|
||||
==========================
|
||||
|
||||
Add your content using ``reStructuredText`` syntax. See the
|
||||
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
|
||||
documentation for details.
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
7
photon-lib/py/docs/source/modules.rst
Normal file
7
photon-lib/py/docs/source/modules.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
photonlibpy
|
||||
===========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
photonlibpy
|
||||
53
photon-lib/py/docs/source/photonlibpy.estimation.rst
Normal file
53
photon-lib/py/docs/source/photonlibpy.estimation.rst
Normal file
@@ -0,0 +1,53 @@
|
||||
photonlibpy.estimation package
|
||||
==============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
photonlibpy.estimation.cameraTargetRelation module
|
||||
--------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.estimation.cameraTargetRelation
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.estimation.openCVHelp module
|
||||
----------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.estimation.openCVHelp
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.estimation.rotTrlTransform3d module
|
||||
-----------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.estimation.rotTrlTransform3d
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.estimation.targetModel module
|
||||
-----------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.estimation.targetModel
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.estimation.visionEstimation module
|
||||
----------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.estimation.visionEstimation
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: photonlibpy.estimation
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
61
photon-lib/py/docs/source/photonlibpy.generated.rst
Normal file
61
photon-lib/py/docs/source/photonlibpy.generated.rst
Normal file
@@ -0,0 +1,61 @@
|
||||
photonlibpy.generated package
|
||||
=============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
photonlibpy.generated.MultiTargetPNPResultSerde module
|
||||
------------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.generated.MultiTargetPNPResultSerde
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.generated.PhotonPipelineMetadataSerde module
|
||||
--------------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.generated.PhotonPipelineMetadataSerde
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.generated.PhotonPipelineResultSerde module
|
||||
------------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.generated.PhotonPipelineResultSerde
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.generated.PhotonTrackedTargetSerde module
|
||||
-----------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.generated.PhotonTrackedTargetSerde
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.generated.PnpResultSerde module
|
||||
-------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.generated.PnpResultSerde
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.generated.TargetCornerSerde module
|
||||
----------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.generated.TargetCornerSerde
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: photonlibpy.generated
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
21
photon-lib/py/docs/source/photonlibpy.networktables.rst
Normal file
21
photon-lib/py/docs/source/photonlibpy.networktables.rst
Normal file
@@ -0,0 +1,21 @@
|
||||
photonlibpy.networktables package
|
||||
=================================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
photonlibpy.networktables.NTTopicSet module
|
||||
-------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.networktables.NTTopicSet
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: photonlibpy.networktables
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
58
photon-lib/py/docs/source/photonlibpy.rst
Normal file
58
photon-lib/py/docs/source/photonlibpy.rst
Normal file
@@ -0,0 +1,58 @@
|
||||
photonlibpy package
|
||||
===================
|
||||
|
||||
Subpackages
|
||||
-----------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
photonlibpy.estimation
|
||||
photonlibpy.generated
|
||||
photonlibpy.networktables
|
||||
photonlibpy.simulation
|
||||
photonlibpy.targeting
|
||||
photonlibpy.timesync
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
photonlibpy.estimatedRobotPose module
|
||||
-------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.estimatedRobotPose
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.packet module
|
||||
-------------------------
|
||||
|
||||
.. automodule:: photonlibpy.packet
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.photonCamera module
|
||||
-------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.photonCamera
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.photonPoseEstimator module
|
||||
--------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.photonPoseEstimator
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: photonlibpy
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
53
photon-lib/py/docs/source/photonlibpy.simulation.rst
Normal file
53
photon-lib/py/docs/source/photonlibpy.simulation.rst
Normal file
@@ -0,0 +1,53 @@
|
||||
photonlibpy.simulation package
|
||||
==============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
photonlibpy.simulation.photonCameraSim module
|
||||
---------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.simulation.photonCameraSim
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.simulation.simCameraProperties module
|
||||
-------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.simulation.simCameraProperties
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.simulation.videoSimUtil module
|
||||
------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.simulation.videoSimUtil
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.simulation.visionSystemSim module
|
||||
---------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.simulation.visionSystemSim
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.simulation.visionTargetSim module
|
||||
---------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.simulation.visionTargetSim
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: photonlibpy.simulation
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
45
photon-lib/py/docs/source/photonlibpy.targeting.rst
Normal file
45
photon-lib/py/docs/source/photonlibpy.targeting.rst
Normal file
@@ -0,0 +1,45 @@
|
||||
photonlibpy.targeting package
|
||||
=============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
photonlibpy.targeting.TargetCorner module
|
||||
-----------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.targeting.TargetCorner
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.targeting.multiTargetPNPResult module
|
||||
-------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.targeting.multiTargetPNPResult
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.targeting.photonPipelineResult module
|
||||
-------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.targeting.photonPipelineResult
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
photonlibpy.targeting.photonTrackedTarget module
|
||||
------------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.targeting.photonTrackedTarget
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: photonlibpy.targeting
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
21
photon-lib/py/docs/source/photonlibpy.timesync.rst
Normal file
21
photon-lib/py/docs/source/photonlibpy.timesync.rst
Normal file
@@ -0,0 +1,21 @@
|
||||
photonlibpy.timesync package
|
||||
============================
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
photonlibpy.timesync.timeSyncServer module
|
||||
------------------------------------------
|
||||
|
||||
.. automodule:: photonlibpy.timesync.timeSyncServer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: photonlibpy.timesync
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -1,3 +0,0 @@
|
||||
:root > * {
|
||||
--md-primary-fg-color: #3498DB;
|
||||
}
|
||||
@@ -1,29 +0,0 @@
|
||||
# gen_api_docs.py
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
import mkdocs_gen_files
|
||||
|
||||
nav = mkdocs_gen_files.Nav()
|
||||
|
||||
for path in sorted(Path("photonlibpy").rglob("*.py")):
|
||||
if path.name == "py.typed":
|
||||
continue
|
||||
|
||||
module_path = path.with_suffix("").as_posix().replace("/", ".")
|
||||
parts = tuple(path.relative_to("photonlibpy").with_suffix("").parts)
|
||||
|
||||
if path.name == "__init__.py":
|
||||
continue
|
||||
else:
|
||||
doc_path = Path("reference", *parts).with_suffix(".md")
|
||||
|
||||
nav[parts] = doc_path.as_posix()
|
||||
|
||||
with mkdocs_gen_files.open(doc_path, "w") as f:
|
||||
f.write(f"# `{module_path}`\n\n::: {module_path}")
|
||||
|
||||
mkdocs_gen_files.set_edit_path(doc_path, path)
|
||||
|
||||
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
|
||||
nav_file.writelines(nav.build_literate_nav())
|
||||
@@ -1,40 +0,0 @@
|
||||
site_name: PhotonLibPy Docs
|
||||
theme:
|
||||
name: material
|
||||
favicon: docs/favicon.ico # If you want a favicon
|
||||
logo: logo.svg # Optional logo
|
||||
palette:
|
||||
primary: custom
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
- mkdocstrings:
|
||||
handlers:
|
||||
python:
|
||||
options:
|
||||
show_source: false
|
||||
docstring_style: sphinx
|
||||
paths:
|
||||
- "."
|
||||
- gen-files:
|
||||
scripts:
|
||||
- gen_api_docs.py
|
||||
- literate-nav
|
||||
- section-index
|
||||
# To exclude files, add them under glob using their
|
||||
# path from photonlibpy prepended by reference/
|
||||
# Additionally, change the extension from .py to .md
|
||||
- exclude:
|
||||
glob:
|
||||
- "reference/packet.md"
|
||||
- "reference/generated/*"
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Reference: reference/SUMMARY.md
|
||||
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
|
||||
extra_javascript:
|
||||
- js/exclude-details.js
|
||||
Reference in New Issue
Block a user