Skip to content

Commit

Permalink
add readthedocs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Feb 22, 2019
1 parent 73d1bf9 commit 7f31725
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
5 changes: 3 additions & 2 deletions BY_PLATFORM.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ segmentation by distribution (i.e., Docker, etc.)
1. <a href="#tag-console">Console</a> *(9)*
1. <a href="#tag-mobile">Mobile</a> *(0)*
1. <a href="#tag-browser">Browser</a> *(0)*
1. <a href="#tag-server">Server</a> *(76)*
1. <a href="#tag-server">Server</a> *(77)*
1. <a href="#tag-server.docker">Docker</a> *(1)*
1. <a href="#tag-server.flatpak">Flatpak</a> *(0)*
1. <a href="#tag-server.appimage">Appimage</a> *(0)*
1. <a href="#tag-server-other">Other Server projects</a> *(75)*
1. <a href="#tag-server-other">Other Server projects</a> *(76)*

<!-- ANOTHER NOTE: This file is automatically generated, see projects.yaml -->

Expand Down Expand Up @@ -460,6 +460,7 @@ segmentation by distribution (i.e., Docker, etc.)
1. **Radicale** - ([Repo](https://github.com/Kozea/Radicale), [Home](https://radicale.org/), [Docs](https://radicale.org/documentation)) Simple CalDAV (calendar) and CardDAV (contact) server. `(organization)`
1. **Ralph** - ([Repo](https://github.com/allegro/ralph), [Home](https://ralph.allegro.tech/), [Docs](https://ralph-ng.readthedocs.io/en/latest/)) Simple and powerful Asset Management, DCIM, and CMDB system for the data center and back office. `(ops, django)`
1. **RapidSMS** - ([Repo](https://github.com/rapidsms/rapidsms), [Home](http://rapidsms.org/), [Docs](http://readthedocs.org/docs/rapidsms/)) Interactive SMS text messaging platform. `(communication)`
1. **readthedocs.org** - ([Repo](https://github.com/rtfd/readthedocs.org), [Home](https://readthedocs.org/), [Docs](https://docs.readthedocs.io/en/stable/)) Continuous integration platform for building and hosting documentation. `(docs, django)`
1. **Redash** - ([Repo](https://github.com/getredash/redash), [Home](https://redash.io/)) Data visualization and dashboard construction geared toward business intelligence, used by Mozilla, SoundCloud, Sentry, and others. `(productivity, flask)`
1. **Reddit** - ([Repo](https://github.com/reddit-archive/reddit), [Home](http://reddit.com/)) Social news forum with voting, commenting, karma, and more. (Archival repo from 2017.) `(internet)`
1. **Review Board** - ([Repo](https://github.com/reviewboard/reviewboard), [Home](https://www.reviewboard.org/)) Extensible code review tool for projects and companies of all sizes. `(code_review)`
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
production application is worth a thousand blog posts and Stack
Overflow answers.

This document is an always-growing list of **232**
This document is an always-growing list of **233**
open-source Python applications arranged by topic, with links to
repositories, docs, and more. If you have one to add or find some
information missing, [please let us
Expand Down Expand Up @@ -43,12 +43,12 @@ thereof), see Architectures. -->
1. <a href="#tag-cms">CMS</a> *(9)*
1. <a href="#tag-erp">ERP</a> *(4)*
1. <a href="#tag-static_site">Static Site</a> *(7)*
1. <a href="#tag-dev">Dev</a> *(99)*
1. <a href="#tag-dev">Dev</a> *(100)*
1. <a href="#tag-dev.scm">SCM</a> *(12)*
1. <a href="#tag-dev.code_review">Code Review</a> *(3)*
1. <a href="#tag-dev.ops">Ops</a> *(22)*
1. <a href="#tag-dev.security">Security</a> *(11)*
1. <a href="#tag-dev.docs">Docs</a> *(3)*
1. <a href="#tag-dev.docs">Docs</a> *(4)*
1. <a href="#tag-dev.editor">Editor</a> *(11)*
1. <a href="#tag-dev.pkg_mgr">Package Managers</a> *(8)*
1. <a href="#tag-dev.pkg_repo">Package Repositories</a> *(3)*
Expand Down Expand Up @@ -297,6 +297,7 @@ Projects related to software development and adjacent technical areas.

1. **asciidoc** - ([Repo](https://github.com/asciidoc/asciidoc)) Text document format for writing notes, documentation, articles, books, slideshows, man pages & blogs.
1. **mkdocs** - ([Repo](https://github.com/mkdocs/mkdocs), [Home](https://www.mkdocs.org/)) Simple, customizable project documentation, with built-in dev server.
1. **readthedocs.org** - ([Repo](https://github.com/rtfd/readthedocs.org), [Home](https://readthedocs.org/), [Docs](https://docs.readthedocs.io/en/stable/)) Continuous integration platform for building and hosting documentation. `(server, django)`
1. **Sphinx** - ([Repo](https://github.com/sphinx-doc/sphinx), [Home](http://sphinx-doc.org/)) Documentation tool for interconnected bodies of authorship, from code documentation to books. Used by [the official Python docs](https://docs.python.org), and many other projects ([not all of them Python](https://varnish-cache.org/docs/)).

### <a id="tag-dev.editor" href="#tag-dev.editor">Editor</a>
Expand Down
6 changes: 6 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,12 @@ projects:
home_url: https://www.mkdocs.org/
desc: Simple, customizable project documentation, with built-in dev server.
tags: ["docs"]
- name: readthedocs.org
repo_url: https://github.com/rtfd/readthedocs.org
home_url: https://readthedocs.org/
docs_url: https://docs.readthedocs.io/en/stable/
desc: Continuous integration platform for building and hosting documentation.
tags: ["docs", "server", "django"]
- name: Robot Framework
repo_url: https://github.com/robotframework/robotframework
home_url: http://robotframework.org/
Expand Down

0 comments on commit 7f31725

Please sign in to comment.