From 7ca7c81328c68d9fbc2ec62c0cd7e84c55adf639 Mon Sep 17 00:00:00 2001 From: HASUMI Hitoshi Date: Tue, 22 Oct 2024 22:51:38 +0900 Subject: [PATCH] update --- _data/sidebars/picoruby_sidebar.yml | 12 ------------ pages/rbs_doc/Array.md | 2 +- pages/rbs_doc/Object.md | 2 +- pages/rbs_doc/String.md | 4 ++-- 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/_data/sidebars/picoruby_sidebar.yml b/_data/sidebars/picoruby_sidebar.yml index 0190e21..df92f2f 100644 --- a/_data/sidebars/picoruby_sidebar.yml +++ b/_data/sidebars/picoruby_sidebar.yml @@ -290,10 +290,6 @@ entries: - title: General output: web pdf folderitems: - - title: class Array - url: "/Array.html" - output: web pdf - type: homepage - title: class BLE url: "/BLE.html" output: web pdf @@ -506,10 +502,6 @@ entries: url: "/Net_UDPClient.html" output: web pdf type: homepage - - title: class Object - url: "/Object.html" - output: web pdf - type: homepage - title: class PicoLine url: "/PicoLine.html" output: web pdf @@ -570,10 +562,6 @@ entries: url: "/Shell_Command.html" output: web pdf type: homepage - - title: class String - url: "/String.html" - output: web pdf - type: homepage - title: class Task url: "/Task.html" output: web pdf diff --git a/pages/rbs_doc/Array.md b/pages/rbs_doc/Array.md index f95ab2e..c4783ed 100644 --- a/pages/rbs_doc/Array.md +++ b/pages/rbs_doc/Array.md @@ -13,7 +13,7 @@ folder: rbs_doc ```ruby instance.insert(Integer index, *Elem) -> void ``` -## Instance methods +## Instance methods (picoruby-pack) ### pack ```ruby diff --git a/pages/rbs_doc/Object.md b/pages/rbs_doc/Object.md index 8be8ebf..3b3d785 100644 --- a/pages/rbs_doc/Object.md +++ b/pages/rbs_doc/Object.md @@ -7,7 +7,7 @@ sidebar: picoruby_sidebar permalink: Object.html folder: rbs_doc --- -## Instance methods +## Instance methods (picoruby-metaprog) ### __id__ ```ruby diff --git a/pages/rbs_doc/String.md b/pages/rbs_doc/String.md index b683ae1..efac6f8 100644 --- a/pages/rbs_doc/String.md +++ b/pages/rbs_doc/String.md @@ -7,7 +7,7 @@ sidebar: picoruby_sidebar permalink: String.html folder: rbs_doc --- -## Instance methods +## Instance methods (picoruby-metaprog) ### gsub ```ruby @@ -18,7 +18,7 @@ instance.gsub(String pattern, String replacement) -> String ```ruby instance.rindex(String needle) -> (Integer | nil) ``` -## Singleton methods +## Singleton methods (picoruby-pack) ### pack ```ruby