Sandcastle
MkDocs

Sandcastle | MkDocs | |
---|---|---|
9 | 118 | |
2,209 | 19,841 | |
0.2% | 1.1% | |
6.9 | 7.9 | |
about 2 months ago | 3 months ago | |
C# | Python | |
GNU General Public License v3.0 or later | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Sandcastle
-
Net 9.0 LINQ Performance Improvements
Sandcastle Helper File Builder has been around forever and started as an internal MS project IIRC, but for some reason few libraries use it.
https://github.com/EWSoftware/SHFB
-
C# Language extensions
An easy to use documentation tool is Sandcastle Help File Builder. Sandcastle can be used as a standalone tool or integrated directly into Visual Studio. After a new language extension is written and tested use Sandcastle to create a help file. The learning curve is short and is unforgiving in that it will report when elements of documentation is missing beginning at class level down to method descriptions and parameter information.
-
What is the best way to document classes?
And if you want a standalone help file, you can use Sandcastle Help File Builder in combination with Sandcastle).
-
What the latest tool to generate website docs from /// summary comments?
Sandcastle Helpfile Builder
-
Is there a way to get an explanation for an enum value in the context popup menu, similar to the way built-ins have them?
1) Make that a habit for all your code. 2) Check the "Create XML documentation" option in your project's build options, 3) Use a tool like Sandcastle Helpfile Builder to automatically create documentation for your projects from these XML and your assemblies. 4) Profit!
-
How to document features in a NuGet package
XmlDoc comments are the standard way to document C#. In your project settings you'll find an option to generate a documentation file. This option causes the compiler to join all the comments together into a single xml file. You'll want to include that file in your nuget packages because it'll be used to power IDE intellisense when someone installs the package. There are a variety of tools out there that will generate documentation websites from the xmldoc comments. It's been a few years since I used it but Sandcastle Help File Builder used to be my go-to. You can set up your CI pipeline to build and publish the documentation site just like it publishes the nuget package.
- Documentation tool
-
Code Comments Are Stupid
Documentation comments also usually hook into documentation generator tools, like DocFX or Sandcastle, which can automatically generate HTML documentation web pages from your documentation comments.
MkDocs
-
How to Create and Publish a Python Package on PyPI 🐍
The original mkdocs uses a Python package for its installer, so you can just pip install mkdocs, mkdocs new ., and then mkdocs build to convert markdown files into HTML.
-
Docusaurus – Build optimized websites quickly, focus on your content
If you don't like to run javascript outside of a browser, MkDocs is a great Python-based alternative: https://www.mkdocs.org/
-
Why I Prefer RST to Markdown
I like Markdown because it's simple and doesn't give me that many headaches.
You know what I don't like? HTML, for user submitted content in particular. The mess I've seen, after someone opted for using HTML for messages in a system, because that's what JS based editors were available for at the time. Endless need to work against XSS, with more and more incremental updates needed to the sanitization logic, some of which broke the presentation of the data in the DB.
Never again. Markdown, BBCode, anything but that.
As for docs? Currently just some Markdown, because that's what GitHub, GitLab, Gitea and others all know how to render.
Maybe something like https://www.mkdocs.org/ for the more standalone use cases.
-
Why Docs-as-Code is the Key to Better Software Documentation
Developing the documentation website using an open-source static site generator like Sphinx or MkDocs to build the files locally through the command line, rather than using a commercial program.
- I am stepping down from MkDocs
-
Alternatives to Docusaurus for product documentation
MkDocs is BSD-2-Clause licensed and has a vibrant community; GitHub Discussion is used for questions and high-level discussion, while the Gitter/Matrix chat room is used to discuss less complex topics. These communities provide essential resources and support.
- Ask HN: Tips to get started on my own server
-
Enhance Your Project Quality with These Top Python Libraries
MkDocs is a fast, simple and downright gorgeous static site generator that’s geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
-
Top 5 Open-Source Documentation Development Platforms of 2024
MkDocs is a popular static site generator designed explicitly for building project documentation. Its minimalist approach, flexibility, and ease of use have made it a favorite among developers and ideal for non-technical users.
What are some alternatives?
DocFX - Static site generator for .NET API documentation.
sphinx - The Sphinx documentation generator
DocNet - Your friendly static documentation generator, using markdown files to build the content.
pdoc - API Documentation for Python Projects
F# Formatting - F# tools for generating documentation (Markdown processor and F# code formatter)
Swashbuckle - Seamlessly adds a swagger to WebApi projects!
Hugo - The world’s fastest framework for building websites.
SharpDox
BookStack - A platform to create documentation/wiki content built with PHP & Laravel
SourceBrowser - Source browser website generator that powers http://referencesource.microsoft.com and http://sourceroslyn.io
Docusaurus - Easy to maintain open source documentation websites.
