{"id":37028056,"url":"https://github.com/devives/rst-document","last_synced_at":"2026-01-14T03:20:48.893Z","repository":{"id":223164832,"uuid":"748969238","full_name":"devives/rst-document","owner":"devives","description":"Java reStructuredText Document \u0026 Builder","archived":false,"fork":false,"pushed_at":"2025-10-19T19:32:44.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-20T01:47:39.933Z","etag":null,"topics":["builder","document","rest","restructuredtext","rst"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devives.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-GPL-2.0","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-27T07:25:52.000Z","updated_at":"2025-10-19T19:32:48.000Z","dependencies_parsed_at":"2024-02-18T18:48:09.160Z","dependency_job_id":null,"html_url":"https://github.com/devives/rst-document","commit_stats":null,"previous_names":["devives/rst-document"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devives/rst-document","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devives%2Frst-document","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devives%2Frst-document/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devives%2Frst-document/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devives%2Frst-document/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devives","download_url":"https://codeload.github.com/devives/rst-document/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devives%2Frst-document/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["builder","document","rest","restructuredtext","rst"],"created_at":"2026-01-14T03:20:48.210Z","updated_at":"2026-01-14T03:20:48.884Z","avatar_url":"https://github.com/devives.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"===================================\nReStructuredText Document \u0026 Builder\n===================================\n\nThis project is the library for building reStructuredText document object and serializing it into text representation.\n\nThe library is part of the project `RstDoclet for JavaDoc Tool, generating reStructuredText for Sphinx \u003chttps://github.com/devives/rst-doclet\u003e`_.\n\n.. contents:: Overview\n   :depth: 2\n\nQuick Start\n-----------\n\n1. Add ``mavencentral()`` repository to your root ``build.gradle``:\n\n   .. code:: gradle\n\n      repositories {\n          mavenCentral()\n      }\n#. Add library to dependencies:\n\n   .. code:: gradle\n\n      dependencies {\n          implementation 'com.devives:devive-rst-document:0.2.0'\n      }\n\nSample code\n-----------\n\n.. code:: java\n\n   private String codeSample() {\n       return Rst.builders().document()\n           .title(\"Document title\", true)\n           .paragraph(\"Simple text without any emphasis or enhancements.\")\n           .subTitle(\"Section title\")\n           .beginParagraph().text(\"Text can contains emphasis like \").bold(\"bold\")\n           .text(\" or \").italic(\"italic\").text(\" text.\").end()\n           .build()\n           .serialize();\n   }\n\nwill return\n\n::\n\n   ==============\n   Document title\n   ==============\n\n   Simple text without any emphasis or enhancements.\n\n   Section title\n   -------------\n\n   Text can contains emphasis like **bold** or *italic* text.\n\n\nLicense\n-------\n\nThe code of project distributed under the GNU General Public License version 2 or \nany later version. The source code is available on `GitHub \u003chttps://github.com/devives/rst-document\u003e`_.\n\nLinks\n-----\n\n* `An Introduction to reStructuredText \u003chttps://docutils.sourceforge.io/docs/ref/rst/introduction.html\u003e`_\n* `reStructuredText Markup Specification \u003chttps://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html\u003e`_\n* `reStructuredText Directives \u003chttps://docutils.sourceforge.io/docs/ref/rst/directives.html\u003e`_\n* `reStructuredText Interpreted Text Roles \u003chttps://docutils.sourceforge.io/docs/ref/rst/roles.html\u003e`_\n* `The Docutils Document Tree \u003chttps://docutils.sourceforge.io/docs/ref/doctree.html\u003e`_\n\n.. footer::\n\n   This document generated using `this code \u003chttps://github.com/devives/rst-document/blob/main/src/test/java/com/devives/rst/ReadMeGenerator.java\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevives%2Frst-document","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevives%2Frst-document","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevives%2Frst-document/lists"}