Giter Site home page Giter Site logo

jakubandrysek / mkdocs-typedoc Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 750 KB

📇 The Mkdocs-Typedoc Plugin is designed to integrate TypeDoc documentation with your MkDocs project.

Home Page: https://typedoc.kubaandrysek.cz

License: MIT License

Makefile 14.13% Python 85.87%
api mkdocs mkdocs-plugin typedoc typescript

mkdocs-typedoc's Introduction

Jakub Andrysek

Hi, I'm Jakub Andrýsek, but almost everyone calls me Kuba.

I am a university computer science student from the Czech Republic passionate about programming, electronics, 3D modelling and robotics.

I aim to build innovative tools and products that make developers' lives easier and more productive. I'm also a big fan of open-source software and hardware.

Most of my projects are open-source; you can find them on my GitHub profile.

Github Stats

My projects

📑 MkDoxy - MkDocs + Doxygen (easy documentation generator)

Automatically generates API documentation for your project based on Doxygen comments and code snippets in your markdown files.

🎮 PySpaceMouse - Python library for 3Dconnexion SpaceMouse

3Dconnexion Space Navigator in Python using raw HID (multi platform)

🧦 Pletačka IoT (iSocks IoT) - IoT system for monitoring industrial production

iSocks IoT is a system for automatic monitoring of industrial production and its implementation in practice.

🔌 More MkDocs plugins

  • ✂️ mkdocs-resize-images - MkDocs plugin to resize images according to the configuration
  • 🔮 mkdocs-open-in-new-tab - This plugin adds JS to open outgoing links and PDFs in a new tab.
  • 📇 mkdocs-typedoc - Mkdocs plugin to generate documentation from TypeScript files using TypeDoc.
  • 📂 mkdocs-zip-folders - MkDocs plugin to zip configured folders and add them to the site.

mkdocs-typedoc's People

Contributors

jakubandrysek avatar justalemon avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

justalemon

mkdocs-typedoc's Issues

Windows uses npx.cmd

Hi! I was taking a look at mkdocs-typedoc and found the Windows problem. I checked my local node executables and found that npx is called npx.cmd on Windows:

image

Looks like the solution is to just call npx.cmd on Windows and npx on all other platforms:

Python 3.11.5 (tags/v3.11.5:cce6ba9, Aug 24 2023, 14:38:34) [MSC v.1936 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
>>> result = subprocess.run(["npx.cmd", "typedoc", "--version"], check=True, capture_output=True, text=True)
>>> result.returncode
0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.