bioinsilico 3 years ago
parent
commit
5a504d4798
2 changed files with 10 additions and 10 deletions
  1. 5 5
      README.md
  2. 5 5
      docs/index.html

+ 5 - 5
README.md

@@ -309,8 +309,8 @@ TypeScript full classes documentation can be found [here](https://rcsb.github.io
 #### Assembly view
 Class **`RcsbFv3DAssembly`** (`src/RcsbFv3D/RcsbFv3DAssembly.tsx`) builds a predefined 1D/3D view for PDB assemblies. This method is used in the RCSB PDB web portal 
 to display 1D positional features of PDB models (ex: [4hhb](https://www.rcsb.org/3d-sequence/4HHB)). Its configuration requires a single PDB Id. 
-In addition, `additionalConfig` allows to configure the feature viewer as describe in rcsb-saguaro-app [API]("https://rcsb.github.io/rcsb-saguaro-app/interfaces/rcsbfvadditionalconfig.html").
-This parameter exposes the board configuration through the attribute `boardConfig` ([ref]("https://rcsb.github.io/rcsb-saguaro/interfaces/rcsbfvboardconfiginterface.html")).
+In addition, `additionalConfig` allows to configure the feature viewer as describe in rcsb-saguaro-app [API](https://rcsb.github.io/rcsb-saguaro-app/interfaces/rcsbfvadditionalconfig.html).
+This parameter exposes the board configuration through the attribute `boardConfig` ([ref](https://rcsb.github.io/rcsb-saguaro/interfaces/rcsbfvboardconfiginterface.html)).
 The component will be mounted in the html element with id `elementId`. If there is no html element in the current document,
 a new div element will be added, and the component will be displayed in full screen mode. 
 
@@ -349,7 +349,7 @@ interface RcsbFv3DCustomInterface extends RcsbFv3DAbstractInterface {
 ##### Structural Panel
 
 The structural panel configuration `structurePanelConfig: RcsbFvStructureInterface` includes the loading configuration for the 3D structural data
-and the Molstar plugin. A full description of the structural panel configuration can be found [here]("https://rcsb.github.io/rcsb-saguaro-3d/interfaces/rcsbfvstructureinterface.html").  
+and the Molstar plugin. A full description of the structural panel configuration can be found [here](https://rcsb.github.io/rcsb-saguaro-3d/interfaces/rcsbfvstructureinterface.html).  
 
 ```typescript
 interface RcsbFvStructureInterface {
@@ -433,9 +433,9 @@ export interface FeatureViewInterface {
 ```
 
 `plugin: SaguaroPluginPublicInterface` exposes the interface to interact with the Molstar plugin
-and change model representations ([ref]("https://rcsb.github.io/rcsb-saguaro-3d/interfaces/saguaropluginpublicinterface.html")). 
+and change model representations ([ref](https://rcsb.github.io/rcsb-saguaro-3d/interfaces/saguaropluginpublicinterface.html)). 
 It provides multiple methods such as hide, display or select to modify how structural data is displayed. The parameter `pfv: RcsbFv` 
-allows to access the feature viewer API ([ref]("https://rcsb.github.io/rcsb-saguaro/classes/rcsbfv.html")). It exposes methods to modify 
+allows to access the feature viewer API ([ref](https://rcsb.github.io/rcsb-saguaro/classes/rcsbfv.html)). It exposes methods to modify 
 selections, change board configuration, zoom or adding new tracks.
  
 Source code example can be found in `src/examples/single-chain/index.tsx`

+ 5 - 5
docs/index.html

@@ -378,8 +378,8 @@ document.addEventListener("DOMContentLoaded", function (event) {
 				</a>
 				<p>Class <strong><code>RcsbFv3DAssembly</code></strong> (<code>src/RcsbFv3D/RcsbFv3DAssembly.tsx</code>) builds a predefined 1D/3D view for PDB assemblies. This method is used in the RCSB PDB web portal
 					to display 1D positional features of PDB models (ex: <a href="https://www.rcsb.org/3d-sequence/4HHB">4hhb</a>). Its configuration requires a single PDB Id.
-					In addition, <code>additionalConfig</code> allows to configure the feature viewer as describe in rcsb-saguaro-app <a href="%22https://rcsb.github.io/rcsb-saguaro-app/interfaces/rcsbfvadditionalconfig.html%22">API</a>.
-					This parameter exposes the board configuration through the attribute <code>boardConfig</code> (<a href="%22https://rcsb.github.io/rcsb-saguaro/interfaces/rcsbfvboardconfiginterface.html%22">ref</a>).
+					In addition, <code>additionalConfig</code> allows to configure the feature viewer as describe in rcsb-saguaro-app <a href="https://rcsb.github.io/rcsb-saguaro-app/interfaces/rcsbfvadditionalconfig.html">API</a>.
+					This parameter exposes the board configuration through the attribute <code>boardConfig</code> (<a href="https://rcsb.github.io/rcsb-saguaro/interfaces/rcsbfvboardconfiginterface.html">ref</a>).
 					The component will be mounted in the html element with id <code>elementId</code>. If there is no html element in the current document,
 				a new div element will be added, and the component will be displayed in full screen mode. </p>
 				<pre><code class="language-typescript"><span class="hljs-keyword">interface</span> RcsbFv3DAssemblyInterface <span class="hljs-keyword">extends</span> RcsbFv3DAbstractInterface {
@@ -412,7 +412,7 @@ document.addEventListener("DOMContentLoaded", function (event) {
 					<h5>Structural Panel</h5>
 				</a>
 				<p>The structural panel configuration <code>structurePanelConfig: RcsbFvStructureInterface</code> includes the loading configuration for the 3D structural data
-				and the Molstar plugin. A full description of the structural panel configuration can be found <a href="%22https://rcsb.github.io/rcsb-saguaro-3d/interfaces/rcsbfvstructureinterface.html%22">here</a>.  </p>
+				and the Molstar plugin. A full description of the structural panel configuration can be found <a href="https://rcsb.github.io/rcsb-saguaro-3d/interfaces/rcsbfvstructureinterface.html">here</a>.  </p>
 				<pre><code class="language-typescript"><span class="hljs-keyword">interface</span> RcsbFvStructureInterface {
     <span class="hljs-attr">loadConfig</span>: LoadMolstarInterface;
     pluginConfig?: Partial&lt;ViewerProps&gt;;
@@ -476,9 +476,9 @@ document.addEventListener("DOMContentLoaded", function (event) {
     structureHoverCallback: <span class="hljs-function">(<span class="hljs-params">plugin: SaguaroPluginPublicInterface, pfv: RcsbFv, selectorManager: RcsbFvSelectorManager</span>) =&gt;</span> <span class="hljs-built_in">void</span>;
 }</code></pre>
 				<p><code>plugin: SaguaroPluginPublicInterface</code> exposes the interface to interact with the Molstar plugin
-					and change model representations (<a href="%22https://rcsb.github.io/rcsb-saguaro-3d/interfaces/saguaropluginpublicinterface.html%22">ref</a>).
+					and change model representations (<a href="https://rcsb.github.io/rcsb-saguaro-3d/interfaces/saguaropluginpublicinterface.html">ref</a>).
 					It provides multiple methods such as hide, display or select to modify how structural data is displayed. The parameter <code>pfv: RcsbFv</code>
-					allows to access the feature viewer API (<a href="%22https://rcsb.github.io/rcsb-saguaro/classes/rcsbfv.html%22">ref</a>). It exposes methods to modify
+					allows to access the feature viewer API (<a href="https://rcsb.github.io/rcsb-saguaro/classes/rcsbfv.html">ref</a>). It exposes methods to modify
 				selections, change board configuration, zoom or adding new tracks.</p>
 				<p>Source code example can be found in <code>src/examples/single-chain/index.tsx</code></p>
 				<a href="#contributing" id="contributing" style="color: inherit; text-decoration: none;">